summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-18fix code style.Andrei Karas1-1/+2
2014-05-16Move dialog type into separate file.Andrei Karas1-5/+5
2014-05-14Move skin into separate file.Andrei Karas1-0/+1
2014-05-12Move beingspeech into separate file.Andrei Karas1-2/+3
2014-05-11Add anonimous namespace in client.cppAndrei Karas1-15/+18
2014-05-10Move errorlistener into separate file.Andrei Karas1-9/+0
2014-05-03Fix timers before connecting to server.Andrei Karas1-0/+1
2014-05-02Add option "use same ip" for each server.Andrei Karas1-1/+2
2014-05-02Add missing const.Andrei Karas1-5/+4
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in other files.Andrei Karas1-2/+2
2014-04-04Change default update type to "normal".Andrei Karas1-1/+1
2014-03-28simplify variables cleanup.Andrei Karas1-53/+26
2014-03-26Add option to hide support page link in error dialog.Andrei Karas1-1/+1
2014-03-24fix code style.Andrei Karas1-1/+1
2014-03-17fix about button moving on window resize.Andrei Karas1-0/+3
2014-03-16Improve theme usage.Andrei Karas1-6/+6
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-2/+7
2014-03-09enable download music by default.Andrei Karas1-1/+4
2014-03-08Show all default top buttons on windows.Andrei Karas1-2/+0
2014-03-08Add about button.Andrei Karas1-0/+11
2014-03-07Rename exguichan container into basiccontainer2.Andrei Karas1-1/+1
2014-03-06improve a bit different code.Andrei Karas1-26/+2
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