summaryrefslogtreecommitdiff
path: root/src/resources/map
AgeCommit message (Expand)AuthorFilesLines
2017-05-05Rename virtfs into fs.Andrei Karas2-2/+2
2017-05-03Fix style in some functions.Andrei Karas1-2/+4
2017-04-27Fix some typos.Andrei Karas2-2/+2
2017-04-09Remove extra includes.Andrei Karas1-2/+0
2017-04-08Move resourcemanager from class to namespace.Andrei Karas2-5/+21
2017-04-03Remove extra includes.Andrei Karas1-2/+0
2017-04-03Replace string::append with pathJoin.Andrei Karas1-4/+4
2017-04-03Use pathJoin for concatinate some paths.Andrei Karas1-2/+2
2017-03-28Join fs/virfs.h and fs/virtfs/virtfs.hAndrei Karas3-3/+4
2017-03-10Fix new style issue detected by mplint.Andrei Karas2-5/+5
2017-03-09Simplify add/remove dirs and zips methods in virtfs.Andrei Karas2-16/+16
2017-03-06Show assert if failed open streamed files.Andrei Karas1-1/+3
2017-03-04Reimplement VirtFs in correct way. Now all tests should pass.Andrei Karas2-16/+16
2017-03-02Revert "Fix tests failure in physfs deinit."Andrei Karas1-1/+1
2017-03-02Fix tests failure in physfs deinit.Andrei Karas1-1/+1
2017-03-01Fix tests running without physfs.Andrei Karas2-0/+8
2017-02-21Move other fs related files into fs directory.Andrei Karas1-1/+1
2017-02-21Move virt fs related files into fs directory.Andrei Karas3-11/+14
2017-02-20Fix all left leaks in tests.Andrei Karas1-0/+4
2017-02-20Fix some leaks in unit tests.Andrei Karas2-1/+11
2017-02-11Split virtfs api for add directories and archives.Andrei Karas2-10/+13
2017-02-10Rename physfstools into virtfs.Andrei Karas1-1/+1
2017-02-04Fix code style.Andrei Karas1-5/+1
2017-02-02Fix nullpointer access in special layer draw function.Andrei Karas3-4/+51
2017-02-01Remove extra checks from special layer drawing.Andrei Karas1-5/+2
2017-02-01Remove extra checks from draw map layers.Andrei Karas1-63/+17
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas6-5/+24
2017-01-11Remove extra includes from unit tests.Andrei Karas2-3/+0
2017-01-11Fix style issues in maplayer_unittest.ccAndrei Karas1-8/+8
2017-01-11Fix maplayer issue detected by tests.Andrei Karas2-6/+15
2017-01-10Add unit tests for MapLayer::specialLayerDraw.Andrei Karas2-22/+859
2017-01-10Add unit tests for SpecialLayer::updateCache.Andrei Karas2-0/+230
2017-01-10Add tests for MapLayer::drawFringe.Andrei Karas1-0/+740
2017-01-10Add mock object for Graphics class.Andrei Karas1-0/+552
2017-01-06Fix code style.Andrei Karas4-12/+4
2017-01-06Add missing values into SpecialLayer initialisation.Andrei Karas1-0/+1
2017-01-04Fix crash in special layer drawing with enabled simd in compiler flags.Andrei Karas2-2/+3
2017-01-03Fix special layers draw crash.Andrei Karas1-3/+8
2017-01-03Remove useless todo messages.Andrei Karas2-7/+1
2017-01-03Update copyright year.Andrei Karas25-25/+25
2017-01-03Remove extra include from maplayer_unittest.ccAndrei Karas1-2/+0
2017-01-03Fix too long lines.Andrei Karas2-3/+2
2017-01-03Replace map layer errors logging to asserts.Andrei Karas1-3/+5
2017-01-03Remove debug messages for map layer drawing.Andrei Karas1-85/+16
2017-01-03Fix drawing layers after previous commits.Andrei Karas3-33/+755
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas5-7/+57
2016-12-31Remove some debug code and enable code for report fringe draw errors.Andrei Karas1-5/+2
2016-12-31Restore drawing special layer on top of fringe layer.Andrei Karas2-61/+63
2016-12-31Improve fringe map layers drawing.Andrei Karas4-15/+514
2016-12-30Improve map layers drawing.Andrei Karas2-14/+95