summaryrefslogtreecommitdiff
path: root/src/char/mapif.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-15Add most functions from inter.c to interfaces.Andrei Karas1-0/+33
2014-11-15Add most functions from int_storage.c to interfaces.Andrei Karas1-0/+14
2014-11-15Add most functions from int_quest.c to interfaces.Andrei Karas1-0/+16
2014-11-15Add most functions from int_pet.c to interfaces.Andrei Karas1-0/+27
2014-11-15Add most functions from int_party.c to interfaces.Andrei Karas1-0/+36
2014-11-15Add most functions from int_mercenary.c to interfaces.Andrei Karas1-0/+20
2014-11-15Add most functions from int_mail.c to interfaces.Andrei Karas1-0/+26
2014-11-15Add most functions from int_homun.c to interfaces.Andrei Karas1-0/+29
2014-11-15Add most functions from int_guild.c to interfaces.Andrei Karas1-0/+71
2014-11-15Add most functions from int_elemental.c to interfaces.Andrei Karas1-0/+20
2014-11-15Add most functions from int_auction.c to interfaces.Andrei Karas1-0/+23
2014-11-15Add most functions from char.c to interfaces.Andrei Karas1-0/+45