summaryrefslogtreecommitdiff
path: root/src/utils/xml/tinyxml2.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-08added manaverse' copyright line to src/jak11-0/+1
2024-02-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-3/+3
2018-02-16Replace file type from stream to FILE in logger.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-11-04Add workaround for fix compilation with tinyxml2 from master branch.s20171107Andrei Karas1-0/+7
2017-08-20Add function for read float and double number from xml.Andrei Karas1-3/+18
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-28Hide xml errors if flag allow to hide it.Andrei Karas1-1/+1
2017-05-05Rename virtfs into fs.Andrei Karas1-1/+1
2017-03-29Remove extra memory copy in VirtFs::loadFile.Andrei Karas1-2/+2
2017-03-28Move Virtfs::loadFile into virtfs.cppAndrei Karas1-1/+1
2017-03-28Change memory allocation in Virtfs::LoadFile from calloc to new.Andrei Karas1-7/+8
2017-03-28Move virtfstools into virtfs directory.Andrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-0/+306