Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-20 | Synchronized the AegisNames to the in-source ITEMID_ constants | Haru | 3 | -34/+34 | |
Some missing items were copied to the pre-renewal database. In general, when an item ID is hardcoded in source, it's preferable that the item exists in both databases. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | Fix various uninitialized objects in the test_libconfig suite | Haru | 1 | -0/+31 | |
The config_t objects need to be initialized through libconfig->init() before use (except when loaded through libconfig->load_file(), which initializes the object). Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | Extend the previous linker library order fix to other makefiles | Haru | 4 | -11/+11 | |
This also fixed a typo (misplaced parentheses around LIBCONFIG_OBJ) in the *_DEPENDS variable of makefiles Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | Fix a 'make test' failure caused by a wrong linker library order | Haru | 1 | -2/+2 | |
The library common.a depends on common_sql.a. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | HPM Hooks Update | Haru | 4 | -72/+72 | |
2016-11-19 | Add fixed-size versions of the _int64 libconfig getters/setters | Haru | 4 | -17/+91 | |
As we use int64 (instead of long long int) through the code, it's preferable if our libconfig interface does the same, avoiding us to create temporary interchange variables for that purpose. Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | Fix a compilation warning in test_spinlock | Haru | 1 | -5/+7 | |
2016-11-07 | Corrected an issue causing WZ_HEAVENDRIVE to be ineffective | Haru | 1 | -4/+4 | |
The issue was caused by an evident patch mishap in commit 5e04f472e1ef618d9201fd22e382dca829992b3b. The misplaced piece of code has now been moved to the most likely place it was supposed to be in. This commit also removes an extra 'break' introduced by accident in commit f4e8189545642ee0bf87f3da546bddc918682935 (which caused no harm). Related: http://herc.ws/board/topic/13672-heaven-driver/ Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-03 | Fix version for packet 0x08d6 ZC_CLEAR_DIALOG. | Andrei Karas | 2 | -2/+12 | |
2016-11-03 | Add packet 0x08d3 ZC_SE_CASHSHOP_UPDATE into packets.h | Andrei Karas | 1 | -0/+7 | |
2016-11-03 | Fix version for packet 0x08d2 ZC_FASTMOVE. | Andrei Karas | 2 | -3/+2 | |
2016-11-03 | Add packets 0x08d0 ZC_REQ_WEAR_EQUIP_ACK2, 0x08d1 ZC_REQ_TAKEOFF_EQUIP_ACK2 ↵ | Andrei Karas | 1 | -0/+2 | |
into packets.h | |||||
2016-11-03 | Fix version for packet 0x08cf ZC_SPIRITS_ATTRIBUTE. | Andrei Karas | 2 | -3/+9 | |
2016-11-03 | Add packet 0x09dc into packets.h | Andrei Karas | 1 | -0/+7 | |
2016-11-03 | Add packet 0x08cb ZC_PERSONAL_INFOMATION into packets.h | Andrei Karas | 1 | -0/+8 | |
2016-11-03 | Fix version for packet 0x08ca ZC_ACK_SCHEDULER_CASHITEM. | Andrei Karas | 2 | -1/+5 | |
2016-11-03 | Fix version for packet 0x08c9. | Andrei Karas | 1 | -1/+1 | |
2016-11-03 | Add packet 0x08c8 ZC_NOTIFY_ACT3 into packets.h | Andrei Karas | 1 | -0/+7 | |
2016-11-03 | Add packet 0x08c7 ZC_SKILL_ENTRY3 into packets.h | Andrei Karas | 1 | -0/+7 | |
2016-11-03 | Add packets 0x08c1, 0x08c2 into packets.h | Andrei Karas | 1 | -0/+2 | |
2016-11-03 | Fix version for packet 0x08c0 ZC_ACK_SE_CASH_ITEM_LIST2. | Andrei Karas | 2 | -2/+14 | |
2016-11-03 | Add packets 0x2f3-0x2f6 into packets.h | Andrei Karas | 1 | -0/+10 | |
2016-11-03 | Add packets 0x08b4, 0x08b5, 0x08b6 into packets.h | Andrei Karas | 1 | -0/+9 | |
2016-11-03 | Fix version for packet 0x08b3 ZC_SHOWSCRIPT | Andrei Karas | 2 | -0/+9 | |
2016-11-03 | Add packet 0x08b1 ZC_MCSTORE_NOTMOVEITEM_LIST int packets.h | Andrei Karas | 1 | -0/+7 | |
2016-11-03 | Fix version for packet 0x08e2 ZC_NAVIGATION_ACTIVE. | Andrei Karas | 2 | -3/+6 | |
2016-11-03 | Fix version for packet 0x097e ZC_UPDATE_RANKING_POINT. | Andrei Karas | 2 | -4/+7 | |
2016-11-03 | Add packet size 0x097d ZC_ACK_RANKING into packets.h | Andrei Karas | 2 | -2/+11 | |
2016-11-03 | Fix version for packet 0x0a28 ZC_ACK_OPENSTORE2 | Andrei Karas | 2 | -3/+10 | |
2016-11-03 | Add packets CZ_GANGSI_RANK and CZ_JOIN_BATTLE_FIELD with clif_dull function. | Andrei Karas | 1 | -51/+58 | |
2016-11-01 | Merge pull request #1498 from Lemongrass3110/cleanup/copyright2016 | Ibrahem Hossam | 107 | -107/+107 | |
Fixed copyright year for 2016 | |||||
2016-10-28 | Fixed copyright year for 2016 | Lemongrass3110 | 107 | -107/+107 | |
2016-10-28 | Fixed wrong nullpo check | Lemongrass3110 | 1 | -1/+1 | |
2016-10-23 | Removed the too small max key length limit on the npc_removed_list DBMap | Haru | 1 | -1/+1 | |
- Fixes #1483 Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-23 | Fixed some incorrect SCFLAG values introduced in ↵ | Haru | 1 | -6/+6 | |
b0006317e5cc4a48cd5b8a501b94813cd3b93670 - Their original value was `17` (0x11), which is equivalent to `SCFLAG_NOAVOID|SCFLAG_NOICON`, rather than `SCFLAG_ALL` (0x1f) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-22 | HPMHook Update | Dastgir Pojee | 2 | -8/+8 | |
2016-10-22 | Fix incorrect coding style used in char/char.c and map/skill.c | Dastgir Pojee | 2 | -6/+6 | |
2016-10-22 | Increases MAX_SKILL to occupy Summoner Skills | Dastgir Pojee | 1 | -1/+1 | |
2016-10-22 | Added max_summoner_parameter: | Dastgir Pojee | 3 | -0/+4 | |
Default max parameter for summoner is 120. | |||||
2016-10-22 | Minor Typo fixes, also added tsc declaration | Dastgir Pojee | 1 | -3/+4 | |
2016-10-22 | Implemented UNT_CATNIPPOWDER. | Dastgir Pojee | 2 | -0/+21 | |
Implemented SC_CATNIPPOWDER: Increases WAtk%, MAtk% and Reduces Movement Speed. Increases Natural Hp/Sp Recovery | |||||
2016-10-22 | Implemented SC_SHRIMP. | Dastgir Pojee | 1 | -0/+8 | |
Increases BaseAtk and MAtk by 10% | |||||
2016-10-22 | Summoner should be Small Size and Brute Race. | Dastgir Pojee | 1 | -2/+2 | |
2016-10-22 | Increases SkillID Range on skill_get_index. | Dastgir Pojee | 1 | -1/+1 | |
2016-10-22 | Implemented SC_BITESCAR: | Dastgir Pojee | 4 | -3/+26 | |
Cannot be reset by dispell. Cannot be healed by item/NPC once in BITESCAR. Heal Skill would end the BiteScar Effect. | |||||
2016-10-22 | Implemented SU_BUNCHOFSHRIMP Skill. | Dastgir Pojee | 2 | -0/+11 | |
Lasts for (30+30*SkillLv) Seconds. Consumes 1 Shrimp. Increases ATK and MATK by 10% for limited time. | |||||
2016-10-22 | Implemented SU_TUNAPARTY Skill. | Dastgir Pojee | 3 | -5/+24 | |
Protects the target for 30 seconds. Tuna's Defense Power: (10+(20*(SkillLv-1)))% of Caster's MaxHP | |||||
2016-10-22 | Implemented SU_TUNABELLY Skill. | Dastgir Pojee | 1 | -2/+8 | |
Restores 10% MaxHP. Additionally Restores 20*(SkillLv-1)% MaxHP | |||||
2016-10-22 | Implemented SU_POWEROFSEA. | Dastgir Pojee | 1 | -0/+5 | |
Increases Heal Effect by 10%. if >= 20 skill points are invested in seafood-based skills, Increases Heal Effect by 20%. |