summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas1-0/+12
2017-01-21Fix compilation with gcc 4.7v1.7.1.21Andrei Karas1-1/+1
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-19Add physfs reporting errors on error loading images.Andrei Karas4-0/+7
2017-01-18Replace left direct physfs functions calls into physfs namespace functions.Andrei Karas1-2/+2
2017-01-17Fix compilation with old compilers.Andrei Karas17-17/+17
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas57-10/+150
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 Karas5-14/+4
2017-01-06Add missing values into SpecialLayer initialisation.Andrei Karas1-0/+1
2017-01-05Remove extra includes from unit tests files.Andrei Karas1-1/+0
2017-01-05Fix different issues in unit tests.Andrei Karas4-6/+19
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas4-0/+4
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-03Fix some doxygen issues.Andrei Karas1-8/+2
2017-01-03Remove useless todo messages.Andrei Karas3-8/+1
2017-01-03Update copyright year.Andrei Karas270-270/+270
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 Karas6-15/+549
2016-12-30Improve map layers drawing.Andrei Karas2-14/+95
2016-12-30Improve drawing map layers.Andrei Karas2-18/+35
2016-12-29Improve drawing tiles.Andrei Karas5-90/+108
2016-12-29Remove unused function from animation.Andrei Karas2-10/+0
2016-12-29Use power of two texture sizes in all OpenGL modes (even with rectangular tex...Andrei Karas2-22/+6
2016-12-29Add A_UNLIKELY into AnimatedSprite::update.Andrei Karas1-2/+2
2016-12-23Add unit tests for separate sse2 and avx2 dyes.Andrei Karas4-3/+811
2016-12-23Add s color dye function for sse2 (OpenGL).Andrei Karas5-125/+293
2016-12-23Add s color dye function for sse2 (software).Andrei Karas5-160/+369
2016-12-23Add a color dye function for sse2 (OpenGL).Andrei Karas5-123/+291
2016-12-23Add a color dye function for sse2 (software).Andrei Karas5-152/+350
2016-12-22Fix compilation with old gcc.Andrei Karas4-12/+12
2016-12-22Use int in A and S dye (OpenGL).Andrei Karas2-14/+14
2016-12-22Fix style issues.Andrei Karas4-11/+4
2016-12-22Remove some debug lines from dyepalette.Andrei Karas4-30/+16
2016-12-21Move buildhex macro into separate file.Andrei Karas2-22/+5