summaryrefslogtreecommitdiff
path: root/src/resources/db/itemfielddb.cpp
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-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-5/+5
2018-02-11Move reading and combining item stats into separate file.Andrei Karas1-6/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-2/+2
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-02-19Fix some memory leaks and add duplicate item fields check.Andrei Karas1-0/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-06-20Remove useless includes.Andrei Karas1-1/+0
2016-06-03Fix code style.Andrei Karas1-0/+2
2016-06-02Add support for configurable item stat fields.Andrei Karas1-0/+145
This fields defined in itemfields.xml Can be used in items.xml All default fields removed from ManaPlus. If need use it, please add fields to itemfields.xml in client data.