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-07-03 | Fix possible issue in macroses in beingcommon.h | Andrei Karas | 1 | -0/+4 | |
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+2 | |
2017-05-05 | Rename virtfstools into tools. | Andrei Karas | 1 | -1/+1 | |
2017-03-28 | Move virtfstools into virtfs directory. | Andrei Karas | 1 | -1/+1 | |
2017-02-21 | Move virt fs related files into fs directory. | Andrei Karas | 1 | -1/+2 | |
2017-02-16 | Remove extra include from beingcommon.h | Andrei Karas | 1 | -2/+0 | |
2017-02-15 | Remove other unused includes. | Andrei Karas | 1 | -0/+1 | |
2017-02-15 | Remove ueseless includes. | Andrei Karas | 1 | -0/+2 | |
2017-02-14 | Move some virtfs replated functions from files.cpp into virtfstools.cpp | Andrei Karas | 1 | -3/+4 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-24 | Move ai attributes reading into BeingCommon. | Andrei Karas | 1 | -0/+3 | |
2016-08-08 | Fix on client side walking on monster wall collision. | Andrei Karas | 1 | -0/+4 | |
2016-06-13 | Fix includes and update deheader ci script. | Andrei Karas | 1 | -2/+0 | |
2016-05-12 | Add skipError parameter to loadXml functions. | Andrei Karas | 1 | -3/+3 | |
This allow not show errors for some not main xml files. | |||||
2016-01-29 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2016-01-25 | Add file utils function getFilesInDir. | Andrei Karas | 1 | -2/+2 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-06-25 | Add missing checks into resources directory. | Andrei Karas | 1 | -2/+2 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-09-26 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2014-09-25 | Remove duplicate code from monsterdb, homunculusdb, mercenarydb. | Andrei Karas | 1 | -0/+7 | |
2014-02-11 | add support for map layer replacments. | Andrei Karas | 1 | -6/+18 | |
This can be used for mods. | |||||
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -1/+2 | |
2014-01-12 | fix compilation warnings. | Andrei Karas | 1 | -4/+4 | |
2014-01-06 | add ability to inlude config parts from subdirs for most dbs. | Andrei Karas | 1 | -0/+7 | |
2014-01-06 | add ability to inlude config parts from subdirs for items, monsters, npcs. | Andrei Karas | 1 | -0/+4 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-09-16 | remove unused includes from resources. | Andrei Karas | 1 | -2/+0 | |
2013-07-18 | move shared code for reading being info attributes to separate class. | Andrei Karas | 1 | -0/+38 | |
Also fix name offsets for pets. |