Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-11-24 | Add ability to play different animation depend on monster hp. | Andrei Karas | 1 | -0/+3 | |
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-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -5/+5 | |
2011-04-18 | Rename sprites method setDirection to setSpriteDirection. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+79 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |