summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-13/+41
2012-01-28Make command line choose character only work onceThorbjørn Lindeijer1-0/+4
2012-01-24Fix branding issues. Like incorrect default app name, not connecting to server.Andrei Karas1-5/+6
2012-01-21Fix compilation errors and warnings for another gcc 4.7 snapshot.Andrei Karas1-2/+2
2012-01-13Dont delete logger on exit, because network or other threads can still work w...Andrei Karas1-4/+4
2012-01-10Move clieanup for libxml2 to xml.cppAndrei Karas1-2/+1
2012-01-08Validate update host.Andrei Karas1-0/+4
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add ability for testing drivers and graphics.Andrei Karas1-12/+93
2011-12-23Probably fix auto adjusting perfomance after going from sleep mode.Andrei Karas1-0/+8
2011-12-10Fix language switching in windows.Andrei Karas1-1/+1
2011-11-30Add limits for online list packet.Andrei Karas1-2/+7
2011-11-19Add limits for creating chars (hair color, hair style, stats).Andrei Karas1-0/+5
2011-11-13Change chat logs dirs format to yyyy-mm/dd/file.log.Andrei Karas1-2/+2
2011-11-12Fix custom language selection in some linuxes.v1.1.11.12Andrei Karas1-1/+6