Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-06-25 | Split #include "utils/performance.h" out of localconsts.h | Fedja Beader | 1 | -0/+1 | |
only about 160 out of 1500 files that include localconsts.h need to include performance.h Saves 12% from compile times (with profiler ON) and 0.1% with profiler OFF. **** mana/plus!189 | |||||
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 1 | -3/+3 | |
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179 | |||||
2024-05-15 | Consume input event in QuitDialog instead of relying on a hack | ewewukek | 1 | -15/+7 | |
2024-05-15 | Make sticks/triggers behave like regular buttons | ewewukek | 1 | -1/+32 | |
2024-05-15 | Extend gui support to joystick hat (d-pad) | ewewukek | 1 | -2/+4 | |
2024-05-15 | Gui support for joystick buttons | ewewukek | 1 | -2/+10 | |
2024-05-15 | Make D-Pad behave like regular buttons | ewewukek | 1 | -4/+52 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
2020-04-27 | inputmanager: fix joystick key 0 not assignable from inputactionmap ↵ | cpasjuste | 1 | -4/+8 | |
(SDL_SCANCODE_UNKNOWN check on joystick button 0 is always true) | |||||
2020-04-22 | switch: enable joystick and mouse | cpasjuste | 1 | -0/+3 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 1 | -2/+0 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-09-15 | temporary disable input action types based on key releases. | Andrei Karas | 1 | -6/+16 | |
2017-09-11 | Fix ignoring "ignore" keys in SDL 2 builds. | Andrei Karas | 1 | -0/+6 | |
2017-09-10 | Allow trigger input action on key press or/and release. | Andrei Karas | 1 | -5/+10 | |
By default all actions triggered on press key. | |||||
2017-09-09 | Add workaround for fix alt-tab issue in SDL2. | Andrei Karas | 1 | -0/+16 | |
Also add option to enable/disable this workaround. | |||||
2017-08-30 | Move some variables to better scope. | Andrei Karas | 1 | -1/+3 | |
2017-08-22 | Remove some parentheses. | Andrei Karas | 1 | -2/+2 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -3/+3 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-06-30 | Remove extra includes again. | Andrei Karas | 1 | -0/+1 | |
2017-06-29 | Use std::move in some places. | Andrei Karas | 1 | -1/+2 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -35/+35 | |
2017-05-09 | Add chat command for send any gui key. | Andrei Karas | 1 | -0/+12 | |
New chat command: guikey. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-10 | Fix some issues found by automatic checks. | Andrei Karas | 1 | -2/+0 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -17/+27 | |
2016-09-21 | Fix reading all assigned keys for actions. | Andrei Karas | 1 | -0/+2 | |
Before was issue if second or third not set was used default value. | |||||
2016-08-16 | Trigger asserts if unknown commands executed in popup menu or in chat. | Andrei Karas | 1 | -0/+7 | |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 1 | -2/+0 | |
Now eathena like support enabled always. | |||||
2016-06-10 | Fix typo handleActicateKey -> handleActivateKey | Andrei Karas | 1 | -1/+1 | |
2016-03-05 | Move keyStr from inputfunction into separate array in inputmanager. | Andrei Karas | 1 | -13/+14 | |
2016-03-04 | Improve performance in getting printable key for actions. | Andrei Karas | 1 | -7/+21 | |
2016-02-18 | Replace unknown scan codes in SDL2 to unknown constant. | Andrei Karas | 1 | -0/+4 | |
2016-02-18 | Remove extra checks. | Andrei Karas | 1 | -29/+1 | |
2016-02-18 | Add some more debugging in input keys handling. | Andrei Karas | 1 | -1/+12 | |
2016-02-18 | Add some extra checks and logging while sorting keys. | Andrei Karas | 1 | -1/+20 | |
2016-02-08 | Add missing variables into constructors initialisation list. | Andrei Karas | 1 | -1/+2 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -28/+28 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move multitouchmanager into touch directory. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move touchmanager into touch directory. | Andrei Karas | 1 | -1/+2 | |
2015-12-27 | Add restrict keyword in inputmanager. | Andrei Karas | 1 | -79/+89 | |
2015-12-22 | Improve a bit inputmanager. | Andrei Karas | 1 | -3/+5 | |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 1 | -1/+1 | |
2015-11-17 | Convert enum InputType into strong typed. | Andrei Karas | 1 | -7/+8 | |
2015-10-31 | Add NOBLOCK input actions condition. This mean if player not blocked by ↵ | Andrei Karas | 1 | -4/+15 | |
special things like statuses. | |||||
2015-10-16 | Add protection attribute to input actions. Unsafe actions blocked from ↵ | Andrei Karas | 1 | -0/+21 | |
remote usage. |