summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-24fix detecting possible resolutions in SDL2.Andrei Karas1-1/+23
2013-08-24fix mouse wheel usage in SDL2.Andrei Karas2-0/+33
2013-08-24move threads creation into sdl helper.Andrei Karas7-17/+29
2013-08-24fix atlases cretion in SDL2.Andrei Karas3-10/+10
2013-08-24extract surface draw into surfacegraphics class.Andrei Karas11-55/+290
2013-08-24move surface combination into sdlimagehelper.Andrei Karas12-30/+41
2013-08-24move WMInfo function calls into SDL helper.Andrei Karas8-18/+29
2013-08-24move some function to sdl helper.Andrei Karas5-11/+31
2013-08-24fix "grab input" in SDL2.Andrei Karas5-6/+14
2013-08-24add minimize/maximize event handling in game class for SDL2.Andrei Karas3-6/+75
2013-08-24fix delays is window minimized in SDL2.Andrei Karas1-10/+9
2013-08-24In SDL2 key configuration options add prefix "sdl2".Andrei Karas1-4/+12
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas4-17/+49
2013-08-24remove most static methods from Client.Andrei Karas12-95/+71
2013-08-24improve some mode methods in Client.Andrei Karas35-104/+88
2013-08-24improve dirs usage in Client.Andrei Karas12-59/+47