summaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)AuthorFilesLines
2014-07-28Fix formating in other files.Andrei Karas1-47/+47
2014-06-20Fix code style.Andrei Karas1-5/+5
2014-05-31fix code style.Andrei Karas1-7/+4
2014-05-30Move main window related code into windowmanager.Andrei Karas1-63/+1
2014-05-29Move from client packets limiter related code into separate file.Andrei Karas1-36/+0
2014-05-29Move config related functions from client into configmanager.Andrei Karas1-14/+0
2014-05-29Move gettext related methods into separate file.Andrei Karas1-4/+0
2014-05-29Move dirs related functions from client into dirs.Andrei Karas1-22/+0
2014-05-29Move some other vars from client into settings.Andrei Karas1-4/+0
2014-05-29Move options into settings.Andrei Karas1-61/+1
2014-05-29Move openErrorDialog into DialogsManager.Andrei Karas1-4/+0
2014-05-29Move many variables from client into settings.Andrei Karas1-60/+0
2014-05-28Move dialogs related function into separate file.Andrei Karas1-2/+0
2014-05-27Refactor a bit video system initialisation.Andrei Karas1-0/+4
2014-05-22allow open updater window from inside game.Andrei Karas1-0/+9
2014-05-10Move errorlistener into separate file.Andrei Karas1-9/+1
2014-05-08Fix code style in other files.Andrei Karas1-45/+2
2014-05-06Fix compilation on Android with SDL2.Andrei Karas1-1/+1
2014-05-03Add support for update server mirrors.Andrei Karas1-0/+3
2014-05-02Add option "use same ip" for each server.Andrei Karas1-0/+3
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-2/+3
2014-03-08Add about button.Andrei Karas1-0/+1
2014-03-06improve a bit different code.Andrei Karas1-2/+1
2014-02-16move actionevent into events directory.Andrei Karas1-2/+2
2014-02-15move actionlistener from base into listeners.Andrei Karas1-3/+4
2014-02-15Move some listeners classes into listeners directory.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-1/+1
2014-02-02Add missing const and static into other classes.Andrei Karas1-8/+8
2014-02-01fix code style.Andrei Karas1-0/+2
2014-01-29allow apply scale without client restart.Andrei Karas1-0/+2
2014-01-28add support for screen scale in OpenGL modes.Andrei Karas1-1/+3
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-0/+4
2014-01-15reload background image if reconnecting to other server.Andrei Karas1-0/+2
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/+2
2013-11-07Split init in client.cpp into separate methods.Andrei Karas1-1/+17
2013-11-07remove client.h include from some files.Andrei Karas1-2/+0
2013-11-05add configure option --without-internalsdlgfx for not use emdedded sdl2gfx.Andrei Karas1-0/+5
2013-11-01Move timers from client into timers file.Andrei Karas1-19/+0
2013-11-01move package directory variable from client into paths.Andrei Karas1-4/+0
2013-10-24add final keyword to all other files.Andrei Karas1-3/+3
2013-10-10Fix help button before login to game.Andrei Karas1-0/+1
2013-10-07move window events handling into eventsmanager.Andrei Karas1-6/+0
2013-10-07Create events manager class.Andrei Karas1-3/+0
2013-09-24Extract data.zip on SDL2 and Android before use.Andrei Karas1-2/+0
2013-09-23add support for gettext files extraction in SDL2 in Android.Andrei Karas1-0/+2
2013-09-22add support for show/hide keyboard in SDL2 on Android.Andrei Karas1-2/+1
2013-09-22add support in ADNROID+SDL2 for loading data from assets.Andrei Karas1-0/+6
2013-09-12add server version check for "new" tmw servers.Andrei Karas1-0/+1