summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2013-09-20improve a bit code speed.Andrei Karas4-5/+14
2013-09-19fix some compilation issues in different platforms.Andrei Karas3-4/+3
2013-09-19add some more consts.Andrei Karas2-2/+4
2013-09-18add const to other files.Andrei Karas6-6/+6
2013-09-18add missing check.Andrei Karas1-1/+2
2013-09-17add code for loading map heights.Andrei Karas2-3/+34
2013-09-16read map layers based on layer types.Andrei Karas2-37/+61
2013-09-16fix compilation with SDL2.Andrei Karas1-0/+4
2013-09-16remove unused includes from resources.Andrei Karas36-101/+3
2013-09-15fix music RWops memory leak.Andrei Karas2-7/+20
2013-09-15fix possible memory leak if image is not image.Andrei Karas1-0/+1
2013-09-15add RWops leaks reporting.Andrei Karas2-4/+6
2013-09-14refactor a bit adding animated tiles.Andrei Karas1-23/+20
2013-09-14fix compilation with old SDL versions.Andrei Karas1-3/+2
2013-09-14fix compilation in windows.Andrei Karas1-1/+1
2013-09-13fix code style.Andrei Karas2-0/+5
2013-09-13Fix compilation errors with different flags.Andrei Karas11-63/+11
2013-09-13fix animaed tiles in csv map format.Andrei Karas1-1/+15
2013-09-10improve SDL_mixer usage.Andrei Karas1-4/+4
2013-09-09remove useless includes from some files.Andrei Karas1-0/+1
2013-09-08add atlas for common/shared images between maps.Andrei Karas1-0/+9
2013-09-07fix for SDL2 software mode if screen surface not have alpha channel.Andrei Karas1-1/+8
2013-09-02fix SDL2 default render mode.Andrei Karas1-1/+1
2013-09-01improve speed in software renderer in SDL2.Andrei Karas2-15/+5
2013-09-01add software renderer for SDL2.Andrei Karas4-5/+304
2013-09-01add SDL2 default render mode.Andrei Karas2-1/+4
2013-09-01add renderer enum.Andrei Karas11-28/+32
2013-08-31move being related files into being dir.Andrei Karas2-2/+2
2013-08-31move render classes into render dir.Andrei Karas6-12/+14
2013-08-29improve debug checkers.Andrei Karas4-9/+31
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas5-11/+22
2013-08-27fix code style.Andrei Karas5-6/+7
2013-08-26fix compilation warnings with sdl2.Andrei Karas3-0/+6
2013-08-26fix drawing issue in software mode in SDL2.Andrei Karas1-0/+4
2013-08-26add surface allocation debug code.Andrei Karas8-30/+41
2013-08-25add partial support for software mode with SDL2.Andrei Karas7-11/+155
2013-08-25fix typo in resourcemanager logging.Andrei Karas1-2/+2
2013-08-25add code for image creation/deletion.Andrei Karas4-0/+39
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas7-5/+294
2013-08-24fix atlases cretion in SDL2.Andrei Karas2-9/+9
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas2-3/+4
2013-08-24move surface combination into sdlimagehelper.Andrei Karas4-0/+30
2013-08-24improve some mode methods in Client.Andrei Karas1-1/+1
2013-08-24improve dirs usage in Client.Andrei Karas2-2/+2
2013-08-24remove unused sdl2gfx files.Andrei Karas5-4/+4
2013-08-24fix images converting and drawing issues in SDL2 and OpenGL.Andrei Karas1-1/+4
2013-08-24store window size into rectangle.Andrei Karas1-2/+4
2013-08-24some SDL2 complilation fixes.Andrei Karas1-1/+5
2013-08-24rename target in graphics into window.Andrei Karas1-1/+1
2013-08-24separate SDLGraphics and SDLImageHelper to 1.2 and 2.Andrei Karas4-12/+276