Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-29 | Move foreach macroses into separate file. | Andrei Karas | 1 | -0/+1 | |
2017-06-07 | Fix clang-tidy check readability-implicit-bool-cast. | Andrei Karas | 1 | -1/+1 | |
2017-01-03 | Update copyright year. | Andrei Karas | 1 | -1/+1 | |
2016-05-06 | Add missing const. | Andrei Karas | 1 | -1/+1 | |
2016-04-30 | Disable noexcept for clang and old gcc versions. | Andrei Karas | 1 | -4/+4 | |
2016-04-29 | Add name into Action memory object. | Andrei Karas | 1 | -1/+2 | |
2016-04-26 | Add memory count functions into MapLayer and SpecailLayer. | Andrei Karas | 1 | -3/+3 | |
Also change all memory count functions into const methods. | |||||
2016-04-26 | Add memory count functions into Action and Animation. | Andrei Karas | 1 | -0/+18 | |
2016-01-02 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2015-12-29 | Move animation into animation directory. | Andrei Karas | 1 | -1/+1 | |
2015-01-01 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2014-05-19 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2014-05-19 | Move spritedirection into separate file. | Andrei Karas | 1 | -7/+8 | |
2014-05-08 | Fix code style in resources. | Andrei Karas | 1 | -3/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-19 | add noexcept into action. | Andrei Karas | 1 | -4/+5 | |
2013-09-28 | add const for methods return values. | Andrei Karas | 1 | -1/+1 | |
2013-04-20 | fix style in resources directory. | Andrei Karas | 1 | -0/+1 | |
2013-01-20 | Last part with FOR_EACH changes. | Andrei Karas | 1 | -2/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -3/+3 | |
2012-04-25 | Improve iterators part 2. | Andrei Karas | 1 | -3/+2 | |
2012-02-26 | Fix incorrect last dead frame delay for old servers. | Andrei Karas | 1 | -0/+13 | |
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 | -1/+2 | |
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-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+1 | |
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-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+6 | |
2011-01-21 | Add diagonal animations. | Andrei Karas | 1 | -3/+13 | |
New animation names: upleft, upright, downleft, downright Tested atleast at mobs. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+52 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |