Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-27 | Add incomplete packet CA_OTP_CODE. | Andrei Karas | 2 | -1/+25 | |
2018-11-27 | Add support for int32 item id fields in zero client 20181114. | Andrei Karas | 4 | -71/+86 | |
2018-11-27 | Add packet AC_REQ_MOBILE_OTP | Andrei Karas | 3 | -2/+24 | |
2018-11-27 | Add incomplete packet CA_ACK_MOBILE_OTP. | Andrei Karas | 4 | -4/+39 | |
2018-11-26 | fix map_forcountinmap using block size rather than cell size | gumi | 1 | -1/+1 | |
closes #2330 | |||||
2018-11-21 | Release v2018.11.18+1v2018.11.18+1 | Haru | 1 | -0/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-21 | Fix a regression that prevented characters from being resurrected | Haru | 1 | -1/+1 | |
Caused by a wrong check in 8269fdcd5d036ddc3c24bc0ebb4ad958b5c19a3a Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-19 | Release v2018.11.18v2018.11.18 | Haru | 1 | -0/+48 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-16 | Merge pull request #2322 from MishimaHaruna/fix-allychat-leaveguild | Haru | 7 | -73/+49 | |
Fix allychat leaveguild | |||||
2018-11-15 | Merge pull request #2323 from MishimaHaruna/gitlab-ci-fix | Haru | 1 | -6/+6 | |
Fix clang-4.0 builds in gitlab-ci | |||||
2018-11-15 | HPM Hooks Update | Hercules.ws | 10 | -0/+95 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2018-11-15 | Merge pull request #2321 from 4144/packetlen | Haru | 111 | -21343/+289790 | |
Add complete packet len table | |||||
2018-11-15 | Update Xcode project with the new common/packets files | Haru | 1 | -19/+129 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-15 | Update keys up to 2018-11-14. | Andrei Karas | 2 | -23/+26 | |
2018-11-15 | Update messages to 2018-11-14. | Andrei Karas | 1 | -1/+46 | |
2018-11-15 | Update visual studio project files. | Andrei Karas | 21 | -5/+41 | |
2018-11-15 | Add packet validation for RFIFOSKIP. | Andrei Karas | 1 | -0/+29 | |
2018-11-15 | Add validation for WFIFOHEAD buffer allocations. | Andrei Karas | 2 | -8/+23 | |
2018-11-15 | Add packet versions for all server types into socket_datasync. | Andrei Karas | 1 | -0/+5 | |
2018-11-15 | Add packets from plugins into packets len table. | Andrei Karas | 1 | -0/+5 | |
2018-11-15 | Remove packet len field from packet macro and packet functions. | Andrei Karas | 1 | -8/+6 | |
2018-11-15 | Remove packet len fields from packets.h | Andrei Karas | 4 | -18680/+18715 | |
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 | 14 | -159/+313 | |
Fixes #889 & #840 | |||||
2018-11-14 | Merge pull request #2255 from Emistry/doc_mob_mode | Haru | 3 | -114/+73 | |
Update Monster Modes Documentation | |||||
2018-11-14 | Merge pull request #2256 from Emistry/doc_quest_variable | Haru | 2 | -108/+262 | |
Update Quest Variables 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 | 6 | -15/+72 | |
- 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 | 2 | -6/+28 | |
Add relevant data to the charlog | |||||
2018-11-14 | Merge pull request #2247 from Helianthella/pkreload | Haru | 7 | -2/+58 | |
fix map_zone_remove not actually removing flags | |||||
2018-11-14 | Remove len field from shuffle packets. | Andrei Karas | 3 | -17526/+17527 | |
2018-11-14 | Remove empty #if blocks from packets.h | Andrei Karas | 1 | -1138/+2 | |
2018-11-14 | Remove useless packets lines from packets.h | Andrei Karas | 1 | -1393/+3 | |
2018-11-14 | Update HPM hooks. | Andrei Karas | 11 | -21/+115 | |
2018-11-14 | Add send packet validation for connections between server and clients. | Andrei Karas | 7 | -16/+71 | |
2018-11-14 | Add compile time validation for packet ZC_ITEM_PREVIEW. | Andrei Karas | 4 | -18/+63 | |
2018-11-14 | Use new packet tables for packets len. | Andrei Karas | 3 | -12/+14 | |
2018-11-14 | Update HPM hooks. | Andrei Karas | 15 | -0/+406 | |
2018-11-14 | Add interface for packets in common. | Andrei Karas | 14 | -22/+142 | |
For now supported only packet length fields. | |||||
2018-11-14 | Add packet len table headers. | Andrei Karas | 48 | -3/+269972 | |
2018-11-13 | Fix gitlab-ci builds with clang-4.0 | Haru | 1 | -6/+6 | |
The clang-4.0 package is no longer available in debian unstable, but only in jessie and stretch Signed-off-by: Haru <haru@dotalux.com> | |||||
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 | Fixed code that assumed the character to be already on a map, on login | Haru | 1 | -2/+5 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Remove a duplicate output line from the help message for the channel atcommand | Haru | 1 | -3/+1 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-11-13 | Fixed character not joining its guild chat when joining a new guild. | Mathy | 1 | -0/+5 | |
2018-11-13 | Fix an issue that caused some guild channels not to be left when leaving ↵ | Haru | 2 | -8/+7 | |
allychat - The issue was caused by an array compaction while iterating through the array members. - A visible effect was that under certain conditions (depending on the alliance size), a character that left a guild could still see allychat messages from some of the allied guilds. Signed-off-by: Haru <haru@dotalux.com> |