Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |