summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-3/+13
2012-02-29Simplify remove listener calls.Andrei Karas1-5/+1
2012-02-29Fix per server config default values.Andrei Karas1-0/+1
2012-02-28Add different sound effects for different events.Andrei Karas1-6/+9
2012-02-24Add safe error string reporting function.Andrei Karas1-2/+2
2012-02-21Add vsync option.Andrei Karas1-0/+14
2012-02-21Fix code style.Andrei Karas1-1/+1
2012-02-21Bit cleanup visual settings page.Andrei Karas1-0/+20
2012-02-19Add option to grab/ungrab input to game window.Andrei Karas1-0/+8
2012-02-19Fix loading client data translations.Andrei Karas1-0/+3
2012-02-18Fix typo.Andrei Karas1-2/+0
2012-02-18Center window on screen under windows and mac osx.Andrei Karas1-1/+6
2012-02-16Adjust gui response cycle to 40 times.Andrei Karas1-1/+1
2012-02-15Fix code style.Andrei Karas1-3/+2
2012-02-15Replace some hardcoded dir separator to physfs.Andrei Karas1-10/+12
2012-02-12Fix possible infinite loop, also bit improve speed.Andrei Karas1-1/+3
2012-02-11Remove some unneeded includes.Andrei Karas1-2/+0
2012-02-08Fix compilation errors and more style.Andrei Karas1-4/+4
2012-02-08Fix code style with new tool.Andrei Karas1-1/+1
2012-02-06Fix memory leak on exit.Andrei Karas1-0/+2
2012-02-05Add own translation system.Andrei Karas1-0/+5
2012-02-02Add "no frame" option to hide window frame. Disabled by default.Andrei Karas1-5/+9
2012-02-01Fix compilation warnings after previous commits.Andrei Karas1-1/+1
2012-01-30Clear char logger on server disconnect.Andrei Karas1-0/+2
2012-01-30Add option for enable/disable window resize.Andrei Karas1-3/+5
2012-01-30Add some missing checks to window resize code.Andrei Karas1-2/+5
2012-01-30Fix buttons position while resizing in server selection screen.Andrei Karas1-2/+19
2012-01-30Remember the window size after resizingThorbjørn Lindeijer1-0/+5