summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-02Merge pull request #2038 from 4144/msiHaru1-21/+29
Improve msgstring table usage
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-8/+16
Also add packet version checks for used messages.
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-8/+8
Also use official constant names with custom prefix in clif_messages enum.
2018-05-29Use enum clif_messages in functions clif_msgtable*.Andrei Karas1-5/+5
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru1-0/+45
Implementation of Private AirShip
2018-05-06Merge pull request #2030 from 4144/updatepacketsHaru1-0/+6
Update packets.
2018-05-04Implementation of Private AirShipAsheraf1-0/+45
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas1-0/+6
2018-05-02Fix possible wrong buffer size usage in clif.c.Andrei Karas1-6/+6
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf1-4/+4
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf1-1/+1
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
add missing homunculus autofeed update on change map
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru1-0/+2
Message Fixes
2018-04-07Implementation of Attendance systemAsheraf1-0/+197
2018-04-08Update Skill/Item messagesJedzkie1-0/+2
2018-04-07Add missing #if into clif_quest_notify_objective.Andrei Karas1-0/+2
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas1-1/+1
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+21
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+31
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru1-1/+1
Implemented login date for guild members.
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru1-30/+110
changed quest packets to structure form + some update
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+59
Implemented HatEffect
2018-03-29add missing homunculus autofeed update on change mapAsheraf1-0/+7
2018-03-29Simplify version checks with new packet version defines.Andrei Karas1-6/+4
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-1/+1
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
2018-03-13Added quest_notify_objective and its packetDastgir1-0/+38
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir1-0/+5
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir1-15/+23
2018-03-12Extended ADD_QUEST to support new packetDastgir1-0/+11
2018-03-12Changed ADD_QUEST packet to structure formDastgir1-15/+24
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir1-1/+10
2018-03-11Merge pull request #1541 from Normynator/masterHaru1-9/+15
Changed Kafrapoints calculation.
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru1-1/+1
RoDEX Update
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru1-7/+13
Some rodex fixes
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas1-5/+20
2018-03-11Fix friend list packet for clients 20180221 and newer.Andrei Karas1-5/+13
2018-03-11Fix friend status update packet for clients 20180221 and newer.Andrei Karas1-1/+8
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in ↵Guilherme G. Menaldo1-4/+10
rodex
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-3/+3
2018-02-27Add missing checks info clif_parse_* functions.Andrei Karas1-58/+139
2018-02-19Changed Kafrapoints calculation.Normynator1-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-13Fix unterminated strings in ZC_BATTLEFIELD_CHATHaru1-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-10Merge pull request #1890 from lucaslsb/stableHaru1-0/+3
Overflow correction in visual function bg_message
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-6/+6
Signed-off-by: Haru <haru@dotalux.com>
2018-02-09Implemented hatEffect.Dastgir1-0/+59
Allows the player to have hatEffect specialeffects. Base taken from rAthena
2018-02-08Fix different clan issues.Andrei Karas1-1/+1
Add missing online check for clan members. Clean sd pointer after clan member went offline.
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru1-0/+183
Implementation of Official Clan System
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-30Overflow correction in visual function bg_messageLucas Brito1-0/+3