summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add ability for testing drivers and graphics.Andrei Karas1-12/+93
2011-12-23Probably fix auto adjusting perfomance after going from sleep mode.Andrei Karas1-0/+8
2011-12-10Fix language switching in windows.Andrei Karas1-1/+1
2011-11-30Add limits for online list packet.Andrei Karas1-2/+7
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-0/+5
2011-11-13Change chat logs dirs format to yyyy-mm/dd/file.log.Andrei Karas1-2/+2
2011-11-12Fix custom language selection in some linuxes.v1.1.11.12Andrei Karas1-1/+6
2011-11-09Fix joystick after reconnecting to server.Andrei Karas1-0/+3
2011-11-09Fix code style.Andrei Karas1-1/+2
2011-11-09Add support for joystick selection.Andrei Karas1-0/+3
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-40/+40
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-17/+16
2011-11-05Fix current language detection if using custom language.Andrei Karas1-0/+7
2011-11-04Add option to settings for select any supported language. (tab Theme)Andrei Karas1-0/+21
2011-10-11Fix last character selection after login dialog.Andrei Karas1-1/+1
2011-09-27Add limit for stop attack packet.Andrei Karas1-2/+6
2011-09-18Quick fix for windows build to fix open settings issue.Andrei Karas1-0/+2
2011-09-16Fix compilation warnings.Andrei Karas1-14/+4
2011-09-15Add buttons Themes, Video, Perfomance in select server screen.Andrei Karas1-8/+56
2011-09-13Add missing checks to some files and style fixes.Andrei Karas1-4/+4
2011-09-12Add missing checks to some files.Andrei Karas1-41/+7
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-26/+26
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-15/+15
2011-09-06Disable copy initial config from .mana dir if it exists.Andrei Karas1-0/+2
2011-09-01Eliminate asserts from most files.Andrei Karas1-2/+0
2011-08-30Fix code style and compilation warnings.Andrei Karas1-2/+2
2011-08-30Add missing initialisations.Andrei Karas1-0/+2
2011-08-30Add auction bot support switch.Andrei Karas1-0/+2
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-3/+1
2011-08-29Remember by default last account name in login dialog.Andrei Karas1-2/+2
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+16
2011-08-16Enable japanese language in gettext.Andrei Karas1-0/+4
2011-08-12Rename file name updatewindow to correct updaterwindow.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-12Add ability to add comments to npcs.Andrei Karas1-0/+13
2011-08-11Save whisper tabs state to configuration after each change.Andrei Karas1-2/+0
2011-08-07Add auto adjust perfomance ability.Andrei Karas1-0/+1
2011-07-30Remove unused code from guildhandler.Andrei Karas1-0/+4
2011-07-21Fix possible crash. Move unsafe initialisations from static members.Andrei Karas1-3/+8
2011-07-18Fix some missing initialisations and memory leakss.Andrei Karas1-0/+3
2011-07-12Add init debug messages.Andrei Karas1-0/+2
2011-07-09Fix for party memory leak and crash.Andrei Karas1-0/+2
2011-07-08Disable map reduce in safe mode.Andrei Karas1-0/+4
2011-07-07Remove undescore from variables and defines.Andrei Karas1-4/+4
2011-06-28More fixes for compilation under MacOS.Andrei Karas1-1/+5
2011-06-21If client cant set video mode, it fall back to last mode.Andrei Karas1-1/+22
2011-06-16Fix dataDir in branding files.Andrei Karas1-2/+10
2011-06-16Add dataPath to branding.Andrei Karas1-14/+22
2011-06-14Add missing checks.Andrei Karas1-16/+27