Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-28 | Improve sound db unload. | Andrei Karas | 1 | -1/+1 | |
2016-09-27 | Add support for links to mercenaries. | Andrei Karas | 1 | -0/+4 | |
Format is: @@MID|@@ Example: [@@M1191|@@] | |||||
2016-09-27 | Add support for links to homunculuses. | Andrei Karas | 1 | -0/+5 | |
Format is: @@hID|@@ Example: [@@h6001|@@] | |||||
2016-09-23 | Add missing comments into defines. | Andrei Karas | 3 | -4/+4 | |
2016-09-13 | Add support for removepacket tag in network.xml | Andrei Karas | 2 | -5/+25 | |
2016-09-13 | Add fake packets from network.xml if packet unused. | Andrei Karas | 2 | -0/+9 | |
2016-09-13 | Add basic support for networkdb. | Andrei Karas | 2 | -0/+113 | |
2016-08-25 | Fix stats page removing while switching servers. | Andrei Karas | 1 | -0/+1 | |
2016-08-24 | Move ai attributes reading into BeingCommon. | Andrei Karas | 2 | -80/+3 | |
2016-08-24 | Remove pet id from item db. | Andrei Karas | 1 | -4/+0 | |
2016-08-24 | Move custom ai options from petdb into homunculusdb and mercenarydb. | Andrei Karas | 3 | -43/+80 | |
2016-08-18 | Add some clang fixes. | Andrei Karas | 1 | -2/+2 | |
2016-08-12 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2016-08-11 | Add assert into colordb about hair.xml file. | Andrei Karas | 1 | -0/+1 | |
2016-08-08 | Fix on client side walking on monster wall collision. | Andrei Karas | 7 | -0/+14 | |
2016-08-07 | Extend horses.xml with separate offset for each direction for rider, up and ↵ | Andrei Karas | 1 | -26/+101 | |
down sprites. | |||||
2016-08-06 | From horses.xml remove outdated offsets. | Andrei Karas | 1 | -6/+4 | |
2016-08-06 | Add support for player rider offset by x and y. | Andrei Karas | 1 | -0/+4 | |
2016-08-04 | Add support for attr attributes in stats.xml | Andrei Karas | 1 | -17/+42 | |
2016-08-03 | Add support for elemental db and draw elementals sprites. | Andrei Karas | 2 | -0/+206 | |
2016-07-26 | Add support for loading stats pages from stats.xml | Andrei Karas | 2 | -5/+15 | |
2016-07-25 | Allow load stats for different pages from stats.xml | Andrei Karas | 1 | -7/+19 | |
But for now visible only basic stats and extended page. | |||||
2016-07-25 | Add into player attributes prefix PLAYER_. | Andrei Karas | 1 | -6/+6 | |
2016-07-20 | Add asserts about outdated attribute in status-effects.xml. | Andrei Karas | 1 | -0/+5 | |
2016-07-10 | Add support for permanent particle effect.s20160712 | Andrei Karas | 1 | -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-10 | Rename StatusEffect::getParticle into StatusEffect::getStartParticle | Andrei Karas | 1 | -2/+2 | |
2016-07-05 | Clean statdb on unload. | Andrei Karas | 1 | -0/+2 | |
2016-06-30 | Remove exta includes from some files. | Andrei Karas | 3 | -5/+0 | |
2016-06-30 | Move extended stats from status window into stats.xml too.s20160630 | Andrei Karas | 2 | -6/+53 | |
Also add reports about failed stats loading. | |||||
2016-06-30 | Dont add basic stats into item attributes. | Andrei Karas | 2 | -37/+9 | |
From now need add all stats to item attributes in xml file. | |||||
2016-06-30 | Allow read basic attributes from stats.xml | Andrei Karas | 1 | -5/+28 | |
2016-06-30 | Remove basic attributes usage from generalhandler and move to statuswindow ↵ | Andrei Karas | 1 | -12/+36 | |
and statdb. | |||||
2016-06-30 | Rename ItemDb::Stat into BasicStat. | Andrei Karas | 3 | -13/+13 | |
2016-06-30 | Move itemdbstat.h from db into resources directory. | Andrei Karas | 3 | -50/+2 | |
2016-06-30 | Move basic skill definition fro net into statdb. | Andrei Karas | 2 | -5/+20 | |
2016-06-30 | Add statdb. Move to statdb server related stats list. | Andrei Karas | 4 | -14/+146 | |
2016-06-22 | Remove extra include from chardb.cpp | Andrei Karas | 1 | -1/+0 | |
2016-06-21 | Add support for items with cards in charcreation.xml | Andrei Karas | 2 | -4/+18 | |
2016-06-20 | Remove useless includes. | Andrei Karas | 14 | -17/+0 | |
2016-06-19 | Add missing translators comment | Andrei Karas | 1 | -0/+5 | |
2016-06-18 | Fix asserts about not found translated item names. | Andrei Karas | 1 | -0/+11 | |
2016-06-06 | Load special tilesets in ignored atlas. | Andrei Karas | 2 | -0/+14 | |
Special tilesets for now is collision and levels. After can be other. | |||||
2016-06-04 | Remove some useless includes if using SDL2. | Andrei Karas | 1 | -0/+1 | |
2016-06-03 | Fix code style. | Andrei Karas | 3 | -4/+4 | |
2016-06-02 | Fix unit tests after last updates. | Andrei Karas | 2 | -0/+7 | |
Disable some tests because they failing from asserts. | |||||
2016-06-02 | Show asserts for most errors in resource dbs. | Andrei Karas | 13 | -37/+54 | |
2016-06-02 | Add support for status effect name translation. | Andrei Karas | 1 | -1/+2 | |
2016-06-02 | Add support for configurable item stat fields. | Andrei Karas | 3 | -91/+224 | |
This fields defined in itemfields.xml Can be used in items.xml All default fields removed from ManaPlus. If need use it, please add fields to itemfields.xml in client data. | |||||
2016-06-01 | Move item field type class into separate file. | Andrei Karas | 1 | -22/+7 | |
2016-05-31 | Fix compilation error in itemdb. | Andrei Karas | 1 | -2/+2 | |