Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-22 | Rename object event to depricatedevent because current implimentation very | Andrei Karas | 1 | -5/+5 | |
bad and must be replaced with better implimentation. | |||||
2012-03-17 | Fix old fullscreen value check. | Andrei Karas | 1 | -2/+2 | |
2012-03-09 | Add support for many update hosts (evol server only). | Andrei Karas | 1 | -3/+13 | |
2012-02-29 | Simplify remove listener calls. | Andrei Karas | 1 | -5/+1 | |
2012-02-29 | Fix per server config default values. | Andrei Karas | 1 | -0/+1 | |
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -6/+9 | |
Can be configured in audio tab in settings. | |||||
2012-02-24 | Add safe error string reporting function. | Andrei Karas | 1 | -2/+2 | |
2012-02-21 | Add vsync option. | Andrei Karas | 1 | -0/+14 | |
2012-02-21 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-02-21 | Bit cleanup visual settings page. | Andrei Karas | 1 | -0/+20 | |
2012-02-19 | Add option to grab/ungrab input to game window. | Andrei Karas | 1 | -0/+8 | |
2012-02-19 | Fix loading client data translations. | Andrei Karas | 1 | -0/+3 | |
2012-02-18 | Fix typo. | Andrei Karas | 1 | -2/+0 | |
2012-02-18 | Center window on screen under windows and mac osx. | Andrei Karas | 1 | -1/+6 | |
2012-02-16 | Adjust gui response cycle to 40 times. | Andrei Karas | 1 | -1/+1 | |
2012-02-15 | Fix code style. | Andrei Karas | 1 | -3/+2 | |
2012-02-15 | Replace some hardcoded dir separator to physfs. | Andrei Karas | 1 | -10/+12 | |
2012-02-12 | Fix possible infinite loop, also bit improve speed. | Andrei Karas | 1 | -1/+3 | |
2012-02-11 | Remove some unneeded includes. | Andrei Karas | 1 | -2/+0 | |
2012-02-08 | Fix compilation errors and more style. | Andrei Karas | 1 | -4/+4 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+1 | |
2012-02-06 | Fix memory leak on exit. | Andrei Karas | 1 | -0/+2 | |
2012-02-05 | Add own translation system. | Andrei Karas | 1 | -0/+5 | |
2012-02-02 | Add "no frame" option to hide window frame. Disabled by default. | Andrei Karas | 1 | -5/+9 | |
2012-02-01 | Fix compilation warnings after previous commits. | Andrei Karas | 1 | -1/+1 | |
2012-01-30 | Clear char logger on server disconnect. | Andrei Karas | 1 | -0/+2 | |
2012-01-30 | Add option for enable/disable window resize. | Andrei Karas | 1 | -3/+5 | |
2012-01-30 | Add some missing checks to window resize code. | Andrei Karas | 1 | -2/+5 | |
2012-01-30 | Fix buttons position while resizing in server selection screen. | Andrei Karas | 1 | -2/+19 | |
2012-01-30 | Remember the window size after resizing | Thorbjørn Lindeijer | 1 | -0/+5 | |
Makes sure that the client starts up again in the same size. Reviewed-by: Erik Schilling | |||||
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -13/+41 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-28 | Make command line choose character only work once | Thorbjørn Lindeijer | 1 | -0/+4 | |
Previously it was interfering with the 'switch character' functionality. Reviewed-by: Erik Schilling | |||||
2012-01-24 | Fix branding issues. Like incorrect default app name, not connecting to server. | Andrei Karas | 1 | -5/+6 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -2/+2 | |
2012-01-13 | Dont delete logger on exit, because network or other threads can still work ↵ | Andrei Karas | 1 | -4/+4 | |
with it. | |||||
2012-01-10 | Move clieanup for libxml2 to xml.cpp | Andrei Karas | 1 | -2/+1 | |
2012-01-08 | Validate update host. | Andrei Karas | 1 | -0/+4 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-01-04 | Add ability for testing drivers and graphics. | Andrei Karas | 1 | -12/+93 | |
2011-12-23 | Probably fix auto adjusting perfomance after going from sleep mode. | Andrei Karas | 1 | -0/+8 | |
2011-12-10 | Fix language switching in windows. | Andrei Karas | 1 | -1/+1 | |
2011-11-30 | Add limits for online list packet. | Andrei Karas | 1 | -2/+7 | |
2011-11-19 | Add limits for creating chars (hair color, hair style, stats). | Andrei Karas | 1 | -0/+5 | |
2011-11-13 | Change chat logs dirs format to yyyy-mm/dd/file.log. | Andrei Karas | 1 | -2/+2 | |
2011-11-12 | Fix custom language selection in some linuxes.v1.1.11.12 | Andrei Karas | 1 | -1/+6 | |
2011-11-09 | Fix joystick after reconnecting to server. | Andrei Karas | 1 | -0/+3 | |
2011-11-09 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-11-09 | Add support for joystick selection. | Andrei Karas | 1 | -0/+3 | |
Fix enable/disable joystick support. Increase max joystick buttons number to 64. Prevent joystick usage without calibration. | |||||
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -40/+40 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -17/+16 | |