summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas24-24/+24
2013-12-31add pet direction type if owner dead.Andrei Karas1-0/+2
2013-12-31add pet offset if owner is dead.Andrei Karas1-0/+4
2013-12-31add pet offset if owner is moving.Andrei Karas1-0/+4
2013-12-26add pet name loading from pet db.Andrei Karas1-2/+7
2013-12-26remove duplicate sprite name in itemdb.Andrei Karas1-1/+1
2013-12-25add support for pet sit direction logic.Andrei Karas1-0/+3
2013-12-25add direction logic to pets.Andrei Karas1-0/+2
2013-12-25add pet think time.Andrei Karas1-0/+2
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+4
2013-12-25extend pet follow logic with follow in fixed position to owner.Andrei Karas1-1/+1
2013-12-25add pet spawn offset in tiles from owner position.Andrei Karas1-0/+5
2013-12-24add support for warp pets if distance very long.Andrei Karas1-0/+3
2013-12-24add speed parameter for pets.Andrei Karas1-0/+3
2013-12-24dehardcode pet logic parameters.Andrei Karas1-0/+5
2013-12-18add restrict into chardb.Andrei Karas2-2/+4
2013-11-25add ability to replace body/race sprite by equipped item.Andrei Karas1-14/+30
2013-11-16Remove unused particle-effect attributes from items.xml.Andrei Karas1-4/+0
2013-11-10add support for item particles.Andrei Karas1-0/+5
2013-11-07remove client.h include from some files.Andrei Karas2-2/+4
2013-10-19fix code styleAndrei Karas1-1/+1
2013-10-19fix initialisation in monsterdb.Andrei Karas1-2/+1
2013-10-19fix definition in itemdb.Andrei Karas1-1/+1
2013-10-19add missing initialisation in itemdb.Andrei Karas1-1/+1
2013-10-08add support for sounds take and put.Andrei Karas1-0/+2
2013-10-08remove unused system headers.Andrei Karas1-2/+0
2013-10-04add pickup and drop sound effects.Andrei Karas1-0/+2
2013-10-04add sound effects for equip/unequip/use items for local player.Andrei Karas1-0/+3
2013-10-04Add new item sound events constants.Andrei Karas1-2/+2
2013-10-04add generic way for loading item sounds.Andrei Karas1-8/+20
2013-10-04fix code style.Andrei Karas12-36/+36
2013-10-01replace tile size from 32 to mapTitleSize.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas24-0/+3324