summaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-20fix style in other files.Andrei Karas1-12/+25
2013-04-14another fixes from cpplint.Andrei Karas1-10/+8
2013-04-07fix cide style.Andrei Karas1-1/+1
2013-03-11Add some fixes after automatic checks.Andrei Karas1-3/+0
2013-02-22Add const and some other minor changes in chatlogger and client classes.Andrei Karas1-1/+1
2013-01-23Add support for handling event for show/hide on screen keyboard.Andrei Karas1-0/+2
2013-01-20Fix crashes on closing client before entering game.Andrei Karas1-0/+2
2013-01-16Add theming support for top right buttons before connecting to game.Andrei Karas1-0/+4
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Replace most putenv to setenv.Andrei Karas1-0/+2
2012-12-20add option for input logging.Andrei Karas1-0/+2
2012-11-18Add support for persistent directory under Android.Andrei Karas1-0/+2
2012-10-31Fix gettext under Android.Andrei Karas1-1/+1
2012-10-31store gettext information to log.Andrei Karas1-0/+2
2012-10-30Add unused warnings to some files.Andrei Karas1-22/+24
2012-10-29Highlight window header with * if got new chat message with minimized window.Andrei Karas1-2/+5
2012-10-28Add Close button on start screen under Android.Andrei Karas1-0/+1