summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-06-13move npc dialogs array from netcode.Andrei Karas1-2/+2
2013-06-09Add cpu features detection.Andrei Karas1-0/+2
2013-06-03Remove subdir SDL from SDL includes.Andrei Karas1-3/+3
2013-06-03fix SDL includes.Andrei Karas1-3/+3
2013-05-30Prevent losing per server settings.Andrei Karas1-0/+1
2013-05-30Add screenshots option in branding file.Andrei Karas1-1/+1
2013-05-27Remove previous server name from settings if switching servers.Andrei Karas1-0/+1
2013-05-26dehardcode client data configuration file names.Andrei Karas1-2/+2
2013-05-24fix code style.Andrei Karas1-2/+2
2013-05-13fix code style and compilation warnings.Andrei Karas1-8/+8
2013-05-13also clear resource cache if switching servers.Andrei Karas1-1/+3
2013-05-13fix resource files unloading while switching servers.Andrei Karas1-6/+42
2013-05-12add features configuration file to enable/disable features per server.Andrei Karas1-9/+15
2013-05-11Add ability to show onscreen keyboard if input field focused.Andrei Karas1-2/+3
2013-05-11Allow load avatars from avatars.xmlAndrei Karas1-0/+3
2013-05-06set default onscreen buttons and joystick size depend on screen density.Andrei Karas1-1/+8
2013-05-03add config versioning.Andrei Karas1-0/+15
2013-05-03add comments for translators.Andrei Karas1-12/+44
2013-05-01add pixel size detection fo X11 and windows.Andrei Karas1-0/+1
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