summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-3/+3
2016-02-03Add misisng check in map reader.Andrei Karas1-1/+2
2016-01-29Fix code style.Andrei Karas1-2/+0
2016-01-25Add file utils function getFilesInDir.Andrei Karas1-0/+1
2016-01-20Add pugixml backend incomplete.Andrei Karas1-10/+7
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move animation into animation directory.Andrei Karas1-1/+2
2015-12-14Move mapconsts.h into const directory.Andrei Karas1-1/+2
2015-10-22Add support for layer property ConditionLayer for future usage.Andrei Karas1-0/+10
2015-10-21Add support for layers with conditional tiles.Andrei Karas1-0/+1
2015-10-21Add map layer attribute TileCondition.Andrei Karas1-3/+12