summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-02-26Fix incorrect last dead frame delay for old servers.Andrei Karas1-2/+20
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-12/+12
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-7/+7
2012-01-10Move libxml2 includes to xml.hAndrei Karas1-2/+0
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-24Refactoring in spritedef after last commit.Andrei Karas1-20/+16
2011-11-24Prevented circular include in sprite definitionsErik Schilling1-4/+15
2011-11-24Add ability to play different animation depend on monster hp.Andrei Karas1-16/+62
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-2/+2
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-2/+2
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-21Fix possible crash. Move unsafe initialisations from static members.Andrei Karas1-2/+1
2011-06-08Zero variables after calling decRef().Andrei Karas1-0/+3
2011-05-30Fix memory leaks in being, socialwindow classes.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas1-4/+19
2011-04-03Change imageset offset work not like default offset, but as additional offset.Andrei Karas1-4/+4
2011-04-03Add default offsets in imageset tag for all animations.Andrei Karas1-2/+6
2011-04-03Add spawn animation to mobs.Andrei Karas1-0/+5
2011-03-31Add repeat attribute to xml sequence tag.Andrei Karas1-11/+24
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-21Add diagonal animations.Andrei Karas1-0/+8
2011-01-02Initial commit.Andrei Karas1-0/+339