Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-25 | Update and rebuild translations. | Andrei Karas | 1 | -1/+1 | |
2012-05-19 | Add button "detect best video mode" in video settings (windows only). | Andrei Karas | 1 | -21/+24 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -5/+3 | |
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -6/+10 | |
Can be configured in audio tab in settings. | |||||
2012-02-25 | Add SliderList control. | Andrei Karas | 1 | -0/+2 | |
2012-02-24 | Add safe error string reporting function. | Andrei Karas | 1 | -1/+1 | |
2012-02-21 | Move some settings from video to visual page. | Andrei Karas | 1 | -155/+17 | |
2012-02-20 | Move gui opacity option to visual settings page. | Andrei Karas | 1 | -19/+2 | |
Add slider class for setup pages. | |||||
2012-02-19 | Add visual page in settings. | Andrei Karas | 1 | -35/+8 | |
Move pickup particle settings to visual tab page. | |||||
2012-02-18 | Fix code style. | Andrei Karas | 1 | -1/+0 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+1 | |
2012-02-02 | Add "no frame" option to hide window frame. Disabled by default. | Andrei Karas | 1 | -19/+31 | |
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -2/+2 | |
2012-01-30 | Add option for enable/disable window resize. | Andrei Karas | 1 | -21/+33 | |
2012-01-30 | Allow resize window on the fly from video settings tab. | Andrei Karas | 1 | -0/+4 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -8/+8 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -7/+7 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -8/+8 | |
2011-09-09 | Fix first part of shadow variables/methods errors. | Andrei Karas | 1 | -15/+15 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -2/+2 | |
Some other minor changes. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-08-09 | Fix loading opacity settings in setup dialog. | Andrei Karas | 1 | -0/+1 | |
2011-08-09 | Add new perfomance parameters. | Andrei Karas | 1 | -4/+0 | |
2011-08-09 | Add perfomance setup tab. | Andrei Karas | 1 | -75/+21 | |
Move some settings from video to perfomance tab. | |||||
2011-08-07 | Add auto adjust perfomance ability. | Andrei Karas | 1 | -16/+28 | |
2011-08-07 | Add option "show beings transparency". Disabled by default. | Andrei Karas | 1 | -8/+8 | |
2011-07-08 | Fix some issues after automatic checking. | Andrei Karas | 1 | -1/+2 | |
Change compilation flags in make scripts. | |||||
2011-07-07 | Add map reduce feature for software drawing. | Andrei Karas | 1 | -16/+27 | |
Now invisible tiles will be removed if this mode enabled. | |||||
2011-07-03 | Move some settings from video tab to other tabs. | Andrei Karas | 1 | -156/+23 | |
2011-07-02 | Replace some getters to direct members access in graphics class. | Andrei Karas | 1 | -12/+12 | |
2011-06-21 | If client cant set video mode, it fall back to last mode. | Andrei Karas | 1 | -0/+3 | |
2011-06-21 | Add hardcoded modes to video modes list in settings. | Andrei Karas | 1 | -0/+48 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -2/+2 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -2/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-04-25 | Fix cache option enabled/disabled state. | Andrei Karas | 1 | -1/+2 | |
2011-04-24 | Add reset yellow bar command to bars context menu. | Andrei Karas | 1 | -1/+3 | |
2011-04-18 | Disable software settings if software mode not enabled. | Andrei Karas | 1 | -0/+7 | |
2011-03-29 | Add translation for some strings in setup video tab. | Andrei Karas | 1 | -2/+2 | |
Was missing calls to gettext. | |||||
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -2/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+819 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |