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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-18
Fix build on windows.
Andrei Karas
1
-1
/
+1
2017-09-18
Add build script.
Andrei Karas
1
-0
/
+155
2017-09-18
add ignore for evol plugin.
Andrei Karas
1
-0
/
+1
2017-09-18
add install target to make file.
Andrei Karas
1
-0
/
+8
2017-09-18
disable import target in make file.
Andrei Karas
1
-5
/
+5
2017-09-18
Add configure into ignore list.
Andrei Karas
1
-0
/
+1
2017-09-18
Remove configure.
Andrei Karas
1
-10718
/
+0
2017-09-18
Move windows and mac run time files into runtime dir.
Andrei Karas
12
-0
/
+0
2017-09-18
Remove conf dir.
Andrei Karas
1163
-1240930
/
+0
2017-09-18
Remove cache dir.
Andrei Karas
4
-32
/
+0
2017-09-18
Hide area packets from hidden players/gms.
Andrei Karas
1
-1
/
+7
2017-09-17
Constants Documentation Sync
Hercules.ws
1
-1
/
+60
2017-09-17
Merge pull request #1828 from HerculesWS/item_viewid
Haru
25
-45720
/
+44359
2017-09-17
Add a FIXME comment next to an unknown 'Loc: 16384' value in the item_db
Haru
1
-1
/
+1
2017-09-17
Replace the recurring 'Loc: 1023' value in the item_db with a bitmask array
Haru
2
-411
/
+411
2017-09-17
Replace the recurring 'Loc: 7168' value in the item_db with a bitmask array
Haru
1
-23
/
+23
2017-09-17
Replace the recurring 'Loc: 6144' value in the item_db with a bitmask array
Haru
2
-30
/
+30
2017-09-17
Replace the recurring 'Loc: 5120' value in the item_db with a bitmask array
Haru
2
-2
/
+2
2017-09-17
Replace the recurring 'Loc: 3072' value in the item_db with a bitmask array
Haru
1
-21
/
+21
2017-09-17
Replace the recurring 'Loc: 769' value in the item_db with a bitmask array
Haru
2
-203
/
+203
2017-09-17
Replace the recurring 'Loc: 768' value in the item_db with a bitmask array
Haru
2
-139
/
+139
2017-09-17
Replace the recurring 'Loc: 513' value in the item_db with a bitmask array
Haru
2
-59
/
+59
2017-09-17
Replace the recurring 'Loc: 257' value in the item_db with a bitmask array
Haru
2
-7
/
+7
2017-09-17
Replace recurring value 136 with "EQP_ACC" in the item_db Loc field
Haru
3
-781
/
+781
2017-09-17
Replace recurring value 43 with "EQP_ARMS" in the item_db Loc field
Haru
2
-703
/
+703
2017-09-17
Replace 2097152 with EQP_SHADOW_ACC_L in the item_db Loc field
Haru
1
-33
/
+33
2017-09-17
Replace 1048576 with EQP_SHADOW_ACC_R in the item_db Loc field
Haru
1
-34
/
+34
2017-09-17
Replace 524288 with EQP_SHADOW_SHOES in the item_db Loc field
Haru
1
-38
/
+38
2017-09-17
Replace 262144 with EQP_SHADOW_SHIELD in the item_db Loc field
Haru
1
-44
/
+44
2017-09-17
Replace 131072 with "EQP_SHADOW_WEAPON" in the item_db Loc field
Haru
1
-51
/
+51
2017-09-17
Replace 65536 with "EQP_SHADOW_ARMOR" in the item_db Loc field
Haru
1
-46
/
+46
2017-09-17
Replace 32768 with "EQP_AMMO" in the item_db Loc field
Haru
2
-186
/
+186
2017-09-17
Replace 8192 with "EQP_COSTUME_GARMENT" in the item_db Loc field
Haru
1
-9
/
+9
2017-09-17
Replace 4096 with "EQP_COSTUME_HEAD_LOW" in the item_db Loc field
Haru
2
-61
/
+61
2017-09-17
Replace 2048 with "EQP_COSTUME_HEAD_MID" in the item_db Loc field
Haru
2
-83
/
+83
2017-09-17
Replace 1024 with "EQP_COSTUME_HEAD_TOP" in the item_db Loc field
Haru
2
-564
/
+564
2017-09-17
Replace 512 with "EQP_HEAD_MID" in the item_db Loc field
Haru
2
-229
/
+229
2017-09-17
Replace 256 with "EQP_HEAD_TOP" in the item_db Loc field
Haru
3
-1676
/
+1676
2017-09-17
Replace 64 with "EQP_SHOES" in the item_db Loc field
Haru
2
-286
/
+286
2017-09-17
Replace 32 with "EQP_SHIELD" in the item_db Loc field
Haru
2
-232
/
+232
2017-09-17
Replace 16 with "EQP_ARMOR" in the item_db Loc field
Haru
3
-496
/
+496
2017-09-17
Replace 4 with "EQP_GARMENT" in the item_db Loc field
Haru
2
-300
/
+300
2017-09-17
Replace 2 with "EQP_WEAPON" in the item_db Loc field
Haru
2
-1377
/
+1377
2017-09-17
Replace 1 with "EQP_HEAD_LOW" in the item_db Loc field
Haru
3
-189
/
+189
2017-09-17
Add support for bitmask arrays in the item_db Loc field
Haru
6
-27
/
+42
2017-09-17
Replace the remaining numbers in the item_db Upper field with bitmask arrays
Haru
1
-10
/
+10
2017-09-17
Replace the recurring 'Upper: 47' value in the item_db with a bitmask array
Haru
1
-43
/
+43
2017-09-17
Replace 1 with "ITEMUPPER_NORMAL" in the item_db Upper field
Haru
1
-108
/
+108
2017-09-17
Replace the recurring 'Upper: 56' value in the item_db with a bitmask array
Haru
2
-243
/
+243
2017-09-17
Replace the recurring 'Upper: 58' value in the item_db with a bitmask array
Haru
1
-182
/
+182
[next]