Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-04 | Add support for packet ZC_MSG_COLOR | Asheraf | 1 | -0/+21 | |
2018-04-04 | Add support for packet ZC_FORMATSTRING_MSG | Asheraf | 1 | -0/+31 | |
2018-04-03 | Merge pull request #1986 from Megasantos/login_date_guild | Haru | 1 | -1/+1 | |
Implemented login date for guild members. | |||||
2018-04-03 | Merge pull request #1111 from dastgir/24-2015Quests | Haru | 1 | -30/+110 | |
changed quest packets to structure form + some update | |||||
2018-04-03 | Merge pull request #1965 from dastgir/2018/3-hateffect | Haru | 1 | -0/+59 | |
Implemented HatEffect | |||||
2018-03-29 | Simplify version checks with new packet version defines. | Andrei Karas | 1 | -6/+4 | |
2018-03-14 | - Implemented login date for guild members. | Jônatas Andreta | 1 | -1/+1 | |
Signed-off-by: Megasantos <jonataandretta@hotmail.com> | |||||
2018-03-13 | Added quest_notify_objective and its packet | Dastgir | 1 | -0/+38 | |
2018-03-13 | Extended UPDATE_MISSION_HUNT to support new packet | Dastgir | 1 | -0/+5 | |
2018-03-12 | Changed UPDATE_MISSION_HUNT packet to structure form | Dastgir | 1 | -15/+23 | |
2018-03-12 | Extended ADD_QUEST to support new packet | Dastgir | 1 | -0/+11 | |
2018-03-12 | Changed ADD_QUEST packet to structure form | Dastgir | 1 | -15/+24 | |
2018-03-12 | Implemented ZC_ALL_QUEST_LIST3 Packet. | Dastgir | 1 | -1/+10 | |
2018-03-11 | Merge pull request #1541 from Normynator/master | Haru | 1 | -9/+15 | |
Changed Kafrapoints calculation. | |||||
2018-03-11 | Merge pull request #1936 from dastgir/2017-3_rodex | Haru | 1 | -1/+1 | |
RoDEX Update | |||||
2018-03-11 | Merge pull request #1987 from guilherme-gm/rodexfixes | Haru | 1 | -7/+13 | |
Some rodex fixes | |||||
2018-03-11 | Fix packet character name request reply for 20180221 clients. | Andrei Karas | 1 | -5/+20 | |
2018-03-11 | Fix friend list packet for clients 20180221 and newer. | Andrei Karas | 1 | -5/+13 | |
2018-03-11 | Fix friend status update packet for clients 20180221 and newer. | Andrei Karas | 1 | -1/+8 | |
2018-03-08 | Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵ | Guilherme G. Menaldo | 1 | -4/+10 | |
rodex | |||||
2018-03-08 | Fixed RoDEX mail return not working correctly | Guilherme G. Menaldo | 1 | -3/+3 | |
2018-02-27 | Add missing checks info clif_parse_* functions. | Andrei Karas | 1 | -58/+139 | |
2018-02-19 | Changed Kafrapoints calculation. | Normynator | 1 | -9/+15 | |
Kafrapoints should now be used correctly. Issue #1540 Changed opening braces according to coding styl. Changed some lines according to coding styl. new-line-before-return ? more styling code changes changes in coding style coding style changes Fixed message output on acted cash. Removed unsupported and not needed var ret. Update pc.c Update atcommand.c Coding style added function description added return validation used wrong method in validation Fixed typo in clif.c Moved temp var to block start | |||||
2018-02-13 | Fix unterminated strings in ZC_BATTLEFIELD_CHAT | Haru | 1 | -12/+9 | |
Follow-up to #1890 (targeting the clients that were excluded) The unterminated string could cause client crashes or trailing garbage to be displayed when receiving a battlegrounds chat message, on various client versions. Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-10 | Merge pull request #1890 from lucaslsb/stable | Haru | 1 | -0/+3 | |
Overflow correction in visual function bg_message | |||||
2018-02-10 | Clean up trailing whitespace and non-indent tabs | Haru | 1 | -6/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2018-02-09 | Implemented hatEffect. | Dastgir | 1 | -0/+59 | |
Allows the player to have hatEffect specialeffects. Base taken from rAthena | |||||
2018-02-08 | Fix different clan issues. | Andrei Karas | 1 | -1/+1 | |
Add missing online check for clan members. Clean sd pointer after clan member went offline. | |||||
2018-02-06 | Merge pull request #1718 from Murilo-BiO/clan_system | Haru | 1 | -0/+183 | |
Implementation of Official Clan System | |||||
2018-02-04 | Hide area packets from hidden players/gms. | Andrei Karas | 1 | -1/+7 | |
2018-01-30 | Overflow correction in visual function bg_message | Lucas Brito | 1 | -0/+3 | |
2018-01-25 | Implementation of Official Clan System | Murilo Pereti Tavares | 1 | -0/+183 | |
All official features work including the autokick for inactive members And the system is completely customizable. | |||||
2018-01-14 | Update party member and party info packets. | Andrei Karas | 1 | -59/+39 | |
Also remove extra parts of party info packet. | |||||
2018-01-14 | Send wrong bank status by bank check packet status in clif_parse_BankCheck. | Andrei Karas | 1 | -8/+8 | |
2018-01-14 | Add new map server change packet 0x0ac7. | Andrei Karas | 1 | -8/+14 | |
2018-01-14 | Split packets_shuffle.h into main and zero shuffle packets. | Andrei Karas | 1 | -1/+5 | |
Also add shuffle packets for all clients from where shuffle packets can be extracted. | |||||
2018-01-14 | Split packet_keys.h to main client keys and zero client keys. | Andrei Karas | 1 | -3/+7 | |
2018-01-14 | Move custom keys definition from packets_keys.h into clif.c | Andrei Karas | 1 | -0/+4 | |
2018-01-14 | Merge pull request #1939 from Asheraf/zero_drop_packet | Haru | 1 | -1/+9 | |
Add support for new drop packet 0xadd for zero clients | |||||
2018-01-14 | Merge pull request #1929 from Asheraf/progressbar | Haru | 1 | -1/+25 | |
Add support for packet ZC_PROGRESS_ACTOR | |||||
2017-12-23 | Add support for new drop packet 0xadd for zero clients | Asheraf | 1 | -1/+9 | |
2017-12-18 | RoDEX Update: | Dastgir | 1 | -1/+1 | |
* Will not open if NPC is attached. * Will not send mail if NPC is attached. Fixes #1934 | |||||
2017-12-17 | Merge pull request #1923 from 4144/fixpackets | Haru | 1 | -4/+6 | |
Add support for Ragnarok zero clients, split packets.h again | |||||
2017-12-11 | Add support for packet ZC_PROGRESS_ACTOR | Asheraf | 1 | -1/+25 | |
2017-12-08 | Merge pull request #1898 from Asheraf/homunaf | Haru | 1 | -12/+26 | |
implement homunculus autofeeding for 2017 clients | |||||
2017-12-02 | Split normal packets and shuffle packets into separate files. | Andrei Karas | 1 | -0/+1 | |
Normal packets in packets.h Shuffle packets in map/packets_shuffle.h Info: shuffle packets for 2013 clients and older still in packets.h because most of it mixed between shuffle and non shuffle packets. | |||||
2017-12-02 | Add missing cutin packet value comment. | Andrei Karas | 1 | -0/+1 | |
2017-12-02 | Add missing kick reasons into clif_authfail_fd. | Andrei Karas | 1 | -0/+2 | |
2017-12-02 | Use skill inf value as int32 in all packets. | Andrei Karas | 1 | -4/+2 | |
Before some packets had skill inf as int16 + unknown int16 field. | |||||
2017-11-18 | Implement Homunculus autofeeding | Asheraf | 1 | -12/+26 | |