summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-27Fix compilation with tinyxml2 on old compilers.Andrei Karas1-6/+6
2017-03-24Remove extra unused attribute.Andrei Karas1-1/+1
2017-03-24Remove debug line from xml_unittest.ccAndrei Karas1-1/+0
2017-03-24Add ignore some compilation options in tinyxml2 include.Andrei Karas2-0/+12
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas58-143/+715
2017-03-22Remove empty line from windowmanager_unittest.ccAndrei Karas1-1/+0
2017-03-22Add some tests for windowmanager.Andrei Karas1-0/+159
2017-03-22Clear icon pointer after icon was deleted in windowmanager.Andrei Karas1-0/+1
2017-03-21Fix packet CMSG_NPC_STR_RESPONSE for hercules packet version >= 20151029.Andrei Karas1-4/+14
2017-03-18Update version to 1.7.3.18v1.7.3.18Andrei Karas1-2/+2
2017-03-18Fix compilation on macosx.Andrei Karas1-1/+1
2017-03-17Remove extra include from paths.cppAndrei Karas1-1/+0
2017-03-17Remove shadow variable from shoplistbox.Andrei Karas2-3/+2
2017-03-16Disable unit test for timeDiffToString if NLS not enabled.Andrei Karas1-3/+2
2017-03-16Fix unit tests compilation on bsd systems.Andrei Karas1-4/+2
2017-03-15Fix output type in stringutils_unittest.ccAndrei Karas1-1/+1
2017-03-15Possible fix for cast issue in i386 arch in tests.Andrei Karas1-2/+2
2017-03-15Fix too long line in windowmanager.cppAndrei Karas1-2/+6
2017-03-14Fix shadow variables in PopupMenu and Desktop.Andrei Karas4-20/+20
2017-03-14Fix compilation for windows 64 with mingw.Andrei Karas5-8/+25
2017-03-13Dont mount branding directory on windows.Andrei Karas1-7/+2
2017-03-13Add some more fonts loading logging.Andrei Karas1-2/+4
2017-03-13Improve function dirSeparator.Andrei Karas1-3/+4
2017-03-12Remove extra includes.Andrei Karas12-24/+0
2017-03-11Fix different issues found by automatic checks.Andrei Karas24-57/+38
2017-03-10Fix leak in buy dialog.Andrei Karas1-0/+1
2017-03-10Add assert about wrong sfx path.Andrei Karas1-0/+5
2017-03-10Add pathJoin functions for join parts of path.Andrei Karas3-0/+183
2017-03-10Fix new style issue detected by mplint.Andrei Karas27-59/+59
2017-03-10Add setting to allow and not allow move character by mouse.Andrei Karas4-5/+18
2017-03-10Fix compilation warnings with mingw.Andrei Karas5-4/+29
2017-03-10Dont try backup not existing config.xmlAndrei Karas1-0/+6
2017-03-09Fix style issue in zip.cppAndrei Karas1-4/+4
2017-03-09Enable sound by default after auto detection tests.Andrei Karas2-1/+2
2017-03-09Add missing default for float fields loading as string config parameters.Andrei Karas1-0/+5
2017-03-09Fix compilation with nacl.Andrei Karas1-1/+1
2017-03-09Probably fix reading zip archives on big endian cpu.Andrei Karas1-4/+23
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas31-530/+530
2017-03-09Remove extra includes.Andrei Karas5-8/+0
2017-03-08Fix style issue in zip.cppAndrei Karas1-1/+1
2017-03-08Enable stack generation if target platform support this.Andrei Karas3-20/+18
2017-03-08Use special name for main configuration file in unit tests.Andrei Karas1-0/+5
2017-03-08Add configuration path initialisation in tests where it need.Andrei Karas6-2/+61
2017-03-08Load extra config values in windows test, for prevent wrong data.Andrei Karas1-0/+1
2017-03-08Add assert in fonts loading if font size < 4.Andrei Karas2-2/+10
2017-03-08Improve fonts loading checks and logging.Andrei Karas1-7/+39
2017-03-08Add some cleanups into windows unit tests.Andrei Karas1-2/+3
2017-03-08Dont show in log "read archive ..." messages if zip debugging disabled.Andrei Karas1-0/+3
2017-03-08Clean global font pointer on gui deletion.Andrei Karas2-0/+4
2017-03-08Fix assert in creation default main configuration file.Andrei Karas1-1/+7