Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+2 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-02-18 | Remove auction bot support. | Andrei Karas | 1 | -2/+0 | |
This bot for long time offline in tmw and possible will be never online. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -6/+7 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -8/+3 | |
2012-10-17 | Extend checkbox theming. | Andrei Karas | 1 | -1/+1 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-14 | Replace gcn::Button to Button in all classes. | Andrei Karas | 1 | -10/+10 | |
2012-10-14 | Add theming to labels. | Andrei Karas | 1 | -3/+3 | |
New theme file: label.xml Parameters: padding | |||||
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -2/+2 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -3/+2 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -4/+5 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-28 | Add const to more classes. | Andrei Karas | 1 | -11/+14 | |
2012-05-13 | Remove guichanfwd.h. | Andrei Karas | 1 | -2/+8 | |
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-08-26 | Add auction buttons in shop window for send buy or sell list to auction bot. | Andrei Karas | 1 | -0/+2 | |
2011-08-16 | Show shop sign to other players only if shop is not empty. | Andrei Karas | 1 | -0/+2 | |
2011-07-08 | Fix some issues after automatic checking. | Andrei Karas | 1 | -1/+1 | |
Change compilation flags in make scripts. | |||||
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
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-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+173 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |