summaryrefslogtreecommitdiff
path: root/src/utils/xml/pugixml.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-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 wrong character from pugixml.cppAndrei 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-9/+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-7/+7
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-2/+2
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-1/+2
2016-08-18Fix some style issues.Andrei Karas1-8/+10
2016-07-29Fix code style.Andrei Karas1-0/+1
2016-06-20Remove useless includes.Andrei Karas1-2/+0
2016-05-12Macro reportAlways also show message in log if asserts disabled in compile time.Andrei Karas1-4/+2
2016-05-11Add reportAlways macroses in xml load errors.Andrei Karas1-0/+5
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-21Add support for writing xml files from pugixml.Andrei Karas1-4/+0
2016-01-20Add pugixml backend incomplete.Andrei Karas1-0/+335