Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-29 | Add autogenerated messages list headers with original strings and translation. | Andrei Karas | 1 | -8/+16 | |
Also add packet version checks for used messages. | |||||
2018-05-29 | Fix wrong values in clif_messages enum. | Andrei Karas | 1 | -8/+8 | |
Also use official constant names with custom prefix in clif_messages enum. | |||||
2018-05-29 | Use enum clif_messages in functions clif_msgtable*. | Andrei Karas | 1 | -5/+5 | |
2018-05-07 | Merge pull request #1998 from Asheraf/private_airship | Haru | 1 | -0/+45 | |
Implementation of Private AirShip | |||||
2018-05-06 | Merge pull request #2030 from 4144/updatepackets | Haru | 1 | -0/+6 | |
Update packets. | |||||
2018-05-04 | Implementation of Private AirShip | Asheraf | 1 | -0/+45 | |
2018-05-04 | Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL. | Andrei Karas | 1 | -0/+6 | |
2018-05-02 | Fix possible wrong buffer size usage in clif.c. | Andrei Karas | 1 | -6/+6 | |
2018-04-18 | Enable attendance system for PACKETVER_ZERO_NUM >= 20180411 | Asheraf | 1 | -4/+4 | |
2018-04-18 | Enable new drop packet for PACKETVER >= 20180418 | Asheraf | 1 | -1/+1 | |
2018-04-08 | Merge pull request #2002 from Asheraf/homunaffix | Haru | 1 | -0/+7 | |
add missing homunculus autofeed update on change map | |||||
2018-04-08 | Merge pull request #2006 from Jedzkie/MessageFixes | Haru | 1 | -0/+2 | |
Message Fixes | |||||
2018-04-07 | Implementation of Attendance system | Asheraf | 1 | -0/+197 | |
2018-04-08 | Update Skill/Item messages | Jedzkie | 1 | -0/+2 | |
2018-04-07 | Add missing #if into clif_quest_notify_objective. | Andrei Karas | 1 | -0/+2 | |
2018-04-06 | Add support for packet 0xaf7 in zero clients. | Andrei Karas | 1 | -1/+1 | |
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 | add missing homunculus autofeed update on change map | Asheraf | 1 | -0/+7 | |
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. |