Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-02 | dehardcode some mode render mode constans usage. | Andrei Karas | 8 | -9/+9 | |
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+1 | |
2013-09-02 | Improve setup input window. | Andrei Karas | 1 | -2/+9 | |
Changed font to help font. add separator between more than one keys. | |||||
2013-09-02 | fix compilation warning. | Andrei Karas | 1 | -1/+0 | |
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 | add software renderer for SDL2. | Andrei Karas | 1 | -6/+0 | |
before it used default renderer with software flags. | |||||
2013-09-01 | add SDL2 default render mode. | Andrei Karas | 2 | -1/+5 | |
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 | 4 | -47/+24 | |
2013-09-01 | add renderer enum. | Andrei Karas | 4 | -11/+13 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 50 | -70/+114 | |
2013-08-31 | move particles into particle dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-31 | move input related files into input dir. | Andrei Karas | 44 | -74/+111 | |
2013-08-31 | move render classes into render dir. | Andrei Karas | 3 | -4/+7 | |
2013-08-31 | fix code style and some minor issues. | Andrei Karas | 3 | -3/+5 | |
2013-08-30 | remove duplicate variables. | Andrei Karas | 28 | -44/+36 | |
2013-08-29 | fix some more missign checks. | Andrei Karas | 2 | -29/+35 | |
2013-08-29 | add some more missing checks. | Andrei Karas | 11 | -21/+40 | |
2013-08-29 | fix some missing checks. | Andrei Karas | 3 | -32/+61 | |
2013-08-29 | show npc name in npc dialog caption. | Andrei Karas | 1 | -0/+3 | |
2013-08-27 | fix compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2013-08-26 | add surface allocation debug code. | Andrei Karas | 2 | -10/+13 | |
2013-08-26 | Disable being caching in soft mode in SDL2. | Andrei Karas | 1 | -1/+2 | |
2013-08-26 | disable map reduce in SDL2. | Andrei Karas | 1 | -0/+2 | |
2013-08-25 | fix rescaled images draw in software mode in SDL2. | Andrei Karas | 1 | -2/+8 | |
2013-08-25 | fix crash with missing resized image in desktop. | Andrei Karas | 1 | -2/+9 | |
2013-08-25 | add SurfaceImageHelper for loading/processing surfaces for SDL2. | Andrei Karas | 1 | -6/+11 | |
For SDL1.2 used SDLImageHelper. | |||||
2013-08-24 | fix mouse wheel usage in SDL2. | Andrei Karas | 2 | -0/+33 | |
2013-08-24 | move threads creation into sdl helper. | Andrei Karas | 1 | -6/+2 | |
2013-08-24 | move surface combination into sdlimagehelper. | Andrei Karas | 1 | -5/+6 | |
2013-08-24 | show/hide mouse cursor if mouse in/out window. | Andrei Karas | 1 | -6/+2 | |
2013-08-24 | remove most static methods from Client. | Andrei Karas | 3 | -8/+8 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 24 | -41/+41 | |
2013-08-24 | improve dirs usage in Client. | Andrei Karas | 2 | -4/+4 | |
2013-08-24 | fix Client creation in unit tests. | Andrei Karas | 1 | -1/+4 | |
2013-08-24 | improve getState/setState in Client. | Andrei Karas | 11 | -36/+36 | |
2013-08-24 | fix outlined text draw in SDL2. | Andrei Karas | 1 | -2/+2 | |
2013-08-24 | fix compilation errors with SDL1.2 | Andrei Karas | 1 | -0/+4 | |
2013-08-24 | fix gui text input in SDL2. | Andrei Karas | 4 | -2/+31 | |
copy/paste broken for SDL2. | |||||
2013-08-24 | fix keyboard handling in gui in SDL2. | Andrei Karas | 2 | -20/+26 | |
2013-08-24 | fix mouse cursor drawing in SDL2. | Andrei Karas | 1 | -2/+2 | |
2013-08-24 | add sdlhelper with some low level SDL functions. | Andrei Karas | 1 | -1/+2 | |
2013-08-24 | second part with compilation fixes for SDL2. | Andrei Karas | 1 | -1/+15 | |
2013-08-24 | first part of fixes for compilation with SDL2 | Andrei Karas | 4 | -0/+19 | |
2013-08-20 | Fix default inventory and shop window size on big screens. | Andrei Karas | 2 | -2/+8 | |
2013-08-20 | fix typo. | Andrei Karas | 1 | -1/+1 | |
many -> much | |||||
2013-08-20 | fix typo. | Andrei Karas | 1 | -1/+1 | |
some one -> someone | |||||
2013-08-20 | fix typo. | Andrei Karas | 2 | -6/+6 | |
perfomance -> performance | |||||
2013-08-19 | fix compilation with old gcc. | Andrei Karas | 1 | -1/+1 | |
2013-08-16 | fix code style. | Andrei Karas | 3 | -6/+12 | |
2013-08-16 | add missing checks. | Andrei Karas | 1 | -8/+14 | |