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-06-24 | Fix code style | Andrei Karas | 1 | -2/+0 | |
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-10-29 | Fix code style.s20181102 | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-07-25 | Update mouse cursor each 10 seconds if was no mouse move events. | Andrei Karas | 1 | -0/+1 | |
2017-06-29 | Move cast macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -3/+3 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+3 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-05-09 | Add chat command for send any gui key. | Andrei Karas | 1 | -0/+3 | |
New chat command: guikey. | |||||
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-12-29 | Fix compilation with SDL 2. | Andrei Karas | 1 | -1/+1 | |
2016-12-29 | Fix compilation with SDL 2. | Andrei Karas | 1 | -0/+4 | |
2016-12-29 | Add constexpr into sdlinput. | Andrei Karas | 1 | -1/+223 | |
2016-12-12 | Add noexcept in some files. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-09-10 | Add mouse move simulation. After char id to name mapping received, simulate ↵ | Andrei Karas | 1 | -0/+4 | |
mouse move. | |||||
2015-05-30 | Convert MouseButton enum into strong typed enum. | Andrei Karas | 1 | -3/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-07-28 | Fix formatting in gui files. | Andrei Karas | 1 | -59/+57 | |
2014-05-18 | Move mousebutton into separate file. | Andrei Karas | 1 | -2/+3 | |
2014-03-20 | Improve sdlinput. | Andrei Karas | 1 | -2/+4 | |
2014-03-03 | Remove 2 from methods name in sdlinput. | Andrei Karas | 1 | -6/+1 | |
2014-02-28 | fix code style. | Andrei Karas | 1 | -10/+2 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -4/+3 | |
2014-02-17 | Move key into input directory. | Andrei Karas | 1 | -55/+0 | |
2014-02-17 | combine input into one file. | Andrei Karas | 1 | -13/+11 | |
2014-02-17 | combine mouseinput into one file. | Andrei Karas | 1 | -4/+4 | |
2014-02-16 | Combine keyinput into one file. | Andrei Karas | 1 | -3/+2 | |
2014-02-15 | move exguichan files into gui/base/ | Andrei Karas | 1 | -3/+3 | |
2014-01-27 | fix copyrights in sdlinput.cpp and sdlinput.h files. | Andrei Karas | 1 | -2/+1 | |
2014-01-27 | add GPL header into all guichan files. | Andrei Karas | 1 | -2/+21 | |
2014-01-27 | fix guichan headers. | Andrei Karas | 1 | -4/+5 | |
Remove wrong copyright lines from guichan header. | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-11-11 | Fix compilation in clang with libc++. | Andrei Karas | 1 | -2/+2 | |
2013-10-24 | add final keyword to gui files. | Andrei Karas | 1 | -5/+5 | |
2013-10-07 | emulate right click with SDL2 by multitouch two fingers click. | Andrei Karas | 1 | -0/+3 | |
2013-09-11 | remove unused includes from gui files. | Andrei Karas | 1 | -2/+1 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | fix gui text input in SDL2. | Andrei Karas | 1 | -1/+2 | |
copy/paste broken for SDL2. | |||||
2013-08-24 | fix keyboard handling in gui in SDL2. | Andrei Karas | 1 | -0/+3 | |
2013-06-03 | Remove subdir SDL from SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-05-28 | fix guard header part1. | Andrei Karas | 1 | -3/+3 | |
2013-05-19 | improve sdlinput file. | Andrei Karas | 1 | -8/+8 | |
2013-04-14 | another fixes from cpplint. | Andrei Karas | 1 | -2/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-03 | Add support for relative mouse move in android version. | Andrei Karas | 1 | -1/+4 | |
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -7/+7 | |