summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-24Small style changes.Andrei Karas1-2/+1
2012-08-23Remove useless includes.Andrei Karas1-9/+1
2012-08-19If video test running show this info in window header.Andrei Karas1-3/+13
2012-08-17Fix code style.Andrei Karas1-1/+2
2012-08-15Fix code style again.Andrei Karas1-4/+4
2012-08-14Fow OpenGL >= 3.0 check extensions in modern way.Andrei Karas1-1/+0
2012-08-13Add support for temp dir.Andrei Karas1-1/+14
2012-08-11Extend FBO support.Andrei Karas1-0/+1
2012-08-11Enable best mode autodetection for linux.Andrei Karas1-4/+5
2012-08-05Fix remember checkbox in login dialog.Andrei Karas1-1/+10