summaryrefslogtreecommitdiff
path: root/src/char/mapif.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[TMW2] Hercules Ultimate Storage SystemJesusaves1-2/+2
2020-08-07This is Hercules v2019.08.25r12.4+1Jesusaves1-13/+0
2019-04-15Improve get items from rodexAndrei Karas1-0/+2
2019-04-15Improve get zeny from rodexAndrei Karas1-0/+1
2019-02-11Change type for class variables from short to intAndrei Karas1-2/+2
2018-07-24Implementation of the official Achievement System.smokexyz1-0/+5
2018-06-30Move some non-mapif functionality from the mapif interface to the inter/char ...Haru1-2/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_stora...Haru1-1/+0
2018-06-30Move mapif functions from int_rodex.c to mapif.c and fix some return typesHaru1-9/+9
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_quest...Haru1-4/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_pet i...Haru1-3/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_merce...Haru1-4/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_mail ...Haru1-1/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_homun...Haru1-5/+0
2018-06-30Move some non-mapif functionality from the mapif interface to the inter_guild...Haru1-1/+0
2018-06-30Move some non-mapif functions from the mapif interface to the inter_elemental...Haru1-4/+0
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/+3
2017-08-08Fix hpm issues after rodex commit.Andrei Karas1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+9
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-0/+4
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/+2
2016-02-24Split mapif->homunculus_save() into two functions (save and create)Haru1-1/+2
2016-02-24Split mapif->elemental_save() into two functions (save and create)Haru1-1/+2
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+19
2015-08-15HPM compatibility improvementsHaru1-3/+3
2015-06-19Cleaned up some #includesHaru1-9/+2
2015-06-19Removed ".." from include directivesHaru1-1/+1
2015-01-12Blocked compilation of plugins that use unavailable functionsHaru1-0/+2
2014-11-16Moved mapif_s into mapif.cHaru1-169/+169
2014-11-15Fix mapif interface.Andrei Karas1-1/+1
2014-11-15Allow generate HPM hooks for all interfaces in char server.Andrei Karas1-1/+3
2014-11-15Add most functions from inter.c to interfaces.Andrei Karas1-0/+18
2014-11-15Add most functions from int_storage.c to interfaces.Andrei Karas1-0/+9
2014-11-15Add most functions from int_quest.c to interfaces.Andrei Karas1-0/+9
2014-11-15Add most functions from int_pet.c to interfaces.Andrei Karas1-0/+15
2014-11-15Add most functions from int_party.c to interfaces.Andrei Karas1-0/+18
2014-11-15Add most functions from int_mercenary.c to interfaces.Andrei Karas1-0/+11
2014-11-15Add most functions from int_mail.c to interfaces.Andrei Karas1-0/+14
2014-11-15Add most functions from int_homun.c to interfaces.Andrei Karas1-0/+15
2014-11-15Add most functions from int_guild.c to interfaces.Andrei Karas1-0/+35
2014-11-15Add most functions from int_elemental.c to interfaces.Andrei Karas1-0/+12
2014-11-15Add most functions from int_auction.c to interfaces.Andrei Karas1-0/+11
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-0/+29