summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-18Improve auto detection for best graphics mode.Andrei Karas1-51/+71
2012-05-13Move some code from logic queue to separate calls.Andrei Karas1-0/+4
2012-05-07Fix autologin from command line.Andrei Karas1-1/+1
2012-05-06Fix code style.Andrei Karas1-4/+0
2012-05-06Move specials window to manaserv only code.Andrei Karas1-0/+4
2012-04-30Move set video mode code from client to graphics manager.Andrei Karas1-36/+1
2012-04-29Add graphicsmanager class and move some code to it.Andrei Karas1-28/+2
2012-04-26Remove debug frame rate messages.Andrei Karas1-4/+0
2012-04-26Add keyboard repeat setting to misc tab.Andrei Karas1-1/+13
2012-04-26Fix vsync setting on supported software/hardware.Andrei Karas1-1/+2
2012-04-26Add LPS counter to debug window (Logic per second).Andrei Karas1-0/+5
2012-04-25Increase minimised window sleep time.Andrei Karas1-1/+1
2012-04-21Add ability to remove old unused keys from configuration file.Andrei Karas1-1/+9
2012-04-21Add option in settings to center window on screen (windows and osx)Andrei Karas1-1/+4
2012-04-20Fix code style.Andrei Karas1-2/+8
2012-04-19Dehardcode keys in gui widgets.Andrei Karas1-1/+9
2012-04-17Disable unused SDL events.Andrei Karas1-0/+5
2012-04-16Fix code style.Andrei Karas1-1/+1
2012-04-15Fix apply blur setting on startup.Andrei Karas1-0/+1
2012-04-10Add joystick key assign ability in keyboard dialog.Andrei Karas1-1/+5
2012-04-08Allow assign keys before connecting to game.Andrei Karas1-0/+3
2012-04-08Move most input code from keyboardconfig to inputmanager.Andrei Karas1-0/+2
2012-04-03Put gui input logic before most game input logic.Andrei Karas1-0/+2
2012-04-02Show version in game window caption.Andrei Karas1-2/+3
2012-04-01Fix windows compilation.Andrei Karas1-1/+1
2012-04-01Last part of fixes.Andrei Karas1-1/+1
2012-04-01One part of fixes after auto checking.Andrei Karas1-5/+6
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-5/+5
2012-03-17Fix old fullscreen value check.Andrei Karas1-2/+2