summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Replace string::append with pathJoin.Andrei Karas1-3/+3
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas1-1/+1
2017-03-24Add support for tinyxml2 for reading / writing xml files.Andrei Karas1-4/+4
2017-02-28Rename UseResMan into UseVirtFs.Andrei Karas1-3/+3
2017-02-21Move virt fs related files into fs directory.Andrei Karas1-1/+2
2017-02-14In virtfs replace parameters type from char* to std::string.Andrei Karas1-1/+1
2017-02-10Rename physfstools into virtfs.Andrei Karas1-2/+2
2017-01-20Fix crash with empty map.Andrei Karas1-0/+2
2017-01-19Dump on startup linked and loaded lib versions.Andrei Karas1-3/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-29Improve drawing tiles.Andrei Karas1-0/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-6/+6
2016-10-06Fix code style.Andrei Karas1-0/+1
2016-10-05Remove extra include.Andrei Karas1-1/+0
2016-10-04Move collisiontype into enums directory.Andrei Karas1-8/+21
2016-10-04Move maplayertype into enums directory.Andrei Karas1-16/+17
2016-09-30Add some new flags for gcc snapshot and fix new warning.Andrei Karas1-0/+1
2016-09-23Add missing comments into defines.Andrei Karas1-4/+4
2016-08-18Add some clang fixes.Andrei Karas1-1/+6
2016-08-07Add monster wall collision type.Andrei Karas1-0/+3
2016-08-07Add player wall collision type (5).Andrei Karas1-0/+3
2016-08-03Allow load layers only with down SideView attribute or if this attribute miss...Andrei Karas1-0/+5
2016-07-23Remove mapinfo object after load empty atlas.Andrei Karas1-0/+1
2016-07-09Translate map names.Andrei Karas1-1/+8
2016-06-20Remove useless includes.Andrei Karas1-1/+0
2016-06-13Fix includes and update deheader ci script.Andrei Karas1-0/+1
2016-06-07Move image class into image directory.Andrei Karas1-1/+2
2016-06-06Add support for load pseudo atlas, where atlas and each image in it will not ...Andrei Karas1-1/+2
2016-06-06Load special tilesets in ignored atlas.Andrei Karas1-0/+27
2016-06-06Report in map reader if loaded tilesets not included into atlases.Andrei Karas1-2/+14
2016-06-06Add assert into map reader.Andrei Karas1-13/+19
2016-05-26Move walk layer load function from resourcemanager into separate file.Andrei Karas1-2/+2
2016-05-26Move atlas load function from resourcemanager into separate file.Andrei Karas1-2/+4
2016-05-25Change namespace in resources loaders from other to Loader.Andrei Karas1-1/+1
2016-05-25Move images load function from resourcemanager into separate file.Andrei Karas1-1/+3
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-2/+2
2016-05-24Fix asserts with missing default music files.Andrei Karas1-1/+3
2016-05-12Add skipError parameter to loadXml functions.Andrei Karas1-3/+4
2016-05-01Remove CLANG_FALLTHROUGH from mapreader.cppAndrei Karas1-1/+0
2016-04-30Hide attribute clang::fallthrough in macros.Andrei Karas1-3/+1
2016-04-30Add attribute for hide warning about missing break in MapReader.Andrei Karas1-0/+3
2016-04-29Add partial support for memory counting in Map.Andrei Karas1-2/+6
2016-04-29Add name into MapLayer memory object.Andrei Karas1-3/+14
2016-04-29Add name into Animation memory object.Andrei Karas1-1/+1
2016-03-25Improve a bit map loading speed.Andrei Karas1-41/+103
2016-03-23Remove some extra checks from mapreader.Andrei Karas1-4/+2
2016-03-18Fix typos.Andrei Karas1-1/+1
2016-03-07Add some missing nonnull attributes to map/maplayer classes.Andrei Karas1-4/+7
2016-02-28Fix compilation warnings.Andrei Karas1-0/+1
2016-02-28Ignore map layer with name "Actions" for future usage.Andrei Karas1-12/+24