summaryrefslogtreecommitdiff
path: root/src/char/mapif.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Fix possible crash in mapif_guild_withdrawAndrei Karas1-1/+1
2020-05-09Adjust size of fields holding a string variable's value to SCRIPT_STRING_VAR_...Kenpachi Developer1-3/+4
2020-01-13Update copyright headers for year 2020Haru1-2/+2
2019-08-26Remove round-trip to the inter-server for the guild chat messagesHaru1-24/+0
2019-08-26Remove round-trip to the inter-server for the party messagesHaru1-22/+0
2019-08-26Remove round-trip to the inter-server for the broadcast messagesHaru1-30/+0
2019-08-26Remove round-trip to the inter-server for the whisper-to-gm messagesHaru1-13/+0
2019-08-25Remove whisper dispatch code from the inter serverHaru1-109/+0
2019-04-15Improve get items from rodexAndrei Karas1-0/+13
2019-04-15Improve get zeny from rodexAndrei Karas1-0/+12
2019-04-14Add account id and char id into inter server rodex update packetAndrei Karas1-3/+6
2019-02-11Fix buffer size issue in inter server packetsAndrei Karas1-3/+3
2019-02-11Extend class and level field in packet 0x3080Andrei Karas1-7/+7
2019-02-11Extend class field in packet 0x3880Andrei Karas1-5/+5
2019-02-11Extend class field in packet 0x3835Andrei Karas1-3/+3
2019-02-11Extend class field in packet 0x3898Andrei Karas1-4/+4
2019-02-11Change type for class variables from short to intAndrei Karas1-3/+3
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+120
2018-07-19Replace item id shorts to int in map server.Andrei Karas1-2/+11
2018-07-06Fix a regression in inter_guild_add_memberHaru1-5/+1
2018-07-01Change functions to static where possible (Part 3 - char)Haru1-165/+166
2018-06-30Move mapif functions from inter.c to mapif.cHaru1-15/+299
2018-06-30Move some non-mapif functionality from the mapif interface to the inter/char ...Haru1-3/+0
2018-06-30Move mapif functions from int_storage.c to mapif.cHaru1-10/+208
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_stora...Haru1-2/+0
2018-06-30Move mapif functions from int_rodex.c to mapif.c and fix some return typesHaru1-9/+172
2018-06-30Move mapif functions from int_quest.c to mapif.cHaru1-4/+75
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_quest...Haru1-8/+0
2018-06-30Move mapif functions from int_pet.c to mapif.cHaru1-11/+140
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_pet i...Haru1-5/+0
2018-06-30Move mapif functions from int_party.c to mapif.cHaru1-18/+228
2018-06-30Move mapif functions from int_mercenary.c to mapif.cHaru1-7/+60
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_merce...Haru1-8/+0
2018-06-30Move mapif functions from int_mail.c to mapif.cHaru1-12/+155
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_mail ...Haru1-2/+0
2018-06-30Move mapif functions from int_homunculus.c to mapif.cHaru1-10/+93
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_homun...Haru1-10/+0
2018-06-30Move mapif functions from int_guild.c to mapif.cHaru1-34/+404
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_guild...Haru1-2/+0
2018-06-30Move mapif functions from int_elemental.c to mapif.cHaru1-7/+60
2018-06-30Move some non-mapif functions from the mapif interface to the inter_elemental...Haru1-8/+0
2018-06-30Move mapif functions from int_clan.c to mapif.cHaru1-2/+26
2018-06-30Move mapif functions from int_auction.c to mapif.cHaru1-11/+227
2018-06-30Move mapif functions from char.c to mapif.cHaru1-11/+152
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo1-1/+1
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+6
2017-08-08Fix hpm issues after rodex commit.Andrei Karas1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+21
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-0/+8