summaryrefslogtreecommitdiff
path: root/src/resources/mapreader.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-15Rename blockTile to AddBlockMask in map.Andrei Karas1-6/+6
2015-08-22Use resource manager as global variable.Andrei Karas1-5/+3
2015-07-11Add missing checks into resources.Andrei Karas1-3/+3
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-1/+2
2015-06-26Fix map layers loading after last checks.Andrei Karas1-4/+5
2015-06-25Add missing checks into resources directory.Andrei Karas1-3/+23
2015-05-15Fix draw map layers before switching map modes.Andrei Karas1-1/+1
2015-05-15Improve a bit map draw performance.Andrei Karas1-0/+2
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-3/+5
2015-05-06Add strong types bool type UseResman.Andrei Karas1-3/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-3/+4
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-3/+3
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas1-3/+3
2015-01-04Add stringmap typedefs.Andrei Karas1-3/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+15
2014-05-31Improve profiler speed.Andrei Karas1-3/+6