index
:
evol/hercules
jak1/ci_fix
jak1/remove_unusable_console_output
master
rebased
test
tmphpm
The Mana World fork of Hercules. This is vanilla Hercules with a few tiny modifications for our specific needs. Mutually-beneficial modifications are contributed upstream.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
char
/
mapif.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-11
Change type for class variables from short to int
Andrei Karas
1
-2
/
+2
2018-07-24
Implementation of the official Achievement System.
smokexyz
1
-0
/
+5
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter/char ...
Haru
1
-2
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_stora...
Haru
1
-1
/
+0
2018-06-30
Move mapif functions from int_rodex.c to mapif.c and fix some return types
Haru
1
-9
/
+9
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_quest...
Haru
1
-4
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_pet i...
Haru
1
-3
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_merce...
Haru
1
-4
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_mail ...
Haru
1
-1
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_homun...
Haru
1
-5
/
+0
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_guild...
Haru
1
-1
/
+0
2018-06-30
Move some non-mapif functions from the mapif interface to the inter_elemental...
Haru
1
-4
/
+0
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-03-08
Fixed a nullpo error when user tried to do an action in an unloaded mail in r...
Guilherme G. Menaldo
1
-1
/
+1
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-0
/
+3
2017-08-08
Fix hpm issues after rodex commit.
Andrei Karas
1
-1
/
+1
2017-07-30
Implementation of RoDEX
KirieZ
1
-0
/
+9
2017-05-22
Add storage_data reception, parsing and sending to/from the map-server.
Smokexyz
1
-0
/
+4
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-1
/
+1
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-25
/
+25
2016-02-24
Updated inter_pet->tosql() and mapif->save_pet() to work with const data
Haru
1
-1
/
+1
2016-02-24
Split mapif->mercenary_save() into two functions (save and create)
Haru
1
-1
/
+2
2016-02-24
Split mapif->homunculus_save() into two functions (save and create)
Haru
1
-1
/
+2
2016-02-24
Split mapif->elemental_save() into two functions (save and create)
Haru
1
-1
/
+2
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+19
2015-08-15
HPM compatibility improvements
Haru
1
-3
/
+3
2015-06-19
Cleaned up some #includes
Haru
1
-9
/
+2
2015-06-19
Removed ".." from include directives
Haru
1
-1
/
+1
2015-01-12
Blocked compilation of plugins that use unavailable functions
Haru
1
-0
/
+2
2014-11-16
Moved mapif_s into mapif.c
Haru
1
-169
/
+169
2014-11-15
Fix mapif interface.
Andrei Karas
1
-1
/
+1
2014-11-15
Allow generate HPM hooks for all interfaces in char server.
Andrei Karas
1
-1
/
+3
2014-11-15
Add most functions from inter.c to interfaces.
Andrei Karas
1
-0
/
+18
2014-11-15
Add most functions from int_storage.c to interfaces.
Andrei Karas
1
-0
/
+9
2014-11-15
Add most functions from int_quest.c to interfaces.
Andrei Karas
1
-0
/
+9
2014-11-15
Add most functions from int_pet.c to interfaces.
Andrei Karas
1
-0
/
+15
2014-11-15
Add most functions from int_party.c to interfaces.
Andrei Karas
1
-0
/
+18
2014-11-15
Add most functions from int_mercenary.c to interfaces.
Andrei Karas
1
-0
/
+11
2014-11-15
Add most functions from int_mail.c to interfaces.
Andrei Karas
1
-0
/
+14
2014-11-15
Add most functions from int_homun.c to interfaces.
Andrei Karas
1
-0
/
+15
2014-11-15
Add most functions from int_guild.c to interfaces.
Andrei Karas
1
-0
/
+35
2014-11-15
Add most functions from int_elemental.c to interfaces.
Andrei Karas
1
-0
/
+12
2014-11-15
Add most functions from int_auction.c to interfaces.
Andrei Karas
1
-0
/
+11
2014-11-15
Add most functions from char.c to interfaces.
Andrei Karas
1
-0
/
+29