summaryrefslogtreecommitdiff
path: root/src/resources/db
AgeCommit message (Collapse)AuthorFilesLines
2017-02-02Remove extra includes from unitsdb.cppAndrei Karas1-4/+0
2017-02-01Use npc currency in buy dialog.Andrei Karas2-0/+14
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-2/+4
For now this type never set.
2017-01-31Load currency names for each npc from npcs.xml.Andrei Karas3-0/+26
2017-01-31Add support for load different currencies from units.xml.Andrei Karas1-50/+84
2017-01-31Remove unit type enum in unitsdb.Andrei Karas1-32/+30
2017-01-31Move units into db directory.Andrei Karas2-0/+384
2017-01-17Add missing A_DEFAULT_COPY / A_DELETE_COPY into resources.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas52-52/+52
2016-10-28Improve sound db unload.Andrei Karas1-1/+1
2016-09-27Add support for links to mercenaries.Andrei Karas1-0/+4
Format is: @@MID|@@ Example: [@@M1191|@@]
2016-09-27Add support for links to homunculuses.Andrei Karas1-0/+5
Format is: @@hID|@@ Example: [@@h6001|@@]
2016-09-23Add missing comments into defines.Andrei Karas3-4/+4
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas2-5/+25
2016-09-13Add fake packets from network.xml if packet unused.Andrei Karas2-0/+9
2016-09-13Add basic support for networkdb.Andrei Karas2-0/+113
2016-08-25Fix stats page removing while switching servers.Andrei Karas1-0/+1
2016-08-24Move ai attributes reading into BeingCommon.Andrei Karas2-80/+3
2016-08-24Remove pet id from item db.Andrei Karas1-4/+0
2016-08-24Move custom ai options from petdb into homunculusdb and mercenarydb.Andrei Karas3-43/+80
2016-08-18Add some clang fixes.Andrei Karas1-2/+2
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 ↵Andrei Karas1-26/+101
down sprites.
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
But for now visible only basic stats and extended page.
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
Attribute name "particle". This effect cant be played at start, if existing "start-particle" but will be played if effect continues.
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
Also add reports about failed stats loading.
2016-06-30Dont add basic stats into item attributes.Andrei Karas2-37/+9
From now need add all stats to item attributes in xml file.
2016-06-30Allow read basic attributes from stats.xmlAndrei Karas1-5/+28
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow ↵Andrei Karas1-12/+36
and statdb.
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