summaryrefslogtreecommitdiff
path: root/src/char/mapif.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-03Clarify some Job Class vs MapID confusion (1/2)Haru1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-02-24Added const qualifier to several variable/argument pointersHaru1-25/+25
2016-02-24Updated inter_pet->tosql() and mapif->save_pet() to work with const dataHaru1-1/+1
2016-02-24Split mapif->mercenary_save() into two functions (save and create)Haru1-1/+3
2016-02-24Split mapif->homunculus_save() into two functions (save and create)Haru1-1/+3
2016-02-24Split mapif->elemental_save() into two functions (save and create)Haru1-1/+3
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-11/+11
2014-11-16Moved mapif_s into mapif.cHaru1-0/+2