summaryrefslogtreecommitdiff
path: root/src/resources/beinginfo.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-2/+4
2012-10-06Fix default particle effects in attacks.Andrei Karas1-0/+11
Was broken in previous commits. Also add default value for "effectId" in paths.xml (by default -1)
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas1-2/+5
Base on commit from mana afa134640b2e2c7c0f28a54c8691545848795dd9 by Yohann Ferreira
2012-10-05first part for adding mobs particle effects.Andrei Karas1-6/+5
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira
2012-09-23Add to monsters.xml and npcs.xml sort offset parameters.Andrei Karas1-1/+3
sortOffsetY - this value will be substracted from y position while sorting deadSortOffsetY - this value will be substracted from dead bein y position while sorting By default sortOffsetY = 0 and deadSortOffsetY = 31
2012-09-02Add const to more classes.Andrei Karas1-6/+6
2012-06-08Add to npc option targetSelection to allow/disallow npc selection.Andrei Karas1-9/+12
2012-03-29Replace vectors with strings to short names.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-3/+3
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-2/+2
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-1/+1
2011-06-04Cleanup part list and beinginfo.Andrei Karas1-3/+10
2011-05-24Fix memory leaks in beinginfo and colordb classes.Andrei Karas1-0/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-21Add monster walktype attribute to detect on what collisions monster can move.Andrei Karas1-1/+2
2011-05-10Dont prevent animation from players and monsters in special collisions.Andrei Karas1-2/+1
2011-05-09Impliment air and water block types.Andrei Karas1-1/+2
2011-03-16Add checks and fix some code style.Andrei Karas1-2/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+115
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.