summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader66-198/+198
.. 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-05-112025 Q1 miscallaneous reformattingFedja Beader1-0/+2
**** mana/plus!176
2025-03-01Report missing/unknown attr fields in clientdata stats.xmlFedja Beader1-4/+8
This makes sure that ml/clientdata!180 never happens again via message in Debug tab. The legacy numeric ID method could be deprecated. Maybe after release. The client uses full attribute names since 2016. **** mana/plus!137
2025-02-26StatDB: deduplicate loadBasicStats(...) and loadStats(...)Fedja Beader1-47/+15
**** mana/plus!136
2025-02-26Remove stray continue, loop has no code outside of conditional branches.Fedja Beader1-1/+1
Tested as part of !136, pushed to master
2025-02-25Rename AttributesEnum::find to ::contains to match its meaningFedja Beader1-2/+2
**** mana/plus!134
2025-02-24added manaverse' copyright line to src/jak11-0/+1
Split from mana/plus!28 and rebased on master by specing. **** mana/plus!131
2025-02-24updated copyright -2020 for manaplusjak11-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
2024-02-20Emotes: Only load client emotes if the server is lacking themJesusaves1-5/+6
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva65-65/+130
2020-05-11Remove useless struct keywordAndrei Karas1-1/+1
2020-05-07Add option for show/hide hidden genderAndrei Karas2-0/+19
By default hidden gender is hidden.
2020-02-23Fix some code style issuesAndrei Karas1-2/+1
2019-01-01Update copyright year.Andrei Karas66-66/+66
2018-11-27Remove extra ; from different code.Andrei Karas30-93/+93
2018-10-29Fix code style.s20181102Andrei Karas2-4/+4
2018-08-31Fix code style.Andrei Karas1-1/+2
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-3/+4
2018-06-18Fix some style issues after automatic checks.Andrei Karas1-2/+0
2018-05-23Remove extra includes.Andrei Karas1-2/+4
2018-05-20Show gm revive button in death dialog if player have rights for @alive command.Andrei Karas2-0/+33
2018-04-20Dont put on maps tiles from empty atlases.Andrei Karas2-1/+18
Before in wrong maps and OpenGL enabled modes, manaplus may show artifacts, because tiles from empty atlases really is not loaded and drawed.
2018-04-07Remove extra includes.Andrei Karas1-1/+0
2018-04-02Remove legacy status effect field "block-id".Andrei Karas2-34/+0
Before was warning about this field for some years.
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas2-0/+15
This attribute allow to highlight gm groups based on groups.xml
2018-03-03Add support for reading item stats from tags addStats and requireStats.Andrei Karas1-1/+9
2018-02-14Remove extra includes.Andrei Karas1-2/+0
2018-02-13Store clan names into each player being.Andrei Karas1-0/+4
2018-02-13Add support for show clan badge.Andrei Karas2-0/+13
But for now clan unset for players.
2018-02-13Add clan window.Andrei Karas1-1/+1
For now can be opened only by chat command /clan.
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas3-9/+1
2018-02-11Add clandb support.Andrei Karas2-0/+184
2018-02-11Move reading and combining item stats into separate file.Andrei Karas4-46/+20
2018-01-04Update copyrights year.Andrei Karas64-64/+64
2017-12-18Remove default parameters from animatedsprites.Andrei Karas1-1/+2
2017-12-17Remove default parameter from horsedb.Andrei Karas1-1/+1
2017-12-17Remove default parameters from emotedb.hAndrei Karas1-4/+5
2017-11-08Add npc option for allow equipment.Andrei Karas1-0/+3
New option: allowEquipment Default value: false
2017-10-10Fix some asserts in text command editor.Andrei Karas2-0/+11
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-0/+2
2017-09-27Fix some issues with int64 to int32 implicit conversions.Andrei Karas2-1/+21
2017-08-30Move some variables to better scope.Andrei Karas1-2/+5
2017-08-21Remove useless else.Andrei Karas14-119/+63
2017-08-20Add function for read float and double number from xml.Andrei Karas1-6/+6
2017-08-18Add missing std::move.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas1-0/+1
2017-08-14Fix some pointer to bool conversions.Andrei Karas1-1/+1
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-1/+1
clang-tidy warning: readability-static-accessed-through-instance
2017-08-09Fix compilation with old compilers.Andrei Karas1-1/+1
2017-08-09Allow for each item replace equip/use menu item to custom menu.Andrei Karas1-0/+103
Separate menus supproted for inventory, storage, cart.