Age | Commit message (Expand) | Author | Files | Lines |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+36 |
2018-01-14 | Update party member and party info packets. | Andrei Karas | 1 | -0/+55 |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -1/+7 |
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+7 |
2017-12-11 | Add support for packet ZC_PROGRESS_ACTOR | Asheraf | 1 | -0/+10 |
2017-11-16 | Implement skill scale packet for client versions >= 20151223. | Asheraf | 1 | -0/+13 |
2017-10-21 | Add rodex 2017 packets. | Andrei Karas | 1 | -2/+21 |
2017-09-19 | Fix compile errors with some specific PACKETVER values | Haru | 1 | -1/+1 |
2017-07-30 | Implementation of RoDEX | KirieZ | 1 | -0/+212 |
2017-06-25 | Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 based on rathena commit: | Andrei Karas | 1 | -1/+7 |
2017-04-09 | Merge pull request #1598 from Smokexyz/IRO | Haru | 1 | -3/+3 |
2017-04-04 | Implementation of Item Options System. | Smokexyz | 1 | -3/+3 |
2017-04-04 | Add missing non shuffle packets for 2014 - 2015 years. | Andrei Karas | 1 | -1/+1 |
2017-03-21 | Fix map server auth packet for clients >= 20160330. | Andrei Karas | 1 | -2/+6 |
2017-02-06 | Fixes named items having their names changed when near other players/name's o... | KirieZ | 1 | -0/+9 |
2016-05-14 | Replaced 'int' with 'int32' (guaranteed size) in all packed structs | Haru | 1 | -45/+45 |
2016-05-14 | Replaced 'char' (except 'char[]') with 'int8' (guaranteed size) in all packed... | Haru | 1 | -11/+11 |
2016-05-14 | Replaced 'short' with 'int16' (guaranteed size) in all packed structs | Haru | 1 | -202/+202 |
2016-05-14 | Replaced 'unsigned int' with 'uint32' (guaranteed size) in all packed structs | Haru | 1 | -62/+62 |
2016-05-14 | Replaced 'unsigned short' with 'uint16' (guaranteed size) in all packed structs | Haru | 1 | -39/+39 |
2016-05-14 | Replaced 'unsigned char' with 'uint8' (guaranteed size) in all packed structs | Haru | 1 | -77/+77 |
2016-04-23 | Refactored the chat message packet processing functions | Haru | 1 | -0/+13 |
2016-04-16 | Rewrite client interface for login server (part 1) | hemagx | 1 | -1/+6 |
2016-03-19 | Updated Entity Packets | Dastgir | 1 | -0/+3 |
2016-02-24 | Edited npc->market_buylist() to use the new struct itemlist | Haru | 1 | -2/+1 |
2016-02-24 | Added const qualifier to various variable/argument pointers | Haru | 1 | -0/+1 |
2016-01-12 | Whitespace cleanup (removed alignment tabs or trailing whitespace at line end) | Haru | 1 | -3/+3 |
2015-12-25 | Implemented NoViewID | Dastgir | 1 | -1/+1 |
2015-12-25 | Added New ViewEquip packet | Dastgir | 1 | -1/+3 |
2015-12-25 | New Entity Packets Implemented (Thanks to Rytech) | Dastgir | 1 | -10/+45 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 1 | -2/+19 |
2015-12-02 | Fixed compile errors on very old PACKETVERs | Haru | 1 | -2/+6 |
2015-10-21 | Fixed Typos (+1 squashed commits) | ossi0110 | 1 | -0/+48 |
2015-08-27 | Hotkey Rotate Packet Implemented | Dastgir | 1 | -0/+19 |
2015-08-27 | Fixes Unidentified items bug in client >= 20150226 | Dastgir | 1 | -4/+4 |
2015-08-16 | New EquipPackets Support | Dastgir | 1 | -8/+55 |
2015-06-19 | Fixed some conditionally-declared packet structures causing plugin build fail... | Haru | 1 | -2/+10 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -2/+2 |
2015-06-02 | Follow up to 712812b | Mysteries | 1 | -1/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -3/+3 |
2014-11-03 | Introducing 2014-10-22, Roulette and Per-Char Gender! | shennetsind | 1 | -1/+61 |
2014-09-21 | Fixed Bug 8293 | shennetsind | 1 | -0/+8 |
2014-08-07 | Fixed some MSVC incompatibilities | Haru | 1 | -0/+1 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -3/+3 |
2014-07-09 | Fixed status_calc_regen crash issue:http://hercules.ws/board/tracker/issue-12... | panikon | 1 | -0/+3 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -1/+1 |
2014-03-29 | Fixed skill (visual) effects issue with packetver lower than 20110718 | shennetsind | 1 | -1/+1 |
2014-02-26 | Whisper fix, and support for 2013-12-18 Ragexe and 2013-12-30 Ragexe | shennetsind | 1 | -0/+14 |
2014-02-10 | Fixed Bug 8017 | shennetsind | 1 | -6/+6 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -3/+3 |