summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-0/+18
2017-03-08Enable stack generation if target platform support this.Andrei Karas1-0/+8
2017-03-07Enable console in unit tests if build with mingw.Andrei Karas1-1/+3
2017-03-07Enable -rdynamic flag only if it supported by linker.Andrei Karas1-0/+4
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-06Add resources into build with mingw and automake.Andrei Karas1-0/+12
2017-03-06Add missing header file into make file.Andrei Karas1-0/+1
2017-03-04Remove unused files with unit tests.Andrei Karas1-3/+1
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas1-0/+1
2017-03-02Add base class for VirtDirEntry and VirtZipEntry.Andrei Karas1-0/+3
2017-03-01Fix compilation without physfs.Andrei Karas1-21/+24
2017-03-01Impliment some functions in VirtFs with physfs disabled.Andrei Karas1-2/+2
2017-02-28Add configure flag for use physfs.Andrei Karas1-17/+39
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-1/+1
2017-02-27Add functions pointers into VirtFile.Andrei Karas1-0/+1
2017-02-27Move physfs related functions into virtfsphys file.Andrei Karas1-0/+3
2017-02-25Implement basic VirtFsZip for virtual fs based on zip archives.Andrei Karas1-0/+6
2017-02-23Add support for parsing zip archives.Andrei Karas1-0/+4
2017-02-23Impliment basic VirtFsDir for virtual fs based on directories.Andrei Karas1-0/+5
2017-02-21Move other fs related files into fs directory.Andrei Karas1-9/+9
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-13/+13
2017-02-21Disable memory leaks in tests.Andrei Karas1-2/+3
2017-02-20Fix some leaks in unit tests.Andrei Karas1-0/+3
2017-02-14Add virtlist for file names enumeration in virtfs.Andrei Karas1-0/+2
2017-02-13Add some tests for virtfs.Andrei Karas1-0/+1
2017-02-13Split virtfs.cpp into virtfs.cpp and virtfstools.cppAndrei Karas1-0/+2
2017-02-11Add VirtFile struct and replace all Phyfs_file usage to this struct.Andrei Karas1-0/+4
2017-02-10Rename physfsmemoryobject into debugmemoryobject.Andrei Karas1-1/+1
2017-02-10Fix virtfs checks.Andrei Karas1-2/+0
2017-02-10Rename physfsrwops into virtfsrwops.Andrei Karas1-2/+2
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-02-08Move quests loading code into quests db.Andrei Karas1-0/+2
2017-02-05Add configure option --enable-glibcdebug for enable libcstdc++ debug mode.Andrei Karas1-1/+8
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-0/+1
2017-01-31Move units into db directory.Andrei Karas1-2/+2
2017-01-31Fix separate builds for manaplusgame, dyetool, manaplustests.Andrei Karas1-14/+16
2017-01-30Add configure flag for prevent bulding main game code.Andrei Karas1-1/+11
2017-01-27Move variables replace code from browserbox into browserboxtools.Andrei Karas1-0/+2
2017-01-27Move color names into separate file.Andrei Karas1-0/+1
2017-01-27Move link highlight mode into separate file.Andrei Karas1-0/+1
2017-01-27Move browserboxmode into separate file.Andrei Karas1-0/+1
2017-01-27Move browserlink into separate file.Andrei Karas1-0/+1
2017-01-24Add dumplibs unit tests.Andrei Karas1-0/+1
2017-01-23Fix unit tests issues.Andrei Karas1-0/+2
2017-01-20Move utf8 constant into separate file.Andrei Karas1-0/+1
2017-01-19Dump on startup linked and loaded lib versions.Andrei Karas1-0/+2
2017-01-10Add unit tests for SpecialLayer::updateCache.Andrei Karas1-0/+1
2017-01-10Add mock object for Graphics class.Andrei Karas1-0/+3
2016-12-31Improve fringe map layers drawing.Andrei Karas1-0/+1
2016-12-29Add constexpr into ClipRect class. Remove cliprect.cppAndrei Karas1-1/+0