summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-26add support for separate online list.Andrei Karas1-0/+6
2013-04-25fix some code style by cpplint.Andrei Karas1-3/+0
2013-04-21fix code style and some other fixes after auto checks.Andrei Karas1-2/+2
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2
2013-04-20add support for GIMP palettes for dye colors.Andrei Karas1-0/+3
2013-04-20fix style in other files.Andrei Karas1-3/+15
2013-04-18increase 10 ms timer max value to INT_MAX / 2.Andrei Karas1-1/+2
2013-04-17remove some unused system headers.Andrei Karas1-1/+0
2013-04-16possible fix issue with forgotten settings if game disconnected by error.Andrei Karas1-0/+3
2013-04-14add basic client side only support for pets.Andrei Karas1-0/+3
2013-04-14another fixes from cpplint.Andrei Karas1-3/+6
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-21/+16
2013-04-09rename some profiler marks.Andrei Karas1-2/+2
2013-04-09Improve perfomance in windows and popups visibility checks.Andrei Karas1-2/+2
2013-04-03fix ip in is server tmw checks.Andrei Karas1-1/+1
2013-03-31Add support for sound effects in any notification messages.Andrei Karas1-0/+3
2013-03-31Rename SoundManager sigleton from sound to soundManager.Andrei Karas1-9/+10
2013-03-29remove some code from deprivatedevent class.Andrei Karas1-9/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+2
2013-03-27improve charserverhandler class.Andrei Karas1-1/+1
2013-03-23Improve speed in main cycle.Andrei Karas1-4/+4
2013-03-17add walkmaps support.Andrei Karas1-0/+1
2013-03-11Add some fixes after automatic checks.Andrei Karas1-19/+0
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