Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-30 | Add unused warnings to other files. | Andrei Karas | 1 | -2/+2 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-24 | Fix compilation errors. | Andrei Karas | 1 | -1/+2 | |
2012-09-23 | Add missing final keywords to classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -3/+3 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -2/+0 | |
2012-02-26 | Fix incorrect last dead frame delay for old servers. | Andrei Karas | 1 | -1/+5 | |
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -1/+1 | |
2012-01-10 | Move libxml2 includes to xml.h | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -0/+7 | |
Disabled for legacy servers because monster hp unknown and compilated hp can be wrong (version <= 0). For usage need add to action tag attribute hp="xx" Example: <action name="stand" hp="50" imageset="base"> ... </action> Here 50 mean 50% of health or less. Default action tag mean hp=100 | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+51 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |