Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-15 | Remove conf dir. | Andrei Karas | 25 | -214099/+0 | |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -0/+2 | |
Add support for new drop packet 0xadd for zero clients | |||||
2017-12-23 | Replace the use of skill_reproduce_db with AllowReproduce flag | Asheraf | 1 | -0/+350 | |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -0/+2 | |
2017-11-16 | update skill db entries to support ShowSkillScale | Asheraf | 1 | -0/+17 | |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+1 | |
2017-09-17 | Replace the recurring 'Loc: 1023' value in the item_db with a bitmask array | Haru | 1 | -86/+86 | |
Equivalent: `["EQP_HELM", "EQP_ARMS", "EQP_GARMENT", "EQP_ACC", "EQP_ARMOR", "EQP_SHOES"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 6144' value in the item_db with a bitmask array | Haru | 1 | -1/+1 | |
Equivalent: `["EQP_COSTUME_HEAD_MID", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 5120' value in the item_db with a bitmask array | Haru | 1 | -1/+1 | |
Equivalent: `["EQP_COSTUME_HEAD_TOP", "EQP_COSTUME_HEAD_LOW"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 769' value in the item_db with a bitmask array | Haru | 1 | -78/+78 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 768' value in the item_db with a bitmask array | Haru | 1 | -63/+63 | |
Equivalent: `["EQP_HEAD_TOP", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 513' value in the item_db with a bitmask array | Haru | 1 | -25/+25 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_MID"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Loc: 257' value in the item_db with a bitmask array | Haru | 1 | -3/+3 | |
Equivalent: `["EQP_HEAD_LOW", "EQP_HEAD_TOP"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 136 with "EQP_ACC" in the item_db Loc field | Haru | 1 | -296/+296 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace recurring value 43 with "EQP_ARMS" in the item_db Loc field | Haru | 1 | -270/+270 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32768 with "EQP_AMMO" in the item_db Loc field | Haru | 1 | -78/+78 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc field | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc field | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc field | Haru | 1 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 512 with "EQP_HEAD_MID" in the item_db Loc field | Haru | 1 | -80/+80 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 256 with "EQP_HEAD_TOP" in the item_db Loc field | Haru | 1 | -695/+695 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 64 with "EQP_SHOES" in the item_db Loc field | Haru | 1 | -88/+88 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 32 with "EQP_SHIELD" in the item_db Loc field | Haru | 1 | -85/+85 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 16 with "EQP_ARMOR" in the item_db Loc field | Haru | 1 | -187/+187 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 4 with "EQP_GARMENT" in the item_db Loc field | Haru | 1 | -93/+93 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2 with "EQP_WEAPON" in the item_db Loc field | Haru | 1 | -557/+557 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 1 with "EQP_HEAD_LOW" in the item_db Loc field | Haru | 1 | -65/+65 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Add support for bitmask arrays in the item_db Loc field | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace the recurring 'Upper: 56' value in the item_db with a bitmask array | Haru | 1 | -3/+3 | |
Equivalent: `["ITEMUPPER_THIRD", "ITEMUPPER_THIRDUPPER", "ITEMUPPER_THIRDBABY"]` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Remove redundant 'Upper: 63' (ITEMUPPER_ALL) values from the item_db | Haru | 1 | -1/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 8 with "ITEMUPPER_THIRD" in the item_db Upper field | Haru | 1 | -82/+82 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace 2 with "ITEMUPPER_UPPER" in the item_db Upper field | Haru | 1 | -156/+156 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Add support for bitmask arrays in the item_db Upper field | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replaced Number 18 in Type for Constant "IT_CASH" on item_db.conf | AtlantisRO | 1 | -858/+858 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 11 in Type for Constant "IT_DELAYCONSUME" on item_db.conf | AtlantisRO | 1 | -92/+92 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 10 in Type for Constant "IT_AMMO" on item_db.conf | AtlantisRO | 1 | -78/+78 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 8 in Type for Constant "IT_PETARMOR" on item_db.conf | AtlantisRO | 1 | -38/+38 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 7 in Type for Constant "IT_PETEGG" on item_db.conf | AtlantisRO | 1 | -56/+56 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 6 in Type for Constant "IT_CARD" on item_db.conf | AtlantisRO | 1 | -538/+538 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 5 in Type for Constant "IT_ARMOR" on item_db.conf | AtlantisRO | 1 | -1431/+1431 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 4 in Type for Constant "IT_WEAPON" on item_db.conf | AtlantisRO | 1 | -708/+708 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Removed type 3 values from pre-re/item_db.conf since type 3 (IT_ETC) is ↵ | AtlantisRO | 1 | -1631/+0 | |
default value. Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 2 in Type for Constant "IT_USABLE" on item_db.conf | AtlantisRO | 1 | -694/+694 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 0 in Type for Constant "IT_HEALING" on item_db.conf | AtlantisRO | 1 | -293/+293 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Added Constant SEX_ANY (2) for Male and Female genders. | AtlantisRO | 1 | -37/+37 | |
Replaced Number 1 in Gender for Constant "SEX_MALE" on item_db.conf Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Update item DB (View -> ViewSprite) | Haru | 1 | -1001/+1001 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Update item DB (View -> Subtype) | Haru | 1 | -786/+786 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 1 | -1/+2 | |
- The field was used both for sprite view IDs and for weapon or ammunition subtypes. Now the fields 'ViewSprite' and 'Subtype' are used respectively. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_THROWWEAPON in the item database applicable entries | Haru | 1 | -31/+31 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_CANNONBALL in the item database applicable entries | Haru | 1 | -5/+5 | |
Signed-off-by: Haru <haru@dotalux.com> |