Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-11 | switch to hardware depend batch sizes. | Andrei Karas | 1 | -1/+1 | |
but limit max batch size to 1024. | |||||
2012-09-09 | fix code style. | Andrei Karas | 1 | -0/+1 | |
2012-09-08 | Fix guild emulation tab colors. | Andrei Karas | 1 | -0/+4 | |
2012-09-08 | Add new colors for party and guild tabs. | Andrei Karas | 1 | -0/+8 | |
For party tabs: PARTY_CHAT_TAB_HIGHLIGHTED, PARTY_SOCIAL_TAB_HIGHLIGHTED, PARTY_CHAT_TAB_SELECTED, PARTY_SOCIAL_TAB_SELECTED For guild tabs: GUILD_CHAT_TAB_HIGHLIGHTED, GUILD_SOCIAL_TAB_HIGHLIGHTED, GUILD_CHAT_TAB_SELECTED, GUILD_SOCIAL_TAB_SELECTED | |||||
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -27/+39 | |
2012-09-05 | Fix useless variables initialisations. | Andrei Karas | 1 | -2/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -4/+4 | |
2012-09-01 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-08-29 | Add const to more classes. | Andrei Karas | 1 | -60/+61 | |
2012-08-24 | Small style changes. | Andrei Karas | 1 | -13/+14 | |
Also fix overloaded methods visibility. | |||||
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -9/+0 | |
2012-08-04 | Extend background theming. | Andrei Karas | 1 | -8/+16 | |
2012-08-04 | fix code style. | Andrei Karas | 1 | -4/+8 | |
2012-08-02 | Add option to show/hide background in social window tabs. | Andrei Karas | 1 | -24/+25 | |
2012-07-28 | Remove white background in social window. | Andrei Karas | 1 | -8/+8 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -15/+10 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -3/+1 | |
It can improve perfomance in slow systems. | |||||
2012-05-12 | Add comments for translators in social window tabs. | Andrei Karas | 1 | -1/+3 | |
2012-05-05 | Add pickup ignore list. | Andrei Karas | 1 | -114/+116 | |
2012-05-03 | Remove some commented code. | Andrei Karas | 1 | -55/+0 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -13/+22 | |
2012-04-08 | Move most input code from keyboardconfig to inputmanager. | Andrei Karas | 1 | -0/+1 | |
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -6/+6 | |
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -3/+3 | |
Can be configured in audio tab in settings. | |||||
2012-02-05 | Separate map class to map and maplayer. | Andrei Karas | 1 | -0/+1 | |
2012-01-28 | Add basic support for extended online list on evol server. | Andrei Karas | 1 | -1/+1 | |
2012-01-22 | Add tab names P and F to translation. | Andrei Karas | 1 | -2/+4 | |
2012-01-21 | Fix compilation errors and warnings for another gcc 4.7 snapshot. | Andrei Karas | 1 | -2/+2 | |
2012-01-17 | Add friends tab to social window. | Andrei Karas | 1 | -2/+129 | |
2012-01-13 | Fix possible incorrect memory access. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 1 | -2/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-23 | Fix code style and some auto checked errors. | Andrei Karas | 1 | -2/+2 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -37/+37 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -15/+15 | |
2011-10-07 | Fix resize in skills dialog and social window. | Andrei Karas | 1 | -0/+8 | |
2011-09-23 | Fix default size for social and status windows. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -3/+3 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -7/+7 | |
Some other minor changes. | |||||
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -0/+2 | |
2011-08-30 | Dont create guild manager instance if guild bot support not enabled. | Andrei Karas | 1 | -2/+2 | |
2011-08-28 | Fix code style. | Andrei Karas | 1 | -1/+6 | |
2011-08-28 | Add support for guild invitation in guild bot integration. | Andrei Karas | 1 | -2/+9 | |
2011-08-28 | Fix possible conflicts between class names GuildTab, PartyTab and other. | Andrei Karas | 1 | -28/+28 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -2/+109 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -8/+8 | |
2011-07-01 | Replace some lists to vectors. | Andrei Karas | 1 | -2/+2 | |