summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Expand)AuthorFilesLines
2014-02-28fix code style.Andrei Karas2-7/+1
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-6/+0
2014-02-27Dehardcode swords, shields and bows for auto switching weapons.Andrei Karas2-0/+126
2014-02-11add support for map layer replacments.Andrei Karas2-2/+4
2014-02-06In crazy moves A add support for all emotes.Andrei Karas2-0/+19
2014-01-20add attack action for pets.Andrei Karas1-0/+6
2014-01-19in emotes popup show also emote id.Andrei Karas2-0/+5
2014-01-18fix code style.Andrei Karas2-2/+2
2014-01-16add missing const in xmlnode pointers.Andrei Karas11-24/+30
2014-01-14fix code style.Andrei Karas6-7/+6
2014-01-12fix compilation warnings.Andrei Karas2-4/+4
2014-01-09add support for localdir option in moddb.Andrei Karas1-1/+3
2014-01-09add mods tab in settings.Andrei Karas2-2/+9
2014-01-08add moddb support.Andrei Karas2-0/+154
2014-01-07fix deaddb loading.Andrei Karas1-4/+4
2014-01-07fix leak in petdb with duplicate pets.Andrei Karas1-3/+7
2014-01-07fix leak in emotedb with duplicate emotes.Andrei Karas1-3/+10
2014-01-07fix leak in atatardb with duplicate avatars.Andrei Karas1-1/+1
2014-01-07fix leak in atatardb with duplicate avatars.Andrei Karas1-3/+7
2014-01-06fix loading monsters with id 0.Andrei Karas1-7/+1
2014-01-06add ability to inlude config parts from subdirs for most dbs.Andrei Karas9-12/+26
2014-01-06add patch files loading for most dbs.Andrei Karas7-0/+10
2014-01-06add support for include in sounds.xml.Andrei Karas2-2/+15
2014-01-06add support for include in pets.xml.Andrei Karas2-6/+21
2014-01-06add support for include in maps.xml.Andrei Karas2-4/+15
2014-01-06add support for include in emotes.xml.Andrei Karas2-10/+40
2014-01-06add support for include in deadmessages.xml.Andrei Karas2-3/+16
2014-01-06add include support in itemcolors.xml.Andrei Karas2-7/+13
2014-01-06add support for include in hair.xml.Andrei Karas2-13/+20
2014-01-06delete legacy config file loading (colors.xml).Andrei Karas1-20/+5
2014-01-06Add support for include in avatars.xml.Andrei Karas2-2/+18
2014-01-06add ability to inlude config parts from subdirs for items, monsters, npcs.Andrei Karas3-0/+20
2014-01-06dont leak memory if exists monster duplicate with same id.Andrei Karas1-3/+16
2014-01-06dont leak memory if exists npc duplicate with same id.Andrei Karas1-2/+8
2014-01-06add support for patch files for items.xml, npcs.xml, monsters.xmlAndrei Karas3-0/+3
2014-01-05dont leak memory if exists item duplicates with same id.Andrei Karas1-13/+5
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