summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Expand)AuthorFilesLines
2017-02-07Remove extra include SDL_stdinc.h.Andrei Karas1-11/+0
2017-02-07Fix compilation with SDL2.Andrei Karas1-0/+2
2017-02-07Fix compilation with gcc version below 4.6.Andrei Karas1-3/+3
2017-02-04Fix compilation with very new SDL2.Andrei Karas1-1/+3
2017-01-17Fix compilation with SDL2.Andrei Karas1-1/+1
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into input.Andrei Karas8-0/+16
2017-01-03Update copyright year.Andrei Karas43-43/+43
2016-12-29Remove extra include.Andrei Karas1-1/+0
2016-12-29Fix compilation with old gcc versions.Andrei Karas1-2/+2
2016-12-29Add constexpr into keyboardconfig.Andrei Karas2-28/+26
2016-12-12Another fix for old compilers.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas4-33/+33
2016-12-12Add constexpr and noexcept into some methods.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-2/+0
2016-09-23Add missing comments into defines.Andrei Karas11-52/+66
2016-09-21Fix reading all assigned keys for actions.Andrei Karas1-0/+2
2016-09-21Allow assign key to action "Copy outfit to chat"Andrei Karas1-3/+9
2016-09-21Add into outfits menu option to copy equipment from player into outfit.Andrei Karas1-1/+1
2016-09-21Allow copy items from outfit into chat.Andrei Karas1-1/+7
2016-08-25Add chat command for create items. (gm only)Andrei Karas1-0/+6
2016-08-24Remove unused pet handler methods and fields.Andrei Karas1-4/+4
2016-08-22Add some cppcheck fixes.Andrei Karas1-0/+1
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share experience in party.Andrei Karas1-0/+6
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas1-0/+6
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas1-0/+6
2016-08-19Add chat command for leave guild.Andrei Karas1-0/+6
2016-08-18Fix some style issues.Andrei Karas1-1/+2
2016-08-16Trigger asserts if unknown commands executed in popup menu or in chat.Andrei Karas1-0/+7
2016-08-15Change cast offset in skills dialog.Andrei Karas1-0/+24
2016-08-14Add skill cast type option in skills window.Andrei Karas1-0/+12
2016-08-01Extend windows unit tests with drawing.Andrei Karas1-1/+3
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-07-14Allow show windows action only after connecting to server.Andrei Karas1-1/+1
2016-07-06Add menu for selected skill for now with item only "set skill level".s20160706Andrei Karas1-0/+6
2016-06-14Remove some useless includes.Andrei Karas1-1/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-2/+1
2016-06-10Fix typo handleActicateKey -> handleActivateKeyAndrei Karas3-5/+5
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-04Fix nuke command and menu action. Rename gm nuke command into /gmnuke.Andrei Karas1-1/+1
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-0/+4
2016-05-31Add char command /restorecamera for restore camera to default state.Andrei Karas1-0/+6
2016-05-10Add ability to switch emotes shortcurs bar between player, pets, homunculuses...Andrei Karas1-0/+6
2016-04-30Add copy constructor into MouseInput.Andrei Karas1-0/+23
2016-04-30Add copy constructor into KeyInput.Andrei Karas1-0/+21
2016-04-30Disable noexcept for clang and old gcc versions.Andrei Karas1-3/+3
2016-04-28Add workaround for fix compilation warnings in SDL2.Andrei Karas1-0/+8
2016-04-26Add chat command for print memory usage. For now only report about resources.Andrei Karas1-0/+6
2016-04-26Split graphicsvetexes into multiply files.Andrei Karas1-1/+1
2016-04-26Move graphicsvertexes into render/vertexes.Andrei Karas1-1/+2