summaryrefslogtreecommitdiff
path: root/src/gui/sdlinput.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-06-25Split #include "utils/performance.h" out of localconsts.hFedja Beader1-0/+2
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-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-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-15Make sticks/triggers behave like regular buttonsewewukek1-0/+1
2024-05-15Extend gui support to joystick hat (d-pad)ewewukek1-0/+1
2024-05-15Gui support for joystick buttonsewewukek1-0/+14
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2020-05-07Fix code style after merged switch port codeAndrei Karas1-2/+2
2020-04-29switch: fix software keyboard validation event, fix pathscpasjuste1-2/+2
2020-04-27switch: send gui escape/cancel event on keyboard dismisscpasjuste1-0/+18
switch: add README-SWITCH.md
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-05Fix code style.Andrei Karas1-1/+2
2018-10-29Fix code style.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-07-28Fix key press emulation with SDL2.Andrei Karas1-4/+5
2017-07-27In mouse click emulation, before click send mouse move events.Andrei Karas1-0/+4
2017-07-25Update mouse cursor each 10 seconds if was no mouse move events.Andrei Karas1-0/+9
2017-06-20Fix sdl warning hiding pragmas for old compilers.Andrei Karas1-3/+3
2017-06-20Prevent Wshadow varnings in SDL code.Andrei Karas1-0/+3
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-3/+7
2017-05-26Fix code style.Andrei Karas1-1/+1
2017-05-24Fix chat command with SDL2 for send string to input.Andrei Karas1-0/+12
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+11
New chat command: guikey.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas1-222/+0
2016-09-23Add missing comments into defines.Andrei Karas1-21/+32
2016-06-15Fix other include issues.Andrei Karas1-4/+0
2016-05-31Fix different include issues.Andrei Karas1-1/+0
2016-04-05Remove quotes from pragmas.Andrei Karas1-6/+6
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-6/+6
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move keyvalue into enums directory.Andrei Karas1-57/+59
2015-09-10Add mouse move simulation. After char id to name mapping received, simulate ↵Andrei Karas1-0/+21
mouse move.
2015-05-31Fix compilation error without C++11 flag.Andrei Karas1-1/+1
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-2/+2
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-2/+2
2015-05-17Fix code style.Andrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+2
2014-05-31Fix sign on some vars.Andrei Karas1-1/+1
2014-05-31Move keyeventtype into separate file.Andrei Karas1-3/+3
2014-05-24Fix localconsts.h and debug.h includes.Andrei Karas1-0/+2
2014-05-22Dont report in log about mouse wheel usage (int SDL 1.2 builds)Andrei Karas1-0/+5
2014-05-18Fix wheel usage in SDL2 build.Andrei Karas1-1/+1
2014-05-18Use mouseeventtype in mouseinput.Andrei Karas1-10/+10
2014-05-18Move mousebutton into separate file.Andrei Karas1-13/+15
2014-05-08Fix code style in gui.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-1/+1
2014-03-20Improve sdlinput.Andrei Karas1-17/+2