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-11-27 | Remove extra ; from different code. | Andrei Karas | 1 | -1/+1 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-06-29 | Fix compilation with old compilers and not for linux. | Andrei Karas | 1 | -0/+1 | |
2017-06-20 | Fix sdl warning hiding pragmas for old compilers. | Andrei Karas | 1 | -9/+9 | |
2017-06-20 | Prevent Wshadow varnings in SDL code. | Andrei Karas | 1 | -0/+9 | |
2017-06-08 | Add missing function parameters. | Andrei Karas | 1 | -1/+1 | |
2017-04-14 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-10-28 | Fix some other small issues. | Andrei Karas | 1 | -1/+1 | |
2016-09-24 | Hide some includes from mplint. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -10/+12 | |
2016-06-03 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2016-05-31 | Fix comments formatting in copynpaste.cpp | Andrei Karas | 1 | -2/+2 | |
2016-05-31 | Fix different include issues. | Andrei Karas | 1 | -13/+18 | |
2016-02-08 | Add some missing const. | Andrei Karas | 1 | -8/+8 | |
2016-02-07 | Replace most static_cast<Type> to shorter versions from defines. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-13 | Move nacl messages related functions into separate file. | Andrei Karas | 1 | -1/+1 | |
2015-12-09 | Fix cursor position after insert text from clipboard (nacl) | Andrei Karas | 1 | -0/+1 | |
2015-12-03 | Added NaCl messaging and clipboard functions | Vasily | 1 | -0/+18 | |
2015-07-21 | Add missing checks and non null attributes. | Andrei Karas | 1 | -5/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-25 | Fix license headers. | Andrei Karas | 1 | -1/+1 | |
2014-05-08 | Fix code style in utils. | Andrei Karas | 1 | -3/+3 | |
2014-05-07 | Remove depricated casts. | Andrei Karas | 1 | -5/+5 | |
2014-01-29 | Fix paths for xsel and xdg-open on OpenBSD and FreeBSD. | Andrei Karas | 1 | -2/+9 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-16 | fix compilation with SDL2. | Andrei Karas | 1 | -0/+2 | |
2013-08-31 | move render classes into render dir. | Andrei Karas | 1 | -1/+1 | |
2013-08-24 | add clipboard support in SDL2. | Andrei Karas | 1 | -0/+22 | |
2013-08-24 | move WMInfo function calls into SDL helper. | Andrei Karas | 1 | -4/+5 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 1 | -0/+3 | |
2013-08-16 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-07-01 | improve size() usage in copynpaste. | Andrei Karas | 1 | -2/+3 | |
2013-06-03 | fix SDL includes. | Andrei Karas | 1 | -1/+1 | |
2013-04-18 | improve copynpaste file. | Andrei Karas | 1 | -23/+17 | |
2013-04-14 | some more style fixes from cpplint. | Andrei Karas | 1 | -3/+0 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -24/+5 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-17 | ARM fixes. | Andrei Karas | 1 | -1/+1 | |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 1 | -1/+2 | |
2012-09-11 | Fix code style and small perfomance issues. | Andrei Karas | 1 | -5/+2 | |
2012-09-05 | Fix termination from forked processes if exec file failed. | Andrei Karas | 1 | -2/+2 | |
Now forked processes silently terminated. | |||||
2012-08-17 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-08-16 | Fix compilation errors. | Andrei Karas | 1 | -1/+2 | |
2012-08-15 | Fix code style again. | Andrei Karas | 1 | -2/+2 | |
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -1/+1 | |