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
/
map
/
intif.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-15
Improve get items from rodex
Andrei Karas
1
-1
/
+19
2019-04-15
Improve get zeny from rodex
Andrei Karas
1
-1
/
+16
2019-04-14
Add account id and char id into inter server rodex update packet
Andrei Karas
1
-5
/
+10
2019-03-11
Fix date in guild members list packet
Andrei Karas
1
-1
/
+1
2019-02-11
Fix buffer size issue in inter server packets
Andrei Karas
1
-2
/
+2
2019-02-11
Extend class and level field in packet 0x3035
Andrei Karas
1
-3
/
+3
2019-02-11
Extend class and level field in packet 0x3080
Andrei Karas
1
-10
/
+10
2019-02-11
Extend class field in packet 0x3880
Andrei Karas
1
-2
/
+2
2019-02-11
Extend class field in packet 0x3835
Andrei Karas
1
-2
/
+2
2019-02-11
Extend class field in packet 0x3898
Andrei Karas
1
-4
/
+4
2019-02-11
Change type for class variables from short to int
Andrei Karas
1
-2
/
+2
2018-08-27
Fix a race condition in the storage saving code
Haru
1
-3
/
+4
2018-07-30
always set the type when doing script->add_str
gumi
1
-2
/
+2
2018-07-24
Implemented Title System.
Dastgir
1
-0
/
+1
2018-07-24
Implementation of the official Achievement System.
smokexyz
1
-1
/
+101
2018-07-19
Replace item id shorts to int in map server.
Andrei Karas
1
-16
/
+16
2018-07-01
Change functions to static where possible (Part 4 - map)
Haru
1
-162
/
+214
2018-05-31
2012-2018 !
Maytichai Saowa
1
-1
/
+1
2018-04-03
Merge pull request #1986 from Megasantos/login_date_guild
Haru
1
-2
/
+2
2018-03-14
- Implemented login date for guild members.
Jônatas Andreta
1
-2
/
+2
2018-03-08
Fixed a nullpo error when user tried to do an action in an unloaded mail in r...
Guilherme G. Menaldo
1
-4
/
+7
2018-03-08
Fixed RoDEX mail return not working correctly
Guilherme G. Menaldo
1
-1
/
+2
2018-02-10
Clean up trailing whitespace and non-indent tabs
Haru
1
-7
/
+7
2018-01-25
Implementation of Official Clan System
Murilo Pereti Tavares
1
-1
/
+85
2017-12-28
Added an extra check
Guilherme Guiguer Menaldo
1
-0
/
+5
2017-12-28
Fixed rodex loading mails when it requires multiple packets.
Guilherme Guiguer Menaldo
1
-6
/
+11
2017-10-21
Add rodex 2017 packets.
Andrei Karas
1
-0
/
+6
2017-09-19
remove trailing whitespaces from source
gumi
1
-1
/
+1
2017-08-11
Whitespace fixes
Haru
1
-1
/
+1
2017-08-11
Fix various issues detected by coverity in rodex-related code
Haru
1
-1
/
+1
2017-07-30
Implementation of RoDEX
KirieZ
1
-1
/
+231
2017-05-22
Add storage_data reception, parsing and sending to/from the map-server.
Smokexyz
1
-1
/
+136
2016-12-03
Clarify some Job Class vs MapID confusion (1/2)
Haru
1
-3
/
+3
2016-10-28
Fixed copyright year for 2016
Lemongrass3110
1
-1
/
+1
2016-05-01
Fixed truncation of `@request` messages
Haru
1
-2
/
+2
2016-04-30
Changed the name of two intif functions, incorrectly named mapif_*
Haru
1
-5
/
+6
2016-04-30
Corrected truncation of the last letter in whisper messages
Haru
1
-3
/
+3
2016-04-23
Corrected the type of the 'length' argument of other message-related functions
Haru
1
-2
/
+2
2016-04-23
Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()
Haru
1
-1
/
+1
2016-04-23
Corrected the type of the 'length' argument of various broadcast-related func...
Haru
1
-3
/
+3
2016-04-23
Corrected the type for several variables through the code
Haru
1
-2
/
+4
2016-03-20
Dropped typedef from DBIterator
Haru
1
-2
/
+3
2016-03-20
Dropped typedefs from union DBKey and struct DBData
Haru
1
-2
/
+2
2016-03-20
Added const qualifier to some typecasts
Haru
1
-2
/
+2
2016-02-29
Fix buffer overflow in guild notice change packet.
Andrei Karas
1
-2
/
+2
2016-02-27
Replaced various '-1' with the correct constant
Haru
1
-1
/
+1
2016-02-24
Removed several unnecessary explicit casts of the WFIFOP result
Haru
1
-4
/
+4
2016-02-24
Removed several unnecessary RFIFOP typecasts
Haru
1
-35
/
+37
2016-02-24
Added const qualifier to several variable/argument pointers
Haru
1
-10
/
+14
2016-02-19
Fix all known warnings from compiler flags -Wformat*
Andrei Karas
1
-15
/
+15
[next]