Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-15 | Fix code style. | Andrei Karas | 1 | -4/+8 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -11/+12 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -7/+6 | |
2012-02-28 | Fix some sound event. | Andrei Karas | 1 | -1/+1 | |
Replace hardcoded sound names to constants. Add party/guild sound. | |||||
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -1/+1 | |
Can be configured in audio tab in settings. | |||||
2012-01-28 | Add support for processing player statuses in evol server. | Andrei Karas | 1 | -0/+13 | |
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-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -17/+17 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -5/+5 | |
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/+1 | |
2011-08-30 | Add auction bot support switch. | Andrei Karas | 1 | -4/+14 | |
2011-08-26 | Add auction buttons in shop window for send buy or sell list to auction bot. | Andrei Karas | 1 | -0/+14 | |
2011-08-16 | Show shop sign to other players only if shop is not empty. | Andrei Karas | 1 | -0/+9 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -1/+1 | |
2011-07-05 | Fix memory leak in shop window, add missing initialisation to BeingCacheEntry. | Andrei Karas | 1 | -2/+2 | |
Small code style fix. | |||||
2011-06-14 | Add missing checks. | Andrei Karas | 1 | -0/+5 | |
2011-06-09 | Allow select item with any color in code where colors not supported. | Andrei Karas | 1 | -4/+4 | |
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 1 | -4/+8 | |
Delete search item function without colors support. | |||||
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-05-22 | Some typo fixes and add comments for translators. | Andrei Karas | 1 | -2/+2 | |
2011-05-12 | Renaming login, sell, trade (cpp, h) files to correct names. | Andrei Karas | 1 | -2/+2 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -2/+2 | |
2011-03-04 | Fix code style. | Andrei Karas | 1 | -2/+4 | |
2011-03-03 | Add colors to buy/sell dialogs. | Andrei Karas | 1 | -8/+11 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -6/+6 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+788 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |