summaryrefslogtreecommitdiff
path: root/src/map/intif.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru1-2/+2
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-2/+2
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo1-4/+7
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-1/+2
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-7/+7
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-1/+85
2017-12-28Added an extra checkGuilherme Guiguer Menaldo1-0/+5
2017-12-28Fixed rodex loading mails when it requires multiple packets.Guilherme Guiguer Menaldo1-6/+11
2017-10-21Add rodex 2017 packets.Andrei Karas1-0/+6
2017-09-19remove trailing whitespaces from sourcegumi1-1/+1
2017-08-11Whitespace fixesHaru1-1/+1
2017-08-11Fix various issues detected by coverity in rodex-related codeHaru1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-1/+231
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-1/+136
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-3/+3
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-05-01Fixed truncation of `@request` messagesHaru1-2/+2
2016-04-30Changed the name of two intif functions, incorrectly named mapif_*Haru1-5/+6
2016-04-30Corrected truncation of the last letter in whisper messagesHaru1-3/+3
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru1-2/+2
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-1/+1
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-3/+3
2016-04-23Corrected the type for several variables through the codeHaru1-2/+4
2016-03-20Dropped typedef from DBIteratorHaru1-2/+3
2016-03-20Dropped typedefs from union DBKey and struct DBDataHaru1-2/+2
2016-03-20Added const qualifier to some typecastsHaru1-2/+2
2016-02-29Fix buffer overflow in guild notice change packet.Andrei Karas1-2/+2
2016-02-27Replaced various '-1' with the correct constantHaru1-1/+1
2016-02-24Removed several unnecessary explicit casts of the WFIFOP resultHaru1-4/+4
2016-02-24Removed several unnecessary RFIFOP typecastsHaru1-35/+37
2016-02-24Added const qualifier to several variable/argument pointersHaru1-10/+14
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-15/+15
2016-01-06Replaced the remaining explicit casts with BL_CAST/BL_UCASTHaru1-1/+1
2016-01-06Change all TBL_PC to struct map_session_data as per style guidelineshemagx1-4/+6
2015-12-22Not allow send too big variable names to char server from map server (Closes ...Andrei Karas1-0/+4
2015-12-22Ensured 32+1 bytes for all buffers that hold variable namesHaru1-11/+15
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+20
2015-12-05Removed some unnecessary assertionsHaru1-1/+1
2015-12-04Add missing checks to intif.cAndrei Karas1-2/+55
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-1/+1
2015-09-25More aggressive whitespace cleanup. Follow up to 51329e6Haru1-53/+45
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-08-15Moved session array into the socket interfaceHaru1-3/+3
2015-07-15Changed clif->message with clif->messagecolor_self as this will not crash on ...Milchdealer1-1/+1
2015-06-19Removed ".." from include directivesHaru1-24/+24
2015-05-17Fixed some issues detected by coverity scanHaru1-3/+3
2015-02-23Hercules Ultimate Localization Designshennetsind1-1/+1
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-8/+10
2015-01-18Fixing 38 issuesshennetsind1-3/+0