Age | Commit message (Expand) | Author | Files | Lines |
2013-11-08 | fix code style. | Andrei Karas | 5 | -12/+15 |
2013-11-07 | add progress bar while loading in SDL2 in Android. | Andrei Karas | 3 | -2/+56 |
2013-11-07 | Split init in client.cpp into separate methods. | Andrei Karas | 2 | -232/+289 |
2013-11-07 | use safer logger function in xml logger. | Andrei Karas | 1 | -1/+1 |
2013-11-07 | rename files_unittests.cpp into files_unittests.cc | Andrei Karas | 2 | -1/+1 |
2013-11-07 | add missing file | Andrei Karas | 3 | -0/+28 |
2013-11-07 | remove client.h include from some files. | Andrei Karas | 12 | -12/+20 |
2013-11-07 | redraw cached children if scrollarea position was changed. | Andrei Karas | 1 | -1/+15 |
2013-11-06 | fix storage if select other character with opened storage. | Andrei Karas | 4 | -0/+15 |
2013-11-06 | improve images loading speed in software mode with SDL1.2 | Andrei Karas | 1 | -4/+7 |
2013-11-05 | add configure option --without-internalsdlgfx for not use emdedded sdl2gfx. | Andrei Karas | 7 | -10/+21 |
2013-11-05 | fix compilation warnings. | Andrei Karas | 2 | -5/+3 |
2013-11-05 | add libxml2 error logging. | Andrei Karas | 1 | -3/+33 |
2013-11-04 | move files unit tests from general files list to tests. | Andrei Karas | 1 | -1/+1 |
2013-11-04 | improve renameFile function. | Andrei Karas | 4 | -25/+104 |
2013-11-04 | fix crash in debug builds on exit. | Andrei Karas | 1 | -1/+2 |
2013-11-04 | Add screen size detection for nacl | Dan Sagunov | 1 | -0/+4 |
2013-11-04 | Merge branch 'master' of gitorious.org:manaplus/manaplus | Dan Sagunov | 4 | -2/+10 |
2013-11-04 | Remove nacl debug things | Dan Sagunov | 3 | -16/+0 |
2013-11-04 | Add option for features.xml for allow/not allow follow. | Andrei Karas | 3 | -2/+9 |
2013-11-04 | Load features file also after client data connected to physfs. | Andrei Karas | 1 | -0/+1 |
2013-11-04 | improve checking for batch draw mode support by renderer. | Andrei Karas | 13 | -13/+15 |
2013-11-03 | improve alpha change speed in software mode | Andrei Karas | 1 | -20/+53 |
2013-11-03 | allow special server messgaes before motd if motd is hidden. | Andrei Karas | 1 | -9/+9 |
2013-11-03 | better not add new input actions in middle | Andrei Karas | 2 | -9/+9 |
2013-11-03 | add batch draw to slider. | Andrei Karas | 4 | -133/+196 |
2013-11-03 | remove unused variable. | Andrei Karas | 1 | -1/+0 |
2013-11-03 | Rename in all places "fast opengl" into "normal opengl". | Andrei Karas | 2 | -2/+2 |
2013-11-03 | fix editdialog theming. | Andrei Karas | 1 | -5/+7 |
2013-11-03 | fix motd message show/hide on "new" tmw server. | Andrei Karas | 2 | -3/+14 |
2013-11-03 | add action "move forward" default key unassigned. | Andrei Karas | 6 | -0/+28 |
2013-11-02 | hide custom cursor by default on nacl. | Andrei Karas | 1 | -0/+4 |
2013-11-02 | add missing check. | Andrei Karas | 2 | -0/+4 |
2013-11-02 | fix compilation on Android. | Andrei Karas | 1 | -0/+4 |
2013-11-02 | fix dye cmd exit with incorrect parameters. | Andrei Karas | 1 | -0/+3 |
2013-11-02 | fix images in did you know dialog. | Andrei Karas | 4 | -5/+24 |
2013-11-01 | fix char deletion. | Andrei Karas | 1 | -2/+2 |
2013-11-02 | Adding renameFile function for NaCl | Dan Sagunov | 3 | -1/+41 |
2013-11-01 | fix compilation with SDL2. | Andrei Karas | 1 | -1/+16 |
2013-11-01 | in dyecmd add support for 2 and 3 parameters. | Andrei Karas | 1 | -6/+18 |
2013-11-01 | fix dyecmd. now it works. | Andrei Karas | 4 | -1/+29 |
2013-11-01 | move physfs initialisation code in physfstools. | Andrei Karas | 3 | -17/+24 |
2013-11-01 | add dyecmd tool into automake. | Andrei Karas | 5 | -7/+169 |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 26 | -118/+220 |
2013-11-01 | move package directory variable from client into paths. | Andrei Karas | 5 | -8/+22 |
2013-11-01 | move global logger definition from client to logger file. | Andrei Karas | 2 | -1/+2 |
2013-11-01 | remove log to chat from logger. | Andrei Karas | 4 | -26/+0 |
2013-11-01 | in logger put debug logging in ifdef. | Andrei Karas | 2 | -0/+6 |
2013-11-01 | Remove build-breaking define from sdltcpnet | Dan Sagunov | 1 | -2/+0 |
2013-11-01 | Remove nacltcpnet due to SDL_net support | Dan Sagunov | 7 | -201/+0 |