summaryrefslogtreecommitdiff
path: root/src/utils/xml/pugixml.h
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-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
Also remove some empty destructors.
2017-08-20Add function for read float and double number from xml.Andrei Karas1-1/+8
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-7/+7
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-24Add xml loader. For now unused.Andrei Karas1-1/+3
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+2
2016-01-29Fix code style.Andrei Karas1-1/+2
2016-01-21Add support for writing xml files from pugixml.Andrei Karas1-1/+0
2016-01-20Move xml defines into separate file.Andrei Karas1-28/+2
2016-01-20Add pugixml backend incomplete.Andrei Karas1-0/+181
Add some defines for xml nodes manipulation. With pugixml backend no xml writing.