Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-17 | Replaced Number 8 in Type for Constant "IT_PETARMOR" on item_db.conf | AtlantisRO | 2 | -77/+77 | |
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 | 2 | -118/+118 | |
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 | 2 | -1545/+1545 | |
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 | 2 | -4773/+4773 | |
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 | 2 | -1795/+1795 | |
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 | 2 | -1665/+1665 | |
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 | 2 | -628/+628 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Replaced Number 0 in Gender for Constant "SEX_FEMALE" on item_db.conf | AtlantisRO | 1 | -19/+19 | |
Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Added Constant SEX_ANY (2) for Male and Female genders. | AtlantisRO | 4 | -90/+96 | |
Replaced Number 1 in Gender for Constant "SEX_MALE" on item_db.conf Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-09-17 | Move other view-related variables to `sd->status.look` | Haru | 6 | -78/+80 | |
The following variables are now moved to `sd->status.look` (from `sd->status`): `head_top`, `head_mid`, `head_bottom`, `robe` Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Differentiate variables that hold a ViewSprite and a Subtype (part 2) | Haru | 8 | -22/+36 | |
`sd->status.shield` is renamed to `sd->status.look.shield` and only holds ViewSprite IDs. Its previous other meaning is now transferred to `sd->has_shield`, of boolean type (to detect the presence of a shield) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Differentiate variables that hold a ViewSprite and a weapon Subtype | Haru | 9 | -82/+94 | |
`sd->status.weapon` is renamed to `sd->status.look.weapon` and only holds ViewSprite IDs. Its previous other meaning is now transferred to `sd->weapontype` (holding the currently equipped weapon type, considering both hands at once) Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Item DB SQL Update | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Fix an error in an AegisName | Haru | 1 | -1/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Update item DB (View -> ViewSprite) | Haru | 3 | -3289/+3289 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Update item DB (View -> Subtype) | Haru | 2 | -1954/+1954 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Item DB SQL Update | Haru | 3 | -16224/+16227 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Split 'View' in two different fields in the item database | Haru | 15 | -85/+124 | |
- 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 | Reimplement getiteminfo/setiteminfo in a safer and more maintainable way | Haru | 2 | -61/+113 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_THROWWEAPON in the item database applicable entries | Haru | 2 | -62/+62 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_CANNONBALL in the item database applicable entries | Haru | 2 | -10/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_KUNAI in the item database applicable entries | Haru | 2 | -14/+14 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_SHURIKEN in the item database applicable entries | Haru | 2 | -11/+11 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_GRENADE in the item database applicable entries | Haru | 2 | -12/+12 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_BULLET in the item database applicable entries | Haru | 2 | -26/+26 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_DAGGER in the item database applicable entries | Haru | 2 | -2/+2 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace A_ARROW in the item database applicable entries | Haru | 2 | -48/+48 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HSTAFF in the item database applicable entries | Haru | 2 | -27/+27 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_HUUMA in the item database applicable entries | Haru | 2 | -30/+30 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_GRENADE in the item database applicable entries | Haru | 2 | -15/+15 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_SHOTGUN in the item database applicable entries | Haru | 2 | -23/+23 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_GATLING in the item database applicable entries | Haru | 2 | -15/+15 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_RIFLE in the item database applicable entries | Haru | 2 | -30/+30 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_REVOLVER in the item database applicable entries | Haru | 2 | -36/+36 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_KATAR in the item database applicable entries | Haru | 2 | -93/+93 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_BOOK in the item database applicable entries | Haru | 2 | -78/+78 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_WHIP in the item database applicable entries | Haru | 2 | -80/+80 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_MUSICAL in the item database applicable entries | Haru | 2 | -70/+70 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_KNUCKLE in the item database applicable entries | Haru | 2 | -67/+67 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_BOW in the item database applicable entries | Haru | 2 | -123/+123 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_STAFF in the item database applicable entries | Haru | 2 | -147/+147 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_MACE in the item database applicable entries | Haru | 2 | -142/+142 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HAXE in the item database applicable entries | Haru | 2 | -98/+98 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HAXE in the item database applicable entries | Haru | 2 | -31/+31 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HSPEAR in the item database applicable entries | Haru | 2 | -88/+88 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HSPEAR in the item database applicable entries | Haru | 2 | -67/+67 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_2HSWORD in the item database applicable entries | Haru | 2 | -114/+114 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_1HSWORD in the item database applicable entries | Haru | 2 | -158/+158 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-17 | Replace W_DAGGER in the item database applicable entries | Haru | 2 | -237/+237 | |
Signed-off-by: Haru <haru@dotalux.com> |