Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+9 | |
2013-04-20 | fix style in other files. | Andrei Karas | 1 | -0/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -7/+1 | |
2013-02-28 | Improve some other files. | Andrei Karas | 1 | -19/+26 | |
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -4/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-10-11 | Replace some getters to direct fileds using. | Andrei Karas | 1 | -7/+7 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+1 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -17/+18 | |
2012-08-17 | Fix code style. | Andrei Karas | 1 | -0/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -1/+1 | |
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -1/+2 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -3/+4 | |
2012-03-13 | Use per race equipment sprites. | Andrei Karas | 1 | -2/+3 | |
Example: <sprite gender="male" race="4">...</sprite> | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-08 | Fix more gcc 4.7 warnings. | Andrei Karas | 1 | -6/+6 | |
2011-08-19 | Fix adding items to trade. | Andrei Karas | 1 | -0/+3 | |
Now possible add same items from all ways. Also added protection from adding same stackable items. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-06-11 | Allow find in inventory items with color 0 and 1 as 1. | Andrei Karas | 1 | -3/+6 | |
2011-06-09 | Allow select item with any color in code where colors not supported. | Andrei Karas | 1 | -1/+1 | |
2011-06-04 | Add colors support for drops panel. | Andrei Karas | 1 | -11/+0 | |
Delete search item function without colors support. | |||||
2011-06-04 | Add support for colors in outfits window. | Andrei Karas | 1 | -0/+14 | |
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-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+2 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+1 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -1/+1 | |
2011-02-27 | Implement receiving item color from server. | Andrei Karas | 1 | -4/+5 | |
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 | -1/+1 | |
2011-01-14 | Add unification for inventory/storage/cart name. | Andrei Karas | 1 | -0/+16 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+225 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |