Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-11-05 | Fix current language detection if using custom language. | Andrei Karas | 1 | -0/+7 | |
2011-11-04 | Add option to settings for select any supported language. (tab Theme) | Andrei Karas | 1 | -0/+21 | |
2011-10-11 | Fix last character selection after login dialog. | Andrei Karas | 1 | -1/+1 | |
2011-09-27 | Add limit for stop attack packet. | Andrei Karas | 1 | -2/+6 | |
2011-09-18 | Quick fix for windows build to fix open settings issue. | Andrei Karas | 1 | -0/+2 | |
2011-09-16 | Fix compilation warnings. | Andrei Karas | 1 | -14/+4 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 1 | -8/+56 | |
2011-09-13 | Add missing checks to some files and style fixes. | Andrei Karas | 1 | -4/+4 | |
2011-09-12 | Add missing checks to some files. | Andrei Karas | 1 | -41/+7 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -26/+26 | |
2011-09-09 | Fix first part of shadow variables/methods errors. | Andrei Karas | 1 | -15/+15 | |
2011-09-06 | Disable copy initial config from .mana dir if it exists. | Andrei Karas | 1 | -0/+2 | |
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -2/+0 | |
2011-08-30 | Fix code style and compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2011-08-30 | Add missing initialisations. | Andrei Karas | 1 | -0/+2 | |
2011-08-30 | Add auction bot support switch. | Andrei Karas | 1 | -0/+2 | |
2011-08-30 | Dont create guild manager instance if guild bot support not enabled. | Andrei Karas | 1 | -3/+1 | |
2011-08-29 | Remember by default last account name in login dialog. | Andrei Karas | 1 | -2/+2 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -0/+16 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-16 | Enable japanese language in gettext. | Andrei Karas | 1 | -0/+4 | |
Add ability to use japanese font if current locale is japan locale. | |||||
2011-08-12 | Rename file name updatewindow to correct updaterwindow. | Andrei Karas | 1 | -1/+1 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-08-12 | Add ability to add comments to npcs. | Andrei Karas | 1 | -0/+13 | |
2011-08-11 | Save whisper tabs state to configuration after each change. | Andrei Karas | 1 | -2/+0 | |
Before was only after correct game disconnect. | |||||
2011-08-07 | Add auto adjust perfomance ability. | Andrei Karas | 1 | -0/+1 | |
2011-07-30 | Remove unused code from guildhandler. | Andrei Karas | 1 | -0/+4 | |
Fix memory leak in guild class. | |||||
2011-07-21 | Fix possible crash. Move unsafe initialisations from static members. | Andrei Karas | 1 | -3/+8 | |
2011-07-18 | Fix some missing initialisations and memory leakss. | Andrei Karas | 1 | -0/+3 | |
2011-07-12 | Add init debug messages. | Andrei Karas | 1 | -0/+2 | |