summaryrefslogtreecommitdiff
path: root/src/compoundsprite.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-31move being related files into being dir.Andrei Karas1-567/+0
2013-08-31move render classes into render dir.Andrei Karas1-1/+2
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas1-0/+1
2013-08-26add surface allocation debug code.Andrei Karas1-4/+4
2013-08-26Disable being caching in soft mode in SDL2.Andrei Karas1-4/+5
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas1-4/+4
2013-08-24store window size into rectangle.Andrei Karas1-1/+1
2013-08-24some SDL2 complilation fixes.Andrei Karas1-0/+6
2013-08-24rename target in graphics into window.Andrei Karas1-1/+1
2013-08-24first part of fixes for compilation with SDL2Andrei Karas1-0/+5
2013-08-18Split from Graphics SDL related code into SDLGraphics.Andrei Karas1-4/+4
2013-07-28move bools in compoundsprite.Andrei Karas1-3/+3
2013-06-27Revert "improve a bit draw speed."Andrei Karas1-3/+1
2013-06-14improve a bit draw speed.Andrei Karas1-1/+3
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-1/+1
2013-06-03fix SDL includes.Andrei Karas1-1/+1
2013-04-20fix style in other files.Andrei Karas1-1/+3
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+1
2013-04-07some fixes after auto check.Andrei Karas1-2/+1
2013-03-20fix compound objects height.Andrei Karas1-1/+1
2013-03-11Add some fixes after automatic checks.Andrei Karas1-14/+6
2013-02-23add const and some minor changes in compoundsprite class.Andrei Karas1-16/+2
2013-02-05Add missing checks to being class.Andrei Karas1-3/+4
2013-02-05Add checks and const to animatedsprites and related classes.Andrei Karas1-3/+4
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-28/+14
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-18Add support for persistent directory under Android.Andrei Karas1-1/+2
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+1
2012-09-02Add const to more classes.Andrei Karas1-1/+1
2012-08-25Add const to other classes.Andrei Karas1-25/+25
2012-08-24replace defines to consts.Andrei Karas1-12/+12
2012-08-24Small style changes.Andrei Karas1-2/+2
2012-07-20Fix code style.Andrei Karas1-3/+1
2012-07-19Rename openglgraphics to normalopenglgraphics.Andrei Karas1-1/+1
2012-07-19Rename opengl1graphics to safeopenglgraphics.Andrei Karas1-1/+1
2012-07-18Another warning fixes.Andrei Karas1-1/+1
2012-06-23Improve a bit iterators again.Andrei Karas1-2/+2
2012-06-21Add option to enable/disable software mode compoundsprite update delay.Andrei Karas1-4/+7
2012-06-21Add software mode compoundsprite update delay.Andrei Karas1-1/+7
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-4/+6
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-5/+6
2012-06-06Fix some issues after auto checking.Andrei Karas1-4/+4
2012-04-25Improve iterators part 2.Andrei Karas1-31/+30
2012-02-11Remove some unneeded includes.Andrei Karas1-1/+2
2012-01-29Fix memory leak after last commit.Andrei Karas1-10/+6
2012-01-29Removed inheritance from std::vector by CompoundSpriteThorbjørn Lindeijer1-37/+43
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-0/+15
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-20/+21
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-5/+5