Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | Rename axis tolerance to joystick dead zone + reformat as per discussion | Fedja Beader | 1 | -6/+6 | |
2024-05-15 | Add a checkbox for d-pad to switch between movement and button behavior | ewewukek | 1 | -5/+17 | |
2024-05-14 | Switch joystick axis tolerance type to float | ewewukek | 1 | -6/+8 | |
2024-05-14 | Remove joystick calibration logic | ewewukek | 1 | -35/+1 | |
2024-05-14 | Add a slider to joystick settings to set axis tolerance | ewewukek | 1 | -5/+31 | |
2024-02-13 | Hotplug support for joysticks | ewewukek | 1 | -4/+4 | |
2024-02-09 | Update copyright headers up to 2023 | Jesusalva Jesusalva | 1 | -1/+2 | |
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-03-09 | Add skin parameter to all button constructors. | Andrei Karas | 1 | -2/+4 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-12-26 | Remove default parameters from dropdown. | Andrei Karas | 1 | -1/+2 | |
2017-12-26 | Remove default parameters from checkbox. | Andrei Karas | 1 | -4/+7 | |
2017-12-25 | Remove default parameters from containerplacer. | Andrei Karas | 1 | -6/+6 | |
2017-08-14 | Replace static members usage from pointers to direct classes. | Andrei Karas | 1 | -3/+2 | |
clang-tidy warning: readability-static-accessed-through-instance | |||||
2017-06-08 | Remove useless extern declarations. | Andrei Karas | 1 | -2/+0 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -7/+7 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-08-09 | Add some missing checks to gui found by paranucker. | Andrei Karas | 1 | -2/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-14 | Move containerplacer into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-05-08 | Fix code style in gui. | Andrei Karas | 1 | -2/+2 | |
2014-03-28 | simplify variables cleanup. | Andrei Karas | 1 | -2/+2 | |
2014-02-24 | Rename Rectangle into Rect. | Andrei Karas | 1 | -1/+1 | |
Rename ClipRectangle into ClipRect. | |||||
2014-02-22 | Move namesmodel into gui/models directory. | Andrei Karas | 1 | -1/+2 | |
2014-02-22 | Move Widget into gui/widgets directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-22 | Move Rectangle and ClipRectangle into gui directory. | Andrei Karas | 1 | -1/+1 | |
2014-02-16 | move actionevent into events directory. | Andrei Karas | 1 | -1/+1 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-11 | Second part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -4/+2 | |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 1 | -0/+187 | |