Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-14 | Merge pull request #1233 from dastgirp/r5-defense | Haru | 2 | -31/+36 | |
Fixed defense overflow exploit | |||||
2018-11-14 | Clarify the code around the def/flee reduction for multiple attackers | Haru | 1 | -31/+35 | |
This is just a clarification/sanitization, no functional changes intended. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | Merge pull request #1215 from HerculesWS/HP_Display | Haru | 13 | -159/+301 | |
Fixes #889 & #840 | |||||
2018-11-14 | Merge pull request #2255 from Emistry/doc_mob_mode | Haru | 1 | -1/+1 | |
Update Monster Modes Documentation | |||||
2018-11-14 | Extend status->heal() with a flag to allow reviving a dead character | Haru | 3 | -3/+5 | |
This adds `STATUS_HEAL_ALLOWREVIVE` to `enum status_heal_flag`. Fixes an issue caused by a hack in the resurrection code, that would make characters respawn with 2 HP instead of 1. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | HPM Hooks Update | Haru | 4 | -15/+83 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | Use an enum as flag for status->heal() and related functions | Haru | 7 | -127/+154 | |
This introduces the `enum status_heal_flag`. No functional changes are made. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | Fixes #889 & #840 | Jedzkie | 5 | -15/+60 | |
- Novice classes will never go below 50% hp when died. - Other classes will show 1 HP rather than 0 when died. - Added battle configuration. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-14 | Merge pull request #2320 from MishimaHaruna/improve-charlog | Haru | 1 | -5/+27 | |
Add relevant data to the charlog | |||||
2018-11-13 | update HPM hooks, for map_zone_remove_all | gumi | 4 | -0/+33 | |
2018-11-13 | use a dedicated zone remove function when reloading zones | gumi | 3 | -2/+25 | |
2018-11-13 | Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid | Haru | 1 | -21/+12 | |
Remove type argument from buildin_getnpcid. | |||||
2018-11-13 | Remove type argument from buildin_getnpcid. | EyesOfAHawk | 1 | -21/+12 | |
2018-11-13 | Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delay | Haru | 3 | -3/+15 | |
Add config for '@channel setopt MessageDelay <delay>' | |||||
2018-11-13 | Merge pull request #2286 from EyesOfAHawk/channel_delay_msg | Haru | 1 | -1/+3 | |
Change channel delay message to time left instead of generic message. | |||||
2018-11-13 | Add the available information to the charlog when selecting a character | Haru | 1 | -2/+13 | |
All the necessary information was already available (the full character data is loaded by `char_parse_char_select()`), but it wasn't used by the charlog insert query. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Add the available information to the charlog when renaming a character | Haru | 1 | -3/+14 | |
All the necessary information was already available (charlog fields are part of the shortdata, which is already loaded by `char_rename_char_sql()`), but it wasn't used by the charlog insert query. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Merge pull request #2319 from MishimaHaruna/remove-minicore | Haru | 7 | -182/+22 | |
Remove minicore | |||||
2018-11-13 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-11-13 | Merge pull request #2265 from dastgirp/coverity/fix1 | Haru | 1 | -23/+0 | |
Fixed Logically Dead Code in status.c | |||||
2018-11-13 | Merge pull request #2310 from 4144/updatepackets | Haru | 12 | -471/+799 | |
Update packets and messages up to 2018-11-07 | |||||
2018-11-13 | Merge pull request #2304 from Helianthella/data-to-string | Haru | 1 | -0/+59 | |
add data_to_string() | |||||
2018-11-13 | Merge pull request #1866 from Helianthella/rename2 | Haru | 1 | -0/+10 | |
patch for #1805 (char rename) | |||||
2018-11-13 | Merge pull request #2105 from Helianthella/getunits3 | Haru | 3 | -11/+17 | |
break the loop in buildin_getunits when the max is reached | |||||
2018-11-13 | Remove the unused minicore libraries and ifdefs | Haru | 6 | -94/+22 | |
Minicore was previously used by the tools in the src/tool directory, and is currently unused. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Fix report about unhandled packets. | Andrei Karas | 1 | -2/+2 | |
2018-11-11 | Remove the unused src/tool directory | Haru | 1 | -88/+0 | |
The directory has been unused since the mapcache generator was converted to a plugin. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-07 | break the loop in buildin_getunits when the max is reached | gumi | 3 | -11/+17 | |
2018-11-07 | Improve packet version check for packet 0x82d. | Andrei Karas | 1 | -14/+13 | |
2018-11-07 | Update packet ZC_AUTOSPELLLIST. | Andrei Karas | 2 | -34/+54 | |
2018-11-07 | Fix packet ZC_FORMATSTRING_MSG_COLOR for old clients. | Andrei Karas | 2 | -0/+4 | |
2018-11-07 | Update packet ZC_ITEM_PREVIEW for zero 2018-10-24 | Andrei Karas | 2 | -3/+3 | |
2018-11-07 | Update non shuffle packets list up to 2018-10-31 | Andrei Karas | 1 | -2/+24 | |
2018-11-07 | Update messages up to 2018-11-07 | Andrei Karas | 3 | -3/+219 | |
2018-11-07 | Update shuffle packets up to 2018-11-07 | Andrei Karas | 3 | -6/+14 | |
2018-11-07 | Update keys up to 2018-11-07 | Andrei Karas | 2 | -407/+466 | |
2018-10-22 | add buildin_data_to_string and buildin_string_to_data | gumi | 1 | -0/+59 | |
2018-10-22 | add an option to prevent from renaming a character if they are in a guild or ↵ | gumi | 1 | -0/+10 | |
party closes #1805 | |||||
2018-10-22 | Merge pull request #2279 from Helianthella/prompt | Haru | 3 | -99/+30 | |
deprecate buildin_prompt, bake it into buildin_select | |||||
2018-10-22 | HPM Hooks Update | Hercules.ws | 5 | -0/+68 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-10-22 | Merge pull request #2264 from Asheraf/pr5 | Haru | 1 | -12/+1 | |
update at_bodystyle allowed jobs check | |||||
2018-10-22 | Add script command itempreview for update preview window with given item. | Andrei Karas | 1 | -0/+12 | |
2018-10-22 | Add packet ZC_ITEM_PREVIEW. | Andrei Karas | 3 | -0/+38 | |
It allow show item preview in already opened preview window. | |||||
2018-10-22 | Add missing checks into camera packets. | Andrei Karas | 1 | -0/+2 | |
2018-10-22 | Update packet ZC_REMOVE_EFFECT for zero clients. | Andrei Karas | 1 | -2/+2 | |
2018-10-22 | Update packet ZC_ADD_QUEST_EX. | Andrei Karas | 2 | -3/+13 | |
2018-10-22 | Update packet ZC_ALL_QUEST_LIST. | Andrei Karas | 2 | -3/+13 | |
2018-10-22 | Update packet ZC_UPDATE_MISSION_HUNT_EX | Andrei Karas | 2 | -3/+11 | |
2018-10-22 | Update non shuffle packets list up to 2018-10-17 | Andrei Karas | 1 | -0/+24 | |
2018-10-22 | Update shuffle packets up to 2018-10-17 | Andrei Karas | 3 | -6/+9 | |