Age | Commit message (Expand) | Author | Files | Lines |
2013-09-05 | simplify next draw frame calculation in being. | Andrei Karas | 1 | -6/+2 |
2013-09-04 | add support for getting full move path from server (evol only). | Andrei Karas | 7 | -4/+50 |
2013-09-03 | name 5'h equipment slot number as cape. | Andrei Karas | 1 | -1/+1 |
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 | 5 | -0/+15 |
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 | update liberation fonts. | Andrei Karas | 4 | -0/+0 |
2013-09-02 | Improve setup input window. | Andrei Karas | 2 | -3/+10 |
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 |
2013-09-02 | dehardcode shift key to stop mouse moving. | Andrei Karas | 1 | -2/+4 |
2013-09-01 | improve speed in software renderer in SDL2. | Andrei Karas | 5 | -19/+20 |
2013-09-01 | add software renderer for SDL2. | Andrei Karas | 10 | -14/+1761 |
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 |
2013-09-01 | add way to map render mode selection to actual modes. | Andrei Karas | 13 | -62/+201 |
2013-09-01 | fix help message in configure about SDL2 support. | Andrei Karas | 1 | -1/+1 |
2013-09-01 | fix SDL detection code in OpenBSD and probably other systems. | Andrei Karas | 1 | -4/+8 |
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 | 8 | -8/+20 |
2013-08-31 | update and rebuild translations. | Andrei Karas | 42 | -9660/+9731 |
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 | add intl dir into ignore list. | Andrei Karas | 1 | -0/+1 |
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 |
2013-08-29 | fix includes dirs if build was run not from top directory. | Andrei Karas | 2 | -7/+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 |
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 |