summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-07-31Fix guildbot messages delay.Andrei Karas1-1/+7
2012-07-18Another warning fixes.Andrei Karas1-3/+0
2012-06-30Clean all vars on exit except logger.Andrei Karas1-0/+2
2012-06-30Fix compilation with debugging flags and show additional info on exit.Andrei Karas1-0/+5
2012-06-22Fix compilation warnings in windows builds.Andrei Karas1-1/+1
2012-06-21Add software mode compoundsprite update delay.Andrei Karas1-0/+7
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-4/+4
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas1-10/+17
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas1-6/+7
2012-06-07Get real desktop dir in linux for screenshots.Andrei Karas1-11/+1
2012-05-19Auto detect better video mode at first start.Andrei Karas1-0/+9
2012-05-19Rename register.cpp/h files to registerdialog.cpp/hAndrei Karas1-1/+1
2012-05-19Fix code style.Andrei Karas1-16/+15