index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
char
/
mapif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-06
Fix a regression in inter_guild_add_member
Haru
1
-5
/
+1
2018-07-01
Change functions to static where possible (Part 3 - char)
Haru
1
-165
/
+166
2018-06-30
Move mapif functions from inter.c to mapif.c
Haru
1
-15
/
+299
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter/char ...
Haru
1
-3
/
+0
2018-06-30
Move mapif functions from int_storage.c to mapif.c
Haru
1
-10
/
+208
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_stora...
Haru
1
-2
/
+0
2018-06-30
Move mapif functions from int_rodex.c to mapif.c and fix some return types
Haru
1
-9
/
+172
2018-06-30
Move mapif functions from int_quest.c to mapif.c
Haru
1
-4
/
+75
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_quest...
Haru
1
-8
/
+0
2018-06-30
Move mapif functions from int_pet.c to mapif.c
Haru
1
-11
/
+140
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_pet i...
Haru
1
-5
/
+0
2018-06-30
Move mapif functions from int_party.c to mapif.c
Haru
1
-18
/
+228
2018-06-30
Move mapif functions from int_mercenary.c to mapif.c
Haru
1
-7
/
+60
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_merce...
Haru
1
-8
/
+0
2018-06-30
Move mapif functions from int_mail.c to mapif.c
Haru
1
-12
/
+155
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_mail ...
Haru
1
-2
/
+0
2018-06-30
Move mapif functions from int_homunculus.c to mapif.c
Haru
1
-10
/
+93
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_homun...
Haru
1
-10
/
+0
2018-06-30
Move mapif functions from int_guild.c to mapif.c
Haru
1
-34
/
+404
2018-06-30
Move some non-mapif functionality from the mapif interface to the inter_guild...
Haru
1
-2
/
+0
2018-06-30
Move mapif functions from int_elemental.c to mapif.c
Haru
1
-7
/
+60
2018-06-30
Move some non-mapif functions from the mapif interface to the inter_elemental...
Haru
1
-8
/
+0
2018-06-30
Move mapif functions from int_clan.c to mapif.c
Haru
1
-2
/
+26
2018-06-30
Move mapif functions from int_auction.c to mapif.c
Haru
1
-11
/
+227
2018-06-30
Move mapif functions from char.c to mapif.c
Haru
1
-11
/
+152
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
/
+6
2017-08-08
Fix hpm issues after rodex commit.
Andrei Karas
1
-1
/
+1
2017-07-30
Implementation of RoDEX
KirieZ
1
-0
/
+21
2017-05-22
Add storage_data reception, parsing and sending to/from the map-server.
Smokexyz
1
-0
/
+8
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
/
+3
2016-02-24
Split mapif->homunculus_save() into two functions (save and create)
Haru
1
-1
/
+3
2016-02-24
Split mapif->elemental_save() into two functions (save and create)
Haru
1
-1
/
+3
2015-12-15
Added GPL-compliant header to all sources and build scripts
Haru
1
-4
/
+20
2015-08-15
HPM compatibility improvements
Haru
1
-0
/
+1
2015-06-19
Removed ".." from include directives
Haru
1
-11
/
+11
2014-11-16
Moved mapif_s into mapif.c
Haru
1
-0
/
+2
2014-11-15
Add most functions from inter.c to interfaces.
Andrei Karas
1
-0
/
+33
2014-11-15
Add most functions from int_storage.c to interfaces.
Andrei Karas
1
-0
/
+14
2014-11-15
Add most functions from int_quest.c to interfaces.
Andrei Karas
1
-0
/
+16
2014-11-15
Add most functions from int_pet.c to interfaces.
Andrei Karas
1
-0
/
+27
2014-11-15
Add most functions from int_party.c to interfaces.
Andrei Karas
1
-0
/
+36
2014-11-15
Add most functions from int_mercenary.c to interfaces.
Andrei Karas
1
-0
/
+20
2014-11-15
Add most functions from int_mail.c to interfaces.
Andrei Karas
1
-0
/
+26
2014-11-15
Add most functions from int_homun.c to interfaces.
Andrei Karas
1
-0
/
+29
[next]