summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Add strong types bool type UseResman.Andrei Karas16-19/+23
2015-03-17Remove useless includes from .h files.Andrei Karas2-4/+0
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-13fix code style.Andrei Karas2-3/+0
2015-03-04Draw riding horse if present.Andrei Karas2-5/+5
2015-03-04Add basic horses db implimentation.Andrei Karas2-0/+214
2015-03-03Add rideattack-action into item db.Andrei Karas1-0/+3
2015-02-07Dont show some useless errors while loading themes.Andrei Karas15-18/+19
2015-02-07Remove optional parameter from xml document constructor.Andrei Karas15-18/+19
2015-02-01Fix use menu item translation for unusable items.Andrei Karas1-0/+8
2015-01-09Add min/max race into charcreation.xml.Andrei Karas2-0/+20
2015-01-05Allow play sound effect if show emote.Andrei Karas1-0/+2
2015-01-05Add missing check for null pointer.Andrei Karas1-0/+3
2015-01-04Add stringmap typedefs.Andrei Karas1-1/+2
2015-01-02Fix code style.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas35-35/+35
2014-12-29Fix translation for use/equip buttons from client data.Andrei Karas1-2/+2
2014-12-29Fix translation for default use/equip buttons.Andrei Karas1-2/+2
2014-12-11Fix default npc commands.Andrei Karas1-3/+3
2014-12-10Show custom menu for npc.Andrei Karas1-4/+4
2014-12-10Add default npc menu items if missing in configuration.Andrei Karas1-1/+8
2014-12-09load npc menu.Andrei Karas1-0/+7
2014-11-08Fix code style.Andrei Karas2-6/+2
2014-10-28Dehardcode default spells/commands.Andrei Karas2-0/+193
2014-10-16Add missing checks.Andrei Karas1-2/+9
2014-09-26Fix code style.Andrei Karas4-9/+6
2014-09-25Remove duplicate code from monsterdb, homunculusdb, mercenarydb.Andrei Karas3-324/+6
2014-09-25Load data about homunculuses from homunculuses.xml.Andrei Karas2-0/+324
2014-09-21Add mercenary db.Andrei Karas2-0/+324
2014-09-17Remove getter for serverFeatures.Andrei Karas1-2/+2
2014-09-16Remove unused externsAndrei Karas2-4/+0
2014-09-16Add server feature haveEightDirections.Andrei Karas1-2/+5
2014-09-12fix code style.Andrei Karas1-11/+11
2014-09-06add missing check in itemdb.Andrei Karas1-0/+3
2014-09-06Remove server version check for set item colors palette.Andrei Karas1-14/+4
2014-08-28Allow load itemcolors.xml file in legacy servers.Andrei Karas1-6/+3
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas1-4/+1
2014-07-27Remove some evol server checks.Andrei Karas2-4/+0
2014-07-23Add include support in remap db.Andrei Karas1-0/+7
2014-07-23In map remap db add patch and split files loading.Andrei Karas2-5/+7
2014-07-14Fix code style.Andrei Karas1-0/+13
2014-07-13Fix code style.Andrei Karas1-4/+5
2014-07-06Add some item text attributes.Andrei Karas1-10/+24
2014-07-05Fix code style.Andrei Karas1-1/+0
2014-07-03Fix translation issue in useButton attributes in items.xml.Andrei Karas1-2/+4
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas1-0/+17
2014-07-03Add into items.xml option useButton.Andrei Karas1-0/+17
2014-07-03Move item type mapping into separate file.Andrei Karas1-67/+8
2014-06-07fix code style.Andrei Karas1-6/+4
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1