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
2020-07-25
Merge pull request #2792 from Kenpachi2k13/moscovia_quests
Haru
1
-2
/
+5
2020-07-23
Merge pull request #2796 from Kenpachi2k13/changesex
Haru
1
-40
/
+99
2020-07-23
Merge pull request #2797 from skyleo/dokebi_battle_quest_bugfix
Haru
1
-28
/
+5
2020-07-07
Reapply initial values in char_changecharsex()
Kenpachi Developer
1
-3
/
+3
2020-07-07
Fix possible exploit in Dokebi Battle Quest
skyleo
1
-15
/
+1
2020-07-07
Fix Dokebi Battle Quest becoming undoable until server restart under certain ...
skyleo
1
-13
/
+4
2020-07-06
Apply code style to char_changecharsex()
Kenpachi Developer
1
-14
/
+11
2020-07-06
Apply code style to char_change_sex_sub()
Kenpachi Developer
1
-25
/
+27
2020-07-06
Adjust char_changecharsex() to use prepared statement
Kenpachi Developer
1
-10
/
+40
2020-07-06
Adjust char_change_sex_sub() to use prepared statements
Kenpachi Developer
1
-6
/
+34
2020-07-06
Remove unnecessary gender update SQL query from char_changecharsex()
Kenpachi Developer
1
-4
/
+0
2020-07-06
Update SQL query in char_change_sex_sub() to update character's gender and ro...
Kenpachi Developer
1
-2
/
+8
2020-07-03
Replace misplaced "next;" with "close;"
Kenpachi Developer
1
-1
/
+1
2020-07-03
Add missing Baehideun4#ship::OnEnable event call
Kenpachi Developer
1
-1
/
+4
2020-06-29
Release v2020.06.28
v2020.06.28
Haru
2
-0
/
+69
2020-06-28
Merge pull request #2786 from Kenpachi2k13/sc_timer
Haru
1
-2
/
+25
2020-06-28
Merge pull request #2782 from HerculesWS/npc-sell-fix
Haru
1
-45
/
+43
2020-06-28
Merge pull request #2756 from Jedzkie/jedzkie-pr07
Haru
4
-10
/
+22
2020-06-28
Storage now closes when using teleport skill.
Jedzkie
4
-10
/
+22
2020-06-28
Merge pull request #2763 from 4144/updatepackets
Haru
8
-13
/
+42
2020-06-28
Merge pull request #2785 from hemagx/fas_fix
Haru
2
-2
/
+2
2020-06-28
Merge pull request #2784 from Kenpachi2k13/item_enabled_npc
Haru
2
-2
/
+2
2020-06-28
MobDB SQL Sync
Hercules.ws
1
-0
/
+1
2020-06-28
ItemDB SQL Sync
Hercules.ws
2
-28
/
+29
2020-06-28
Merge pull request #2778 from 4144/extendci
Haru
32
-279
/
+437
2020-06-28
Add detection of ARMv8 and improve detection of ARMv7
Haru
2
-2
/
+11
2020-06-28
Fix the use of the first_time variable in clif_parse_loadEndAck
Haru
1
-1
/
+1
2020-06-28
Call clif_status_change() instead of clif_status_change2() to re-apply status...
Kenpachi Developer
1
-2
/
+25
2020-06-28
Code style changes in npc_selllist function
Jedzkie
1
-43
/
+41
2020-06-28
HPM Hooks Update
Hercules.ws
4
-0
/
+33
2020-06-28
Fix a missing variable in clif_parse_loadEndAck
Haru
1
-0
/
+3
2020-06-28
Merge pull request #2757 from Kenpachi2k13/server_messages
Haru
11
-112
/
+447
2020-06-28
Merge pull request #2775 from Kenpachi2k13/megaphone
Haru
10
-83
/
+125
2020-06-28
Fixed Focused Arrow Strike having a wrong width previously it was 2 columns o...
Ibrahim Zidan
2
-2
/
+2
2020-06-28
Set maximum value of item_enabled_npc battle flag to 3
Kenpachi Developer
1
-1
/
+1
2020-06-28
Enlarge field size of npc_item_flag in struct script_state according to possi...
Kenpachi Developer
1
-1
/
+1
2020-06-28
Unset using_megaphone state in clif_parse_LoadEndAck()
Kenpachi Developer
1
-0
/
+3
2020-06-28
Merge pull request #2765 from pazkero/quickfix01
Haru
2
-4
/
+4
2020-06-28
Disable using Megaphone while interacting with NPCs regardless of item_enable...
Kenpachi Developer
1
-1
/
+2
2020-06-28
HPM Hooks Update
Hercules.ws
4
-0
/
+68
2020-06-28
Merge pull request #2781 from Kenpachi2k13/pet_features
Haru
10
-60
/
+122
2020-06-28
HPM Hooks Update
Hercules.ws
4
-0
/
+34
2020-06-28
Merge pull request #2774 from Kenpachi2k13/skill_get_req_index
Haru
2
-3
/
+57
2020-06-28
Merge pull request #2712 from Kenpachi2k13/npc_del_skill_units
Haru
1
-1
/
+8
2020-06-28
Merge pull request #2762 from Kenpachi2k13/remove_party_member
Haru
1
-1
/
+2
2020-06-28
Constants Documentation Sync
Hercules.ws
1
-0
/
+6
2020-06-28
Merge pull request #2755 from Jedzkie/jedzkie-pr03
Haru
6
-12
/
+33
2020-06-28
Add battle flag for tip of the day window display
Kenpachi Developer
4
-1
/
+7
2020-06-28
Show tip of the day window upon login
Kenpachi Developer
1
-0
/
+4
2020-06-28
Add clif_open_ui_send() function
Kenpachi Developer
2
-26
/
+63
[next]