Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-11-14 | Clarify the code around the def/flee reduction for multiple attackers | Haru | 1 | -31/+35 |
2018-11-14 | Merge pull request #1215 from HerculesWS/HP_Display | Haru | 13 | -159/+301 |
2018-11-14 | Merge pull request #2255 from Emistry/doc_mob_mode | Haru | 1 | -1/+1 |
2018-11-14 | Extend status->heal() with a flag to allow reviving a dead character | Haru | 3 | -3/+5 |
2018-11-14 | HPM Hooks Update | Haru | 4 | -15/+83 |
2018-11-14 | Use an enum as flag for status->heal() and related functions | Haru | 7 | -127/+154 |
2018-11-14 | Fixes #889 & #840 | Jedzkie | 5 | -15/+60 |
2018-11-14 | Merge pull request #2320 from MishimaHaruna/improve-charlog | Haru | 1 | -5/+27 |
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 |
2018-11-14 | Add packet len table headers. | Andrei Karas | 48 | -3/+269972 |
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 |
2018-11-13 | Remove a duplicate output line from the help message for the channel atcommand | Haru | 1 | -3/+1 |
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 ally... | Haru | 2 | -8/+7 |
2018-11-13 | Replace sd->channels with a VECTOR | Haru | 6 | -65/+36 |
2018-11-13 | Merge pull request #2289 from EyesOfAHawk/buildin_getnpcid | Haru | 1 | -21/+12 |
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 |
2018-11-13 | Merge pull request #2286 from EyesOfAHawk/channel_delay_msg | Haru | 1 | -1/+3 |
2018-11-13 | Add the available information to the charlog when selecting a character | Haru | 1 | -2/+13 |
2018-11-13 | Add the available information to the charlog when renaming a character | Haru | 1 | -3/+14 |
2018-11-13 | Merge pull request #2319 from MishimaHaruna/remove-minicore | Haru | 7 | -182/+22 |
2018-11-13 | HPM Hooks Update | Hercules.ws | 1 | -0/+2 |
2018-11-13 | Merge pull request #2265 from dastgirp/coverity/fix1 | Haru | 1 | -23/+0 |
2018-11-13 | Merge pull request #2310 from 4144/updatepackets | Haru | 12 | -471/+799 |
2018-11-13 | Merge pull request #2304 from Helianthella/data-to-string | Haru | 1 | -0/+59 |
2018-11-13 | Merge pull request #1866 from Helianthella/rename2 | Haru | 1 | -0/+10 |
2018-11-13 | Merge pull request #2105 from Helianthella/getunits3 | Haru | 3 | -11/+17 |
2018-11-13 | Remove the unused minicore libraries and ifdefs | Haru | 6 | -94/+22 |
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 |
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 |