summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.h
AgeCommit message (Collapse)AuthorFilesLines
2012-09-02Add const to more classes.Andrei Karas1-12/+13
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-06-08Add to npc option targetSelection to allow/disallow npc selection.Andrei Karas1-0/+7
2012-06-06Fix some issues after auto checking.Andrei Karas1-4/+4
2012-05-31Add sittop sprites support.Andrei Karas1-0/+1
Add groundtop collision support (not collision but special selected tiles).
2012-03-29Replace vectors with strings to short names.Andrei Karas1-3/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-5/+5
2011-06-04Cleanup part list and beinginfo.Andrei Karas1-1/+4
2011-04-03Add spawn animation to mobs.Andrei Karas1-1/+4
Also impliment sound events: SOUND_EVENT_MOVE, SOUND_EVENT_SIT, SOUND_EVENT_SPAWN
2011-03-16Add checks and fix some code style.Andrei Karas1-1/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+161
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.