summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-10Add missing breaks and fix possible memory leak.Andrei Karas1-0/+2
2013-03-07Fix server switch incorrect map loading.Andrei Karas1-0/+1
2013-03-07Add active event to input event logger.Andrei Karas1-0/+3
2013-03-05Add config counters for starting client and entering game.Andrei Karas1-0/+2
2013-03-02Last fixes after Coverity checks.Andrei Karas1-5/+6
2013-02-25Improve string usage in other files.Andrei Karas1-14/+25
2013-02-22Add const and some other minor changes in chatlogger and client classes.Andrei Karas1-112/+79
2013-02-21Improve physfs calls to get dir separator.Andrei Karas1-15/+9
2013-02-18Remove auction bot support.Andrei Karas1-2/+0
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-19/+19
2013-02-15Do not disable opengl in safe mode in Android and Mac OSX.Andrei Karas1-0/+7
2013-02-10Allow correct resize for 470x320 and bigger.Andrei Karas1-2/+2
2013-02-06Set onscreen default buttons size depend on screen resolution.Andrei Karas1-0/+1
2013-02-01Fix code style.Andrei Karas1-1/+1
2013-01-25Add empty handlers for accelerometer events in Android version.Andrei Karas1-0/+7
2013-01-23Add support for handling event for show/hide on screen keyboard.Andrei Karas1-3/+20
2013-01-20Fix crashes on closing client before entering game.Andrei Karas1-0/+9
2013-01-16Add theming support for top right buttons before connecting to game.Andrei Karas1-14/+25
2013-01-16update copyrights year.Andrei Karas1-1/+1
2013-01-01Remove free space from top and right in buttons menu.Andrei Karas1-1/+1
2012-12-31Fix code style and compilation under windows.Andrei Karas1-0/+4
2012-12-29Remove debug messages.Andrei Karas1-8/+0
2012-12-29Replace most putenv to setenv.Andrei Karas1-6/+14
2012-12-29Add debug lines to check how gettext working.Andrei Karas1-0/+8
2012-12-29Corrected credits in About menu, oops.Socapex1-1/+0
2012-12-29Use physfs for locale folder on OS X.Socapex1-1/+2
2012-12-27Fix own language selection in some systems like latest ubuntus.Andrei Karas1-1/+9
2012-12-25fix previous/next race button in char creation dialog.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-5/+5
2012-12-25Add support for register from browser on servers with disabled registration.Andrei Karas1-0/+1
2012-12-24Fix for race conditions in application termination.Andrei Karas1-0/+3
2012-12-20add option for input logging.Andrei Karas1-0/+70
2012-12-17Add option to disable gamma correction.Andrei Karas1-3/+7
2012-12-07Resize screen buttons with window resizing.Andrei Karas1-0/+2
2012-12-06Disable best video mode detection under Apple.Andrei Karas1-1/+1
2012-12-05Fixed interface localization.Socapex1-0/+5
2012-12-03Rename sound.cpp/h to soundmanager.Andrei Karas1-2/+2
2012-12-01Add batch drawing for any images.Andrei Karas1-2/+5
2012-11-21Fix screenshot dir under Android.Andrei Karas1-1/+8
2012-11-18Add support for persistent directory under Android.Andrei Karas1-2/+19
2012-11-15Enable OpenGL by default under Android.Andrei Karas1-2/+8
2012-11-12Moving Android on screen keyboard button from SDL to ManaPlus.Andrei Karas1-0/+3
2012-11-09Fix code style.Andrei Karas1-2/+4
2012-11-07Fix termination on Android by using "home" key.Andrei Karas1-0/+17
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-1/+76
2012-11-04Fix chat log writing if switch character.Andrei Karas1-0/+3
2012-11-03Disable video mode testing under Android.Andrei Karas1-1/+11
2012-10-31Fix gettext under Android.Andrei Karas1-2/+6
2012-10-31store gettext information to log.Andrei Karas1-4/+17
2012-10-29Highlight window header with * if got new chat message with minimized window.Andrei Karas1-5/+36