summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-28Fix close button position under Android if window was resized.Andrei Karas1-4/+12
2012-10-28Add Close button on start screen under Android.Andrei Karas1-25/+26
2012-10-27Fix code style.Andrei Karas1-2/+2
2012-10-20Add option to allow screensaver. (by default screensaver disabled)Andrei Karas1-0/+5
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+2
2012-10-20Add palette inheritance to button class.Andrei Karas1-4/+4
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-1/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-1/+1
2012-10-18Simplify reading values from config.Andrei Karas1-1/+1
2012-10-16Fix code style and some other minor issues.Andrei Karas1-1/+1
2012-10-15Fixed config and localdata dirsDan Sagunov1-2/+3
2012-10-14Add some android fixes.Andrei Karas1-0/+16
2012-10-10Fix compilation errors with stlport.Andrei Karas1-0/+1
2012-10-08Fix compilation errors and warnings in different modes.Andrei Karas1-0/+4
2012-10-08Get from video detection texture compression and texture sampler modes.Andrei Karas1-4/+1
2012-09-30add atlas textures support.Andrei Karas1-5/+3
2012-09-22Add final keyword to most classes.Andrei Karas1-2/+2
2012-09-16Add const to variables with type size_t.Andrei Karas1-2/+1
2012-09-05Improve constructors in some classes.Andrei Karas1-1/+2
2012-09-05Fix useless variables initialisations.Andrei Karas1-7/+3
2012-09-04add const to more classes,Andrei Karas1-3/+3
2012-09-02Add const to more classes.Andrei Karas1-22/+3
2012-08-30Fix ":" in update dirs in windows.Andrei Karas1-0/+5
2012-08-29Add const to more classes.Andrei Karas1-1/+1
2012-08-25Add const to other classes.Andrei Karas1-33/+36
2012-08-24replace defines to consts.Andrei Karas1-3/+3