summaryrefslogtreecommitdiff
path: root/src/map/intif.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-31/+57
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-326/+3
2019-04-15Improve get items from rodexAndrei Karas1-1/+19
2019-04-15Improve get zeny from rodexAndrei Karas1-1/+16
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas1-5/+10
2019-03-11Fix date in guild members list packetAndrei Karas1-1/+1
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas1-2/+2
2019-02-11Extend class and level field in packet 0x3035Andrei Karas1-3/+3
2019-02-11Extend class and level field in packet 0x3080Andrei Karas1-10/+10
2019-02-11Extend class field in packet 0x3880Andrei Karas1-2/+2
2019-02-11Extend class field in packet 0x3835Andrei Karas1-2/+2
2019-02-11Extend class field in packet 0x3898Andrei Karas1-4/+4
2019-02-11Change type for class variables from short to intAndrei Karas1-2/+2
2018-08-27Fix a race condition in the storage saving codeHaru1-3/+4
2018-07-30always set the type when doing script->add_strgumi1-2/+2
2018-07-24Implemented Title System.Dastgir1-0/+1
2018-07-24Implementation of the official Achievement System.smokexyz1-1/+101
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-16/+16
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-162/+214
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