summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06Fix code style.Andrei Karas9-21/+11
2017-01-06Add possible missing initialisation in Being::recalcSpritesOrder.Andrei Karas1-0/+6
2017-01-06Add missing values into SpecialLayer initialisation.Andrei Karas1-0/+1
2017-01-05Remove extra includes from unit tests files.Andrei Karas4-9/+0
2017-01-05Fix style issue in maingui.cppAndrei Karas1-1/+0
2017-01-05Fix different issues in unit tests.Andrei Karas16-33/+95
Fix crash with some compilers flags. Clean window container to null after it was removed. Init and deinit physfs globally.
2017-01-04Add physfs deinit function for unit tests. But not using it for now.Andrei Karas15-0/+48
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 Karas34-240/+31
2017-01-03Remove useless todo messages.Andrei Karas9-23/+1
2017-01-03Update copyright year.Andrei Karas1746-1746/+1746
2017-01-03Remove extra include from maplayer_unittest.ccAndrei Karas1-2/+0
2017-01-03Fix too long lines.Andrei Karas2-3/+2
2017-01-03Remove LLVM from auto detection black list.Andrei Karas1-7/+0
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
Add unit tests for layer caching functions.
2016-12-31Improve special layers draw speed in same way like fringe layer.Andrei Karas7-8/+68
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
But special layer still drawed in old slow way.
2016-12-31Improve fringe map layers drawing.Andrei Karas7-15/+550
Pre cache next tile position with image.
2016-12-30Improve map layers drawing.Andrei Karas2-14/+95
Skip same image or empty tiles.
2016-12-30Improve drawing map layers.Andrei Karas3-18/+36
Pre cache repeated tiles count and width.
2016-12-29Improve drawing tiles.Andrei Karas5-90/+108
Remove check for existing tile image in each tile. From now tiles without image hidden.
2016-12-29Remove extra include.Andrei Karas1-1/+0
2016-12-29Fix compilation with SDL 2.Andrei Karas1-1/+1
2016-12-29Fix compilation with SDL 2.Andrei Karas1-0/+4
2016-12-29Fix compilation with old gcc versions.Andrei Karas1-2/+2
2016-12-29Fix compilation with gcc 4.4Andrei Karas1-2/+2
2016-12-29Remove unused function from animation.Andrei Karas2-10/+0
2016-12-29Add constexpr into being.Andrei Karas2-31/+29
2016-12-29Use power of two texture sizes in all OpenGL modes (even with rectangular ↵Andrei Karas2-22/+6
textures)
2016-12-29Add constexpr into itemshortcut.Andrei Karas1-1/+1
2016-12-29Add constexpr into sdlinput.Andrei Karas2-223/+223
2016-12-29Add constexpr into keyboardconfig.Andrei Karas2-28/+26
2016-12-29Add constexpr into soundmanager.Andrei Karas1-1/+1
2016-12-29Add const and constexpr into colorpair.hAndrei Karas1-3/+4
2016-12-29Add constexpr into ClipRect class. Remove cliprect.cppAndrei Karas4-91/+13
2016-12-29Add constexpr into Rect class. Remove rect.cppAndrei Karas4-154/+70
2016-12-29Add A_UNLIKELY into AnimatedSprite::update.Andrei Karas1-2/+2
2016-12-29Add A_UNLIKELY into CompoundSprite::update.Andrei Karas1-1/+1
2016-12-29Add A_UNLIKELY / A_LIKELY into Particle::update / Particle::selfUpdate.Andrei Karas1-14/+15
2016-12-29Add A_UNLIKELY into Being::logic.Andrei Karas1-9/+9
2016-12-28Use templated parameters in Being::getOffset.Andrei Karas2-8/+8
2016-12-27Disable simd support for kFreeBSD.Andrei Karas1-0/+2
2016-12-27Add kFreeBSD into detected os names.Andrei Karas1-0/+2
2016-12-24Change version to 1.6.12.24v1.6.12.24Andrei Karas1-2/+2
2016-12-23Fix style issues.Andrei Karas6-16/+13
2016-12-23Add missing files into make file.Andrei Karas2-0/+6