summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Fix code style.Andrei Karas1-1/+1
2016-08-11Add assert into colordb about hair.xml file.Andrei Karas1-0/+1
2016-08-08Fix on client side walking on monster wall collision.Andrei Karas7-0/+14
2016-08-07Extend horses.xml with separate offset for each direction for rider, up and d...Andrei Karas1-26/+101
2016-08-06From horses.xml remove outdated offsets.Andrei Karas1-6/+4
2016-08-06Add support for player rider offset by x and y.Andrei Karas1-0/+4
2016-08-04Add support for attr attributes in stats.xmlAndrei Karas1-17/+42
2016-08-03Add support for elemental db and draw elementals sprites.Andrei Karas2-0/+206
2016-07-26Add support for loading stats pages from stats.xmlAndrei Karas2-5/+15
2016-07-25Allow load stats for different pages from stats.xmlAndrei Karas1-7/+19
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-6/+6
2016-07-20Add asserts about outdated attribute in status-effects.xml.Andrei Karas1-0/+5
2016-07-10Add support for permanent particle effect.s20160712Andrei Karas1-0/+2
2016-07-10Rename StatusEffect::getParticle into StatusEffect::getStartParticleAndrei Karas1-2/+2
2016-07-05Clean statdb on unload.Andrei Karas1-0/+2
2016-06-30Remove exta includes from some files.Andrei Karas3-5/+0
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas2-6/+53
2016-06-30Dont add basic stats into item attributes.Andrei Karas2-37/+9
2016-06-30Allow read basic attributes from stats.xmlAndrei Karas1-5/+28
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-12/+36
2016-06-30Rename ItemDb::Stat into BasicStat.Andrei Karas3-13/+13
2016-06-30Move itemdbstat.h from db into resources directory.Andrei Karas3-50/+2
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas2-5/+20
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas4-14/+146
2016-06-22Remove extra include from chardb.cppAndrei Karas1-1/+0
2016-06-21Add support for items with cards in charcreation.xmlAndrei Karas2-4/+18
2016-06-20Remove useless includes.Andrei Karas14-17/+0
2016-06-19Add missing translators commentAndrei Karas1-0/+5
2016-06-18Fix asserts about not found translated item names.Andrei Karas1-0/+11
2016-06-06Load special tilesets in ignored atlas.Andrei Karas2-0/+14
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-0/+1
2016-06-03Fix code style.Andrei Karas3-4/+4
2016-06-02Fix unit tests after last updates.Andrei Karas2-0/+7
2016-06-02Show asserts for most errors in resource dbs.Andrei Karas13-37/+54
2016-06-02Add support for status effect name translation.Andrei Karas1-1/+2
2016-06-02Add support for configurable item stat fields.Andrei Karas3-91/+224
2016-06-01Move item field type class into separate file.Andrei Karas1-22/+7
2016-05-31Fix compilation error in itemdb.Andrei Karas1-2/+2
2016-05-31Add to items attributes hprecover and sprecover. For recovery rates.Andrei Karas1-0/+4
2016-05-23Dont show asserts in pickup special packets.Andrei Karas2-0/+7
2016-05-20Fix code style.Andrei Karas1-2/+0
2016-05-13Add check asserts in ItemDB. Also fix new asserts from log.Andrei Karas1-3/+6
2016-05-13Fix error in log in NpcDialogDB.Andrei Karas1-0/+3
2016-05-12Fix loading error sprite for missing emotes.Andrei Karas1-2/+3
2016-05-12Fix asserts in SkilUnitDB.Andrei Karas1-2/+2
2016-05-12Add skipError parameter into xmlutils.Andrei Karas2-7/+11
2016-05-12Add skipError parameter to loadXml functions.Andrei Karas36-128/+226
2016-05-11Fix issues in tests after adding some asserts.Andrei Karas1-0/+6
2016-04-23Fix code style.Andrei Karas1-14/+3
2016-04-11Fix compilation warning with some flags.Andrei Karas1-9/+9