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-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-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -1/+1 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-05-31 | Convert InputAction enum into strong typed enum. | Andrei Karas | 1 | -2/+4 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-08-23 | Fix compilation warning without C++11. | Andrei Karas | 1 | -0/+2 | |
2014-08-22 | Move setup input pages options into separate file. | Andrei Karas | 1 | -10/+0 | |
2014-08-22 | Move touchactiondata into separate file. | Andrei Karas | 1 | -3/+0 | |
2014-08-22 | Move intformation about setup input pages into separate file. | Andrei Karas | 1 | -2/+0 | |
2014-08-22 | Move most code from setupactiondata.h into setupactiondata.cpp. | Andrei Karas | 1 | -2012/+13 | |
2014-07-17 | Rename keydata into inputactiondata. | Andrei Karas | 1 | -1/+1 | |
2014-06-24 | Add new action for select closest monster without filters and sorting. | Andrei Karas | 1 | -0/+6 | |
By default unassigned. | |||||
2014-05-25 | Fix license headers. | Andrei Karas | 1 | -1/+1 | |
2014-05-22 | Add missing option in settings for updates window. | Andrei Karas | 1 | -0/+6 | |
2014-05-18 | Move inputaction into separate file. | Andrei Karas | 1 | -324/+325 | |
2014-05-18 | fix code style. | Andrei Karas | 1 | -2/+2 | |
2014-04-30 | Fix compilation with old gcc and clang. | Andrei Karas | 1 | -0/+2 | |
2014-04-30 | Fix code style in gui. | Andrei Karas | 1 | -0/+10 | |
2014-03-08 | Add about button. | Andrei Karas | 1 | -0/+6 | |
2014-03-02 | Dehardcode Fx keys in chat window. | Andrei Karas | 1 | -0/+61 | |
2014-02-08 | Add action for open trade window. | Andrei Karas | 1 | -0/+6 | |
Default key unassigned. | |||||
2014-02-02 | add actions for select next/previous tab in spells/commands window. | Andrei Karas | 1 | -0/+12 | |
2014-02-02 | add actions for select next/previous tab in shortcuts window. | Andrei Karas | 1 | -0/+12 | |
2014-01-31 | Combine "Mod" and "Stop attack" keys. | Andrei Karas | 1 | -7/+1 | |
Remove old "Mod" key because it conflicting with "Stop attack" | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-11-21 | add new gui shortcuts into settings. | Andrei Karas | 1 | -0/+56 | |
Before it had only default values and cant be changed from settings. | |||||
2013-11-03 | add action "move forward" default key unassigned. | Andrei Karas | 1 | -0/+6 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -1/+1 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -1/+1 | |
2013-05-03 | add comments for translators | Andrei Karas | 1 | -0/+295 | |
2013-04-26 | Add mod key for chat (left shift) | Andrei Karas | 1 | -0/+5 | |
New action: mod key + right click - close current whisper. | |||||
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -2/+0 | |
2013-02-03 | Add support for small screens with on screen top right buttons. | Andrei Karas | 1 | -0/+5 | |
Add button "WIN" to buttons list. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-31 | Add support for changable actions for onscreen controls. | Andrei Karas | 1 | -3/+11 | |
2012-12-30 | Add action to show onscreen keyboard. | Andrei Karas | 1 | -0/+5 | |
2012-12-25 | Add new action "stop or sit" | Andrei Karas | 1 | -0/+5 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-21 | next code style changes. | Andrei Karas | 1 | -2/+2 | |
2012-07-29 | Add quests netcode and quests window. | Andrei Karas | 1 | -0/+5 | |
2012-07-22 | Add key for disable full screen mode. | Andrei Karas | 1 | -0/+5 | |
Minus on numeric keyboard. | |||||
2012-04-25 | Fix actions translation. | Andrei Karas | 1 | -1/+1 | |
2012-04-25 | Update and rebuild translations. | Andrei Karas | 1 | -1/+1 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -11/+102 | |
Add new tab with keys settings in input settings tab. | |||||
2012-04-16 | Fix code style. | Andrei Karas | 1 | -0/+5 | |
2012-04-15 | Add move to point configurable shortcuts. | Andrei Karas | 1 | -25/+281 | |