summaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-24show/hide mouse cursor if mouse in/out window.Andrei Karas1-0/+2
2013-08-24remove most static methods from Client.Andrei Karas1-13/+8
2013-08-24improve some mode methods in Client.Andrei Karas1-33/+31
2013-08-24improve dirs usage in Client.Andrei Karas1-14/+17
2013-08-24improve getState/setState in Client.Andrei Karas1-4/+4
2013-08-24save Client object into global variable.Andrei Karas1-0/+6
2013-08-24extent SDL event logging for SDL2.Andrei Karas1-0/+1
2013-08-24fix window title and icon in SDL2.Andrei Karas1-0/+2
2013-06-30Add ability to open support page if error happend.Andrei Karas1-0/+7
2013-06-21fix code style.Andrei Karas1-0/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-2/+2
2013-06-03fix SDL includes.Andrei Karas1-2/+2
2013-05-13fix code style and compilation warnings.Andrei Karas1-7/+7
2013-05-13fix resource files unloading while switching servers.Andrei Karas1-0/+1
2013-05-12add features configuration file to enable/disable features per server.Andrei Karas1-0/+2
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-0/+4
2013-05-03add config versioning.Andrei Karas1-0/+2
2013-04-26add support for separate online list.Andrei Karas1-0/+4
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2