Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-03 | add separator before drop and protect context menu items. | Andrei Karas | 1 | -0/+3 | |
2013-09-03 | show icon on protected items. | Andrei Karas | 2 | -0/+13 | |
2013-09-03 | add drag and drop support for equipment window. | Andrei Karas | 3 | -5/+79 | |
2013-09-03 | add missing files. | Andrei Karas | 2 | -0/+1774 | |
2013-09-02 | improve avatarlistbox draw speed. | Andrei Karas | 1 | -1/+18 | |
2013-09-02 | fix emote window resize issue in software mode. | Andrei Karas | 2 | -0/+9 | |
2013-09-02 | improve draw speed in tab. | Andrei Karas | 1 | -10/+19 | |
2013-09-02 | improve chat emote window draw speed. | Andrei Karas | 2 | -10/+63 | |
2013-09-02 | dehardcode some mode render mode constans usage. | Andrei Karas | 12 | -25/+27 | |
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-09-02 | Improve setup input window. | Andrei Karas | 2 | -3/+10 | |
Changed font to help font. add separator between more than one keys. | |||||
2013-09-02 | improve render mode validation after reading from config. | Andrei Karas | 2 | -7/+31 | |
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+0 | |
2013-09-02 | fix SDL2 default render mode. | Andrei Karas | 2 | -2/+1 | |
fixed image helper type flag. | |||||
2013-09-02 | dehardcode shift key to stop mouse moving. | Andrei Karas | 1 | -2/+4 | |
now it using stop attack and untarget actions for stop moving. | |||||
2013-09-01 | improve speed in software renderer in SDL2. | Andrei Karas | 5 | -19/+20 | |
now it works almost with same speed like SDL1.2 | |||||
2013-09-01 | add software renderer for SDL2. | Andrei Karas | 10 | -14/+1761 | |
before it used default renderer with software flags. | |||||
2013-09-01 | fix renderer names and types. | Andrei Karas | 10 | -8/+17 | |
2013-09-01 | add SDL2 default render mode. | Andrei Karas | 14 | -24/+198 | |
in this mode SDL using own driver with hardware acceleration. | |||||
2013-09-01 | add way to map render mode selection to actual modes. | Andrei Karas | 13 | -62/+201 | |
2013-09-01 | add renderer enum. | Andrei Karas | 19 | -48/+93 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 142 | -247/+356 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 26 | -82/+93 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 72 | -163/+216 | |
2013-08-31 | move render classes into render dir. | Andrei Karas | 48 | -94/+114 | |
2013-08-31 | add missing files into make scripts.v1.3.9.1 | Andrei Karas | 2 | -0/+2 | |
2013-08-31 | fix compilation with old compilers. | Andrei Karas | 2 | -8/+3 | |
2013-08-31 | Change version to 1.3.9.1. | Andrei Karas | 1 | -2/+2 | |
2013-08-31 | fix code style and some minor issues. | Andrei Karas | 10 | -13/+14 | |
2013-08-30 | remove duplicate variables. | Andrei Karas | 36 | -54/+38 | |
2013-08-29 | fix some more missign checks. | Andrei Karas | 3 | -30/+36 | |
2013-08-29 | fix compilation error. | Andrei Karas | 1 | -1/+3 | |
2013-08-29 | move SDL2 preprocessor checks into localconsts.h | Andrei Karas | 2 | -10/+13 | |
also allow use SDL2 on broken systems where SDL2 is used/stored as SDL1.2. | |||||
2013-08-29 | fix includes dirs if build was run not from top directory. | Andrei Karas | 1 | -3/+3 | |
2013-08-29 | fix small cursor selection alignment. | Andrei Karas | 1 | -1/+1 | |
2013-08-29 | add some more missing checks. | Andrei Karas | 13 | -22/+44 | |
2013-08-29 | improve debug checkers. | Andrei Karas | 7 | -9/+61 | |
add missing surface functions for debugging. | |||||
2013-08-29 | fix compilation errors and warnings in debug checkers. | Andrei Karas | 8 | -16/+31 | |
2013-08-29 | fix some missing checks. | Andrei Karas | 3 | -32/+61 | |
2013-08-29 | add file access fuzzer. | Andrei Karas | 8 | -1/+117 | |
2013-08-29 | allow open help and did you know window before login into game. | Andrei Karas | 4 | -6/+12 | |
2013-08-29 | add support for process all input events before entering game. | Andrei Karas | 5 | -34/+42 | |
add flag for in game action conditions. | |||||
2013-08-29 | show npc name in npc dialog caption. | Andrei Karas | 1 | -0/+3 | |
2013-08-29 | add missing translators comment. | Andrei Karas | 1 | -0/+1 | |
2013-08-27 | fix code style. | Andrei Karas | 17 | -149/+156 | |
2013-08-27 | fix compilation warnings. | Andrei Karas | 5 | -52/+56 | |
2013-08-27 | Improve a bit drawing speed in software mode in SDL1.2. | Andrei Karas | 1 | -93/+186 | |
2013-08-27 | improve a bit speed in SDL2 draw functions. | Andrei Karas | 1 | -12/+33 | |
2013-08-27 | remove unused comment. | Andrei Karas | 1 | -3/+0 | |
2013-08-26 | add SDL2 renderer logging. | Andrei Karas | 2 | -1/+35 | |