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 | |||||
2025-02-24 | added manaverse' copyright line to src/ | jak1 | 1 | -0/+1 | |
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131 | |||||
2025-02-24 | updated copyright -2020 for manaplus | jak1 | 1 | -1/+1 | |
In theory split out from mana/plus!28, in practice I (specing) just ran sed myself instead of bothering with splitting out changes. **** mana/plus!130 | |||||
2019-01-01 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2018-02-16 | Fix compilation with clang. | Andrei Karas | 1 | -0/+1 | |
2018-01-16 | Fix code style. | Andrei Karas | 1 | -5/+2 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-05-05 | Rename virtfs into fs. | Andrei Karas | 1 | -1/+1 | |
2017-03-28 | Join fs/virfs.h and fs/virtfs/virtfs.h | Andrei Karas | 1 | -1/+1 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+1 | |
2017-02-10 | Rename physfstools into virtfs. | Andrei Karas | 1 | -4/+4 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-09-23 | Add missing comments into defines. | Andrei Karas | 1 | -3/+4 | |
2016-01-15 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2016-01-15 | Fix compilation without hercules support. | Andrei Karas | 1 | -2/+2 | |
2016-01-03 | Auto set default language from chrome ui (nacl). | Andrei Karas | 1 | -13/+47 | |
2016-01-03 | Add support for custom NLS (without gettext). | Andrei Karas | 1 | -2/+6 | |
Add configure flag --enable-customnls Add empty directory in data/translations/manaplus for suctom translations (po files from /po directory) | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-06-27 | Move environment functions into separate file. | Andrei Karas | 1 | -2/+3 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-06-07 | fix code style. | Andrei Karas | 1 | -5/+4 | |
2014-06-06 | Fix compilation with some options. | Andrei Karas | 1 | -0/+2 | |
2014-05-31 | fix debug.h position in gettexthelper. | Andrei Karas | 1 | -2/+2 | |
2014-05-31 | fix code style. | Andrei Karas | 1 | -6/+18 | |
2014-05-29 | Move gettext related methods into separate file. | Andrei Karas | 1 | -0/+102 | |