summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-19move virtual member calls from gui constuctor into postInit.Andrei Karas1-1/+2
2013-10-19move virtual member calls from didyouknowwindow constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from desktop constuctor into postInit.Andrei Karas1-0/+1
2013-10-19move virtual member calls from connectiondialog constuctor into postInit.Andrei Karas1-0/+7
2013-10-19move virtual member calls from confirmdialog constuctor into postInit.Andrei Karas1-1/+4
2013-10-19add postinit function into window.Andrei Karas1-0/+1
2013-10-17dont use virtual function in changepassworddialog constructor.Andrei Karas1-0/+1
2013-10-17dont use virtual function in changeemaildialog constructor.Andrei Karas1-0/+1
2013-10-10fix code style.Andrei Karas1-0/+1
2013-10-10Fix help button before login to game.Andrei Karas1-1/+6
2013-10-09Add help button into right top corner.Andrei Karas1-0/+18
2013-10-08fix profiler working.Andrei Karas1-4/+0
2013-10-07move window events handling into eventsmanager.Andrei Karas1-59/+0
2013-10-07Move some events code from client into eventsmanager.Andrei Karas1-108/+3
2013-10-07Create events manager class.Andrei Karas1-213/+7
2013-10-07improve touch events logging in SDL2.Andrei Karas1-7/+34
2013-10-07fix compilation warning on Android.Andrei Karas1-3/+3
2013-10-07Dont write default show cursor option into config file.Andrei Karas1-1/+0
2013-10-06Dont shop "did you know" window by default on Android.Andrei Karas1-1/+7
2013-09-30move db files into db directory.Andrei Karas1-14/+15
2013-09-30move windows classes to windows directory.Andrei Karas1-20/+21
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-9/+9
2013-09-29reset safemode always after start.Andrei Karas1-1/+1
2013-09-27fix code style and issues with different builds.Andrei Karas1-3/+3
2013-09-27Hide mouse cursor by default on Android.Andrei Karas1-0/+3
2013-09-27Reset for all audio frequency to 44100.Andrei Karas1-1/+5
2013-09-25improve a bit strings declaration.Andrei Karas1-1/+1
2013-09-25remove exit on minimisation on SDL2 on Android.Andrei Karas1-1/+1
2013-09-24Extract data.zip on SDL2 and Android before use.Andrei Karas1-38/+9
2013-09-23Remove temp locale archive.Andrei Karas1-0/+1
2013-09-23add support for gettext files extraction in SDL2 in Android.Andrei Karas1-15/+71
2013-09-22add support for show/hide keyboard in SDL2 on Android.Andrei Karas1-0/+9
2013-09-22add additional event for loggins with SDL2.Andrei Karas1-0/+39
2013-09-22add support in ADNROID+SDL2 for loading data from assets.Andrei Karas1-0/+54
2013-09-22remove unused android related includes.Andrei Karas1-2/+0
2013-09-22fix compilation and partial running with SDL2 on Android.Andrei Karas1-5/+16
2013-09-13Fix compilation errors with different flags.Andrei Karas1-4/+0
2013-09-12add server version check for "new" tmw servers.Andrei Karas1-0/+1
2013-09-12remove unused includes from widget files.Andrei Karas1-0/+1
2013-09-10improve SDL2 handling events.Andrei Karas1-0/+4
2013-09-09remove useless includes from some files.Andrei Karas1-8/+1
2013-09-01add SDL2 default render mode.Andrei Karas1-2/+1
2013-09-01add way to map render mode selection to actual modes.Andrei Karas1-7/+7
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-3/+4
2013-08-29add some more missing checks.Andrei Karas1-1/+3
2013-08-29add file access fuzzer.Andrei Karas1-0/+5
2013-08-29allow open help and did you know window before login into game.Andrei Karas1-0/+9
2013-08-29add support for process all input events before entering game.Andrei Karas1-1/+3
2013-08-27fix code style.Andrei Karas1-0/+2