summaryrefslogtreecommitdiff
path: root/src/resources/spritedef.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-04-13Impliment new tags in sprites animations and random condition.Andrei Karas1-4/+19
Tags: <label>, <goto>
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
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
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
New animation names: upleft, upright, downleft, downright Tested atleast at mobs.
2011-01-02Initial commit.Andrei Karas1-0/+339
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.