summaryrefslogtreecommitdiff
path: root/src/unittests/utils/itemxmlutils.cc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-08added manaverse' copyright line to src/jak11-0/+1
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
removed evol, since its not developed anymore... only leads to confusing players removed that anoying 'broken nick detected' message (regulare player don't care what crap the server sends) updated copyright -2020 for manaplus
2019-10-16Fix code style, ignore some warning in clang-tidyAndrei Karas1-4/+4
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-6/+6
2018-03-04Fix style issue in itemxmlutils.ccAndrei Karas1-2/+2
2018-03-03Fix memory leak in unit tests.Andrei Karas1-0/+9
2018-03-03Add support for item stat ranges.Andrei Karas1-0/+75
Example: ... hp="10-15" mp="1-2" ...
2018-03-02Add unit tests for itemxmlutils.Andrei Karas1-0/+340