summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Remove some manaserv enums usage.Andrei Karas1-2/+1
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-6/+0
2014-02-27Dehardcode swords, shields and bows for auto switching weapons.Andrei Karas1-0/+3
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-24load branding info from portable.xml if branding file missing.Andrei Karas1-0/+6
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-1/+2
2014-02-16move actionevent into events directory.Andrei Karas1-5/+5
2014-02-15move actionlistener from base into listeners.Andrei Karas1-3/+3
2014-02-04rename Setup into SetupWindow.Andrei Karas1-2/+2
2014-02-02Add missing const and static into other classes.Andrei Karas1-4/+4
2014-02-01fix code style.Andrei Karas1-0/+2
2014-01-29Fix screenshot directory saving/loading.Andrei Karas1-2/+2
2014-01-29apply configuration update before graphics initialization.Andrei Karas1-1/+1
2014-01-29Disable texture bluring in old configurations.Andrei Karas1-1/+3
2014-01-29allow apply scale without client restart.Andrei Karas1-0/+11
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-10/+15
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-2/+4
2014-01-15reload background image if reconnecting to other server.Andrei Karas1-0/+6
2014-01-15add option for edit screenshot dir.Andrei Karas1-25/+25
2014-01-14Change default screenshot path from XDG_DESKTOP_DIR into XDG_PICTURES_DIR.Andrei Karas1-1/+1
2014-01-12fix showing branding icon in windows.Andrei Karas1-2/+6
2014-01-10fix icon loading on windows.Andrei Karas1-1/+4
2014-01-10Possible load mods from local/ dir also.Andrei Karas1-3/+5
2014-01-09add mods loading based on settings.Andrei Karas1-1/+6
2014-01-09add ability to notify setup pages about disconnect from server.Andrei Karas1-0/+2
2014-01-08add moddb support.Andrei Karas1-0/+3
2014-01-08fix named input actions in gui before logging into game.Andrei Karas1-0/+4
2014-01-06Add missing npc font settings.Andrei Karas1-0/+4
2014-01-05Add chinese font auto usage if detected chinese locale.Andrei Karas1-0/+4
2014-01-04fix window icon in windows.v1.4.1.4Andrei Karas1-0/+8
2014-01-03fix server config saving if select switch character or switch server.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2014-01-01add ability for auto backup main configuration file on startup.Andrei Karas1-0/+18
2013-12-23show connection dialog before actual network actions.Andrei Karas1-7/+5
2013-12-16add ability to show emotes in text over heads.Andrei Karas1-1/+9
2013-11-09fix motd message while changing char or reconnecting to server.Andrei Karas1-0/+4
2013-11-07add progress bar while loading in SDL2 in Android.Andrei Karas1-2/+33
2013-11-07Split init in client.cpp into separate methods.Andrei Karas1-231/+272
2013-11-07remove client.h include from some files.Andrei Karas1-0/+1
2013-11-06fix storage if select other character with opened storage.Andrei Karas1-0/+2
2013-11-04Merge branch 'master' of gitorious.org:manaplus/manaplusDan Sagunov1-0/+1
2013-11-04Remove nacl debug thingsDan Sagunov1-1/+0
2013-11-04Load features file also after client data connected to physfs.Andrei Karas1-0/+1
2013-11-01fix dyecmd. now it works.Andrei Karas1-1/+0
2013-11-01add dyecmd tool into automake.Andrei Karas1-5/+0
2013-11-01Move timers from client into timers file.Andrei Karas1-82/+3
2013-11-01move package directory variable from client into paths.Andrei Karas1-2/+1
2013-11-01move global logger definition from client to logger file.Andrei Karas1-1/+0