summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-09-17Item DB SQL UpdateHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Fix an error in an AegisNameHaru1-1/+1
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> ViewSprite)Haru3-3289/+3289
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Update item DB (View -> Subtype)Haru2-1954/+1954
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Item DB SQL UpdateHaru3-16224/+16227
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Split 'View' in two different fields in the item databaseHaru15-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-17Reimplement getiteminfo/setiteminfo in a safer and more maintainable wayHaru2-61/+113
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_THROWWEAPON in the item database applicable entriesHaru2-62/+62
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_CANNONBALL in the item database applicable entriesHaru2-10/+10
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_KUNAI in the item database applicable entriesHaru2-14/+14
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_SHURIKEN in the item database applicable entriesHaru2-11/+11
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_GRENADE in the item database applicable entriesHaru2-12/+12
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_BULLET in the item database applicable entriesHaru2-26/+26
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_DAGGER in the item database applicable entriesHaru2-2/+2
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace A_ARROW in the item database applicable entriesHaru2-48/+48
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSTAFF in the item database applicable entriesHaru2-27/+27
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_HUUMA in the item database applicable entriesHaru2-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GRENADE in the item database applicable entriesHaru2-15/+15
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_SHOTGUN in the item database applicable entriesHaru2-23/+23
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_GATLING in the item database applicable entriesHaru2-15/+15
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_RIFLE in the item database applicable entriesHaru2-30/+30
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_REVOLVER in the item database applicable entriesHaru2-36/+36
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KATAR in the item database applicable entriesHaru2-93/+93
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOOK in the item database applicable entriesHaru2-78/+78
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_WHIP in the item database applicable entriesHaru2-80/+80
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MUSICAL in the item database applicable entriesHaru2-70/+70
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_KNUCKLE in the item database applicable entriesHaru2-67/+67
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_BOW in the item database applicable entriesHaru2-123/+123
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_STAFF in the item database applicable entriesHaru2-147/+147
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_MACE in the item database applicable entriesHaru2-142/+142
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HAXE in the item database applicable entriesHaru2-98/+98
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HAXE in the item database applicable entriesHaru2-31/+31
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSPEAR in the item database applicable entriesHaru2-88/+88
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSPEAR in the item database applicable entriesHaru2-67/+67
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_2HSWORD in the item database applicable entriesHaru2-114/+114
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_1HSWORD in the item database applicable entriesHaru2-158/+158
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Replace W_DAGGER in the item database applicable entriesHaru2-237/+237
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Add item subtype (weapon/ammunition type) constantsHaru2-32/+70
Signed-off-by: Haru <haru@dotalux.com>
2017-09-17Merge pull request #1838 from MishimaHaruna/typofixesHaru34-266/+256
Fix several typos and grammar mistakes
2017-09-12Fix several typos and grammar mistakesHaru34-266/+256
Signed-off-by: Haru <haru@dotalux.com>
2017-09-06Constants Documentation SyncHercules.ws1-0/+1
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2017-09-06Merge pull request #1822 from 4144/rodexfixHaru4-6/+31
fix crash, exploits and adjust rodex packet versions based on tests.
2017-09-05Add missing checks in attaching item to rodex mail.Andrei Karas1-5/+26
Also fix buffer overflow in requesting items from rodex mail.
2017-09-05Add SC_DAILYSENDMAILCNT into constants.conf and sc_config.txtAndrei Karas2-0/+4
Without this check player may ignore mail send limit.
2017-09-05Adjust rodex packet versions based on tests.Andrei Karas1-1/+1
2017-09-05Allow failures on the clang-4.0 clang-5.0 builds in TravisHaru1-5/+12
Temporary measure until the package is made available again Signed-off-by: Haru <haru@dotalux.com>
2017-09-03Merge pull request #1835 from MathyM/diamond-seller-weight-fixHaru1-6/+5
Fix Diamond Seller weight check
2017-09-03Fix errors in the Diamond seller script that were making the NPC check for ↵Mathy1-6/+5
weight incorrectly.
2017-08-25Merge pull request #1830 from mekolat/clang5Haru1-0/+36
Add clang 4.0 and 5.0 builds to Travis
2017-08-24add clang-4.0 re and pre-re builds to travisgumi1-0/+18