summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Change version to 1.3.11.10.v1.3.11.10Andrei Karas8-8/+31
2013-11-09update translations.Andrei Karas16-464/+464
2013-11-09fix motd message while changing char or reconnecting to server.Andrei Karas4-0/+14
2013-11-09add more checks in file renaming function.Andrei Karas1-2/+3
2013-11-09fix compilation without C++11 flags.Andrei Karas1-0/+5
2013-11-09update translations.Andrei Karas41-10716/+11062
2013-11-08fix code style.Andrei Karas5-12/+15
2013-11-07add progress bar while loading in SDL2 in Android.Andrei Karas3-2/+56
2013-11-07Split init in client.cpp into separate methods.Andrei Karas2-232/+289
2013-11-07use safer logger function in xml logger.Andrei Karas1-1/+1
2013-11-07rename files_unittests.cpp into files_unittests.ccAndrei Karas2-1/+1
2013-11-07add missing fileAndrei Karas3-0/+28
2013-11-07remove client.h include from some files.Andrei Karas12-12/+20
2013-11-07redraw cached children if scrollarea position was changed.Andrei Karas1-1/+15
2013-11-06fix storage if select other character with opened storage.Andrei Karas4-0/+15
2013-11-06improve images loading speed in software mode with SDL1.2Andrei Karas1-4/+7
2013-11-05add configure option --without-internalsdlgfx for not use emdedded sdl2gfx.Andrei Karas8-16/+35
2013-11-05fix compilation warnings.Andrei Karas2-5/+3
2013-11-05add libxml2 error logging.Andrei Karas1-3/+33
2013-11-04move files unit tests from general files list to tests.Andrei Karas1-1/+1
2013-11-04improve renameFile function.Andrei Karas4-25/+104
2013-11-04fix crash in debug builds on exit.Andrei Karas1-1/+2
2013-11-04Add screen size detection for naclDan Sagunov1-0/+4
2013-11-04Merge branch 'master' of gitorious.org:manaplus/manaplusDan Sagunov4-2/+10
2013-11-04Remove nacl debug thingsDan Sagunov3-16/+0
2013-11-04Add option for features.xml for allow/not allow follow.Andrei Karas3-2/+9
2013-11-04Load features file also after client data connected to physfs.Andrei Karas1-0/+1
2013-11-04improve checking for batch draw mode support by renderer.Andrei Karas13-13/+15
2013-11-03improve alpha change speed in software modeAndrei Karas1-20/+53
2013-11-03allow special server messgaes before motd if motd is hidden.Andrei Karas1-9/+9
2013-11-03better not add new input actions in middleAndrei Karas2-9/+9
2013-11-03add batch draw to slider.Andrei Karas4-133/+196
2013-11-03remove unused variable.Andrei Karas1-1/+0
2013-11-03update git ignore listAndrei Karas1-0/+3
2013-11-03update translations.Andrei Karas17-5935/+6271
2013-11-03Rename in all places "fast opengl" into "normal opengl".Andrei Karas2-2/+2
2013-11-03fix editdialog theming.Andrei Karas4-5/+41
2013-11-03add missing files into manaplus.cbpAndrei Karas1-0/+1
2013-11-03fix motd message show/hide on "new" tmw server.Andrei Karas2-3/+14
2013-11-03add action "move forward" default key unassigned.Andrei Karas6-0/+28
2013-11-02hide custom cursor by default on nacl.Andrei Karas1-0/+4
2013-11-02add missing check.Andrei Karas2-0/+4
2013-11-02fix compilation on Android.Andrei Karas1-0/+4
2013-11-02fix dye cmd exit with incorrect parameters.Andrei Karas1-0/+3
2013-11-02fix images in did you know dialog.Andrei Karas4-5/+24
2013-11-01fix char deletion.Andrei Karas1-2/+2
2013-11-02Adding renameFile function for NaClDan Sagunov3-1/+41
2013-11-01fix compilation with SDL2.Andrei Karas1-1/+16
2013-11-01in dyecmd add support for 2 and 3 parameters.Andrei Karas1-6/+18
2013-11-01fix dyecmd. now it works.Andrei Karas4-1/+29