Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-24 | Switch source code headers to ManaVerse & update copyrights to 2025 | Fedja Beader | 43 | -129/+129 | |
.. 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-09-20 | Move move-specific keybinds from basic to move section of SETUP | Fedja Beader | 2 | -18/+18 | |
Move to target & move to target type intentionally kept in basic's targetting section. **** mana/plus!103 | |||||
2024-05-15 | Enable joystick by default, update default tolerance | ewewukek | 1 | -3/+0 | |
2024-05-15 | Consume input event in QuitDialog instead of relying on a hack | ewewukek | 1 | -15/+7 | |
2024-05-15 | Heuristic to detect controller triggers | ewewukek | 2 | -3/+27 | |
2024-05-15 | Refactor joystick input code | ewewukek | 2 | -58/+74 | |
2024-05-15 | Make sticks/triggers behave like regular buttons | ewewukek | 3 | -7/+102 | |
2024-05-15 | Extend gui support to joystick hat (d-pad) | ewewukek | 3 | -2/+11 | |
2024-05-15 | Gui support for joystick buttons | ewewukek | 3 | -2/+22 | |
2024-05-15 | Add a checkbox for d-pad to switch between movement and button behavior | ewewukek | 2 | -17/+31 | |
2024-05-15 | Make D-Pad behave like regular buttons | ewewukek | 3 | -29/+125 | |
2024-05-14 | Switch joystick axis tolerance type to float | ewewukek | 2 | -8/+17 | |
2024-05-14 | Remove joystick calibration logic | ewewukek | 2 | -58/+2 | |
2024-05-14 | Add a slider to joystick settings to set axis tolerance | ewewukek | 2 | -3/+6 | |
2024-05-14 | Use single tolerance value for all 4 joystick movement directions | ewewukek | 2 | -36/+18 | |
2024-03-26 | Remove default shortcut for "Hide [all] Windows" | Fedja Beader | 1 | -1/+1 | |
See merge request mana/plus!63 | |||||
2024-02-13 | Hotplug support for joysticks | ewewukek | 2 | -11/+30 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 43 | -43/+86 | |
2020-05-18 | Add new flags into gc110 flags | Andrei Karas | 1 | -0/+4 | |
2020-05-18 | Fix compilation error after switch port merged | Andrei Karas | 1 | -4/+4 | |
2020-04-29 | switch: change default input mapping in inputactionmap.h | cpasjuste | 1 | -2/+46 | |
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-24 | switch: add escape button (+) | cpasjuste | 1 | -6/+14 | |
switch: change default screen size | |||||
2020-04-24 | switch: fix joystick directions | cpasjuste | 1 | -7/+4 | |
2020-04-23 | switch: enable sound and keyboard button by default, disable joysticks for now | cpasjuste | 1 | -5/+7 | |
2020-04-22 | switch: enable joystick and mouse | cpasjuste | 2 | -0/+12 | |
2020-02-23 | Fix some code style issues | Andrei Karas | 1 | -1/+1 | |
2019-09-30 | Add missing static keywords | Andrei Karas | 2 | -5/+2 | |
2019-06-10 | Add chat command /trimmemory for force trim freed memory | Andrei Karas | 1 | -0/+6 | |
2019-01-01 | Update copyright year. | Andrei Karas | 43 | -43/+43 | |
2018-11-27 | Remove extra ; from different code. | Andrei Karas | 3 | -5/+5 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 5 | -11/+11 | |
2018-02-13 | Allow set shortcut to clan window. | Andrei Karas | 1 | -0/+6 | |
2018-02-13 | Add clan window. | Andrei Karas | 1 | -0/+12 | |
For now can be opened only by chat command /clan. | |||||
2018-01-09 | Remove useless A_CONST attributes. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 43 | -43/+43 | |
2018-01-01 | Replace some status methods usage from member pointers to static member calls. | Andrei Karas | 1 | -1/+1 | |
2017-12-28 | Add missing override and final to destructors. | Andrei Karas | 1 | -1/+1 | |
Also remove some empty destructors. | |||||
2017-12-28 | Add missing explicit keyword in key.h | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameter from key. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameter from keyboardconfig. | Andrei Karas | 1 | -1/+1 | |
2017-12-27 | Remove default parameters from touchmanager. | Andrei Karas | 2 | -46/+88 | |
2017-12-27 | Remove default parameters from theme. | Andrei Karas | 1 | -3/+10 | |
2017-10-26 | Replace some SDL2 function calls to lower level functions. | Andrei Karas | 1 | -2/+2 | |
2017-09-15 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2017-09-15 | Fix compilation with SDL 2 < 2.0.6. | Andrei Karas | 1 | -0/+3 | |
2017-09-15 | temporary disable input action types based on key releases. | Andrei Karas | 1 | -6/+16 | |
2017-09-15 | Dump more info about current joystick (SDL2). | Andrei Karas | 1 | -0/+54 | |
2017-09-12 | Add missing space int keyboardconfig.cpp | Andrei Karas | 1 | -1/+1 | |
2017-09-11 | Fix ignoring "ignore" keys in SDL 2 builds. | Andrei Karas | 1 | -0/+6 | |