Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-19 | Fix a compiler warning from libconfig on gcc-6 and -O3 | Haru | 2 | -0/+24 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-19 | Re-generate libconfig with Flex 2.6.2-1 (still using Bison 3.0.4) | Haru | 2 | -214/+171 | |
The version of flex used here includes a workaround for https://github.com/westes/flex/issues/113 (since it's otherwise not-compilable) | |||||
2016-11-19 | Re-generate libconfig with Bison 3.0.4 (still using Flex 2.6.0) | Haru | 3 | -606/+422 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-11-08 | ItemDB SQL Sync | Hercules.ws | 1 | -40/+40 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-11-08 | Merge pull request #1502 from Angelmelody/correct_weapon_item_type | Dastgir | 1 | -40/+40 | |
Fixed incorrect item type for weapons and armor | |||||
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 | Merge pull request #1504 from 4144/packets | Haru | 2 | -75/+210 | |
Add some new packets and fix packet versions | |||||
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-02 | fix incorrect item type | Angelmelody | 1 | -40/+40 | |
https://github.com/HerculesWS/Hercules/issues/1484 Signed-off-by: Angelmelody <cutepeipei@hotmail.com.tw> | |||||
2016-11-02 | ItemDB SQL Sync | Hercules.ws | 1 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-11-02 | Merge pull request #1487 from Asheraf/itemm | Dastgir | 1 | -19/+20 | |
Fix wrong skill name used to increase damage | |||||
2016-11-01 | Merge pull request #1498 from Lemongrass3110/cleanup/copyright2016 | Ibrahem Hossam | 107 | -107/+107 | |
Fixed copyright year for 2016 | |||||
2016-10-30 | Re-added the taekwon jobchange quest to the pre-renewal scripts ↵ | Haru | 2 | -2/+4 | |
configuration, fixed a typo in the script - Caused by 0a097048 - Related: da4f4033 (resolved the same issue for renewal) Signed-off-by: Haru <haru@dotalux.com> | |||||
2016-10-28 | Merge pull request #1497 from Lemongrass3110/cleanup/hplugins_get_battle_conf | Andrei Karas | 1 | -1/+1 | |
Fixed wrong nullpo check | |||||
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 | Fix wrong skill name used to increase damage | Asheraf | 1 | -19/+20 | |
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 | Constants Documentation Sync | Hercules.ws | 1 | -4/+84 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-22 | ItemDB SQL Sync | Hercules.ws | 2 | -0/+47 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2016-10-22 | Merge pull request #1458 from dastgir/2016-1_summoner | hemagx | 45 | -137/+3662 | |
Introduces Summoner Class | |||||
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 | Added Summoner Items | Dastgir Pojee | 2 | -0/+1009 | |
2016-10-22 | Increases MAX_SKILL to occupy Summoner Skills | Dastgir Pojee | 1 | -1/+1 | |
2016-10-22 | Added max_summoner_parameter: | Dastgir Pojee | 4 | -1/+8 | |
Default max parameter for summoner is 120. | |||||
2016-10-22 | Minor Typo fixes, also added tsc declaration | Dastgir Pojee | 1 | -3/+4 | |