summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-31add missing files into make scripts.v1.3.9.1Andrei Karas2-0/+2
2013-08-31fix compilation with old compilers.Andrei Karas2-8/+3
2013-08-31Change version to 1.3.9.1.Andrei Karas8-8/+20
2013-08-31update and rebuild translations.Andrei Karas42-9660/+9731
2013-08-31fix code style and some minor issues.Andrei Karas10-13/+14
2013-08-30remove duplicate variables.Andrei Karas36-54/+38
2013-08-29add intl dir into ignore list.Andrei Karas1-0/+1
2013-08-29fix some more missign checks.Andrei Karas3-30/+36
2013-08-29fix compilation error.Andrei Karas1-1/+3
2013-08-29move SDL2 preprocessor checks into localconsts.hAndrei Karas2-10/+13
2013-08-29fix includes dirs if build was run not from top directory.Andrei Karas2-7/+3
2013-08-29fix small cursor selection alignment.Andrei Karas1-1/+1
2013-08-29add some more missing checks.Andrei Karas13-22/+44
2013-08-29improve debug checkers.Andrei Karas7-9/+61
2013-08-29fix compilation errors and warnings in debug checkers.Andrei Karas8-16/+31
2013-08-29fix some missing checks.Andrei Karas3-32/+61
2013-08-29add file access fuzzer.Andrei Karas8-1/+117
2013-08-29allow open help and did you know window before login into game.Andrei Karas4-6/+12
2013-08-29add support for process all input events before entering game.Andrei Karas5-34/+42
2013-08-29show npc name in npc dialog caption.Andrei Karas1-0/+3
2013-08-29add missing translators comment.Andrei Karas1-0/+1
2013-08-28Updated small and medium new target cursor animations.Alige8-8/+8
2013-08-27fix code style.Andrei Karas17-149/+156
2013-08-27fix compilation warnings.Andrei Karas5-52/+56
2013-08-27Improve a bit drawing speed in software mode in SDL1.2.Andrei Karas1-93/+186
2013-08-27improve a bit speed in SDL2 draw functions.Andrei Karas1-12/+33
2013-08-27remove unused comment.Andrei Karas1-3/+0
2013-08-26add SDL2 renderer logging.Andrei Karas2-1/+35
2013-08-26set SDL2 renderer flags to software mode.Andrei Karas1-1/+1
2013-08-26fix clipping in software mode in SDL2.Andrei Karas1-4/+20
2013-08-26fix compilation warnings with sdl2.Andrei Karas10-0/+20
2013-08-26fix SDL_Rect field types in SDL2.Andrei Karas1-70/+64
2013-08-26improve a bit OpenGL drawing speed.Andrei Karas3-74/+62
2013-08-26improve draw speed in sofrware mode in SDL1.2.Andrei Karas1-93/+129
2013-08-26improve draw speed in sofrware mode in SDL2.Andrei Karas1-107/+112
2013-08-26fix draw line/point color in software in SDL2.Andrei Karas1-10/+14
2013-08-26fix drawing issue in software mode in SDL2.Andrei Karas1-0/+4
2013-08-26add surface allocation debug code.Andrei Karas24-62/+395
2013-08-26Disable being caching in soft mode in SDL2.Andrei Karas2-5/+7
2013-08-26disable map reduce in SDL2.Andrei Karas2-0/+6
2013-08-26fix compilation errors in debug code.Andrei Karas1-4/+4
2013-08-25fix rescaled images draw in software mode in SDL2.Andrei Karas2-17/+11
2013-08-25add partial support for software mode with SDL2.Andrei Karas11-656/+226
2013-08-25fix typo in resourcemanager logging.Andrei Karas1-2/+2
2013-08-25fix crash with missing resized image in desktop.Andrei Karas1-2/+9
2013-08-25add code for image creation/deletion.Andrei Karas5-0/+42
2013-08-25fix compilation warning.Andrei Karas1-1/+0
2013-08-25fix compilation with SDL1.2Andrei Karas2-2/+2
2013-08-25add SurfaceImageHelper for loading/processing surfaces for SDL2.Andrei Karas14-33/+342
2013-08-24add clipboard support in SDL2.Andrei Karas1-0/+22