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 | -3/+3 | |
2018-01-04 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2017-08-21 | Remove useless else. | Andrei Karas | 1 | -4/+1 | |
2017-08-04 | Add missing load / unload databases logging. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix namespace comments. | Andrei Karas | 1 | -1/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -2/+2 | |
2017-03-24 | Add support for tinyxml2 for reading / writing xml files. | Andrei Karas | 1 | -1/+1 | |
2017-02-28 | Rename UseResMan into UseVirtFs. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-08-24 | Move custom ai options from petdb into homunculusdb and mercenarydb. | Andrei Karas | 1 | -43/+0 | |
2016-08-08 | Fix on client side walking on monster wall collision. | Andrei Karas | 1 | -0/+1 | |
2016-06-20 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2016-06-02 | Show asserts for most errors in resource dbs. | Andrei Karas | 1 | -2/+3 | |
2016-05-12 | Add skipError parameter to loadXml functions. | Andrei Karas | 1 | -5/+8 | |
This allow not show errors for some not main xml files. | |||||
2016-03-10 | Add support for change text in pet menu item "Return to egg". | Andrei Karas | 1 | -0/+6 | |
2016-01-29 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2016-01-25 | Add file utils function getFilesInDir. | Andrei Karas | 1 | -1/+2 | |
2016-01-20 | Add pugixml backend incomplete. | Andrei Karas | 1 | -5/+3 | |
Add some defines for xml nodes manipulation. With pugixml backend no xml writing. | |||||
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-20 | Move spritereference.h into sprite directory. | Andrei Karas | 1 | -1/+2 | |
2015-05-29 | Add strong typed int type BeingTypeId. | Andrei Karas | 1 | -4/+4 | |
2015-05-29 | Add strong typed int type BeingId. | Andrei Karas | 1 | -4/+6 | |
2015-05-06 | Add strong typed bool type SkipError. | Andrei Karas | 1 | -1/+1 | |
2015-05-06 | Add strong types bool type UseResman. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Dont show some useless errors while loading themes. | Andrei Karas | 1 | -1/+1 | |
2015-02-07 | Remove optional parameter from xml document constructor. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-07-27 | Remove some evol server checks. | Andrei Karas | 1 | -2/+0 | |
2014-05-19 | Move spritereference into separate file. | Andrei Karas | 1 | -0/+1 | |
2014-01-20 | add attack action for pets. | Andrei Karas | 1 | -0/+6 | |
New pets db attributes: attackOffsetX attackOffsetY attaclDirectionType | |||||
2014-01-16 | add missing const in xmlnode pointers. | Andrei Karas | 1 | -1/+1 | |
2014-01-07 | fix leak in petdb with duplicate pets. | Andrei Karas | 1 | -3/+7 | |
2014-01-06 | add ability to inlude config parts from subdirs for most dbs. | Andrei Karas | 1 | -0/+1 | |
2014-01-06 | add patch files loading for most dbs. | Andrei Karas | 1 | -0/+1 | |
2014-01-06 | add support for include in pets.xml. | Andrei Karas | 1 | -6/+17 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-31 | add pet direction type if owner dead. | Andrei Karas | 1 | -0/+2 | |
New pet db attribute: deadDirectionType | |||||
2013-12-31 | add pet offset if owner is dead. | Andrei Karas | 1 | -0/+4 | |
New pet db attributes: deadOffsetX, deadOffsetY | |||||
2013-12-31 | add pet offset if owner is moving. | Andrei Karas | 1 | -0/+4 | |
New pet db attributes: moveOffsetX, moveOffsetY | |||||
2013-12-26 | add pet name loading from pet db. | Andrei Karas | 1 | -2/+7 | |
New pet db attribute: name | |||||
2013-12-25 | add support for pet sit direction logic. | Andrei Karas | 1 | -0/+3 | |
New pet db attribute: sitDirectionType It can be set same values like in directionType. | |||||
2013-12-25 | add direction logic to pets. | Andrei Karas | 1 | -0/+2 | |
New pet db attribute: directionType Possible values: 0 - not change direction. 1 - use same direction as owner. 2 - always look to owner. 3 - always look outside from owner. | |||||
2013-12-25 | add pet think time. | Andrei Karas | 1 | -0/+2 | |
New pet db attribute: thinkTime time in milliseconds. also remove extra pet logic calls. | |||||
2013-12-25 | add support for pet offsets if owner is sitting. | Andrei Karas | 1 | -0/+4 | |
2013-12-25 | extend pet follow logic with follow in fixed position to owner. | Andrei Karas | 1 | -1/+1 | |
2013-12-25 | add pet spawn offset in tiles from owner position. | Andrei Karas | 1 | -0/+5 | |
New pet db attributes: offsetX, offsetY Offset counted from player direction. | |||||
2013-12-24 | add support for warp pets if distance very long. | Andrei Karas | 1 | -0/+3 | |
New pet db option: warpDistance |