summaryrefslogtreecommitdiff
path: root/src/resources/monsterdb.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-04-18add delay to action sounds.Andrei Karas1-8/+10
2013-04-16improve monsterdb class.Andrei Karas1-3/+4
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-25Add support for different hover/pickup cursors for monsters, npc, items, etc.Andrei Karas1-0/+3
2012-10-08Fix code style.Andrei Karas1-1/+1
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas1-3/+6
2012-10-06Fix monster particle effects.Andrei Karas1-2/+3
2012-10-06Fix default particle effects in attacks.Andrei Karas1-1/+1
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas1-2/+8
2012-10-05first part for adding mobs particle effects.Andrei Karas1-6/+6
2012-10-02Fix monsters attack with particle effect.Andrei Karas1-3/+9
2012-09-23Add to monsters.xml and npcs.xml sort offset parameters.Andrei Karas1-0/+6
2012-09-03Add const to more classes.Andrei Karas1-6/+8
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-1/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-1/+2
2012-05-31Add sittop sprites support.Andrei Karas1-0/+4
2012-02-06Use client data translation. For now language same as gui language.Andrei Karas1-1/+1
2012-01-10Replace xmlStrEqual to xmlNameEqual.Andrei Karas1-6/+6
2012-01-10Replace all xmlNodePtr to XmlNodePtr.Andrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-06-04Cleanup part list and beinginfo.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-21Add monster walktype attribute to detect on what collisions monster can move.Andrei Karas1-6/+19
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-2/+2
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-0/+4
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-2/+2
2011-04-03Add spawn animation to mobs.Andrei Karas1-0/+12
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-5/+6
2011-03-16Add checks and fix some code style.Andrei Karas1-0/+3
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+199