index
:
repo-recursive-tests/hercules
jesusalva/prerenewal
Messworld Server Code (Hercules v2020.07.26 with minor edits; Please avoid breaking changes so it can be rebased)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-05
Add a base rate validation to pet_target_check() function
Kenpachi Developer
1
-0
/
+3
2020-04-05
Add a HungerDelay validation to pet_hungry() function
Kenpachi Developer
1
-0
/
+11
2020-04-05
Add pet_hungry_timer only if a pet's HungerDelay is greater than 0
Kenpachi Developer
1
-8
/
+5
2020-04-05
Adjust pet intimacy calculation when feeding
Kenpachi Developer
1
-15
/
+18
2020-04-05
Adjust pet catch rate calculation
Kenpachi Developer
1
-1
/
+1
2020-04-05
Add value capping to pet_set_intimate() function
Kenpachi Developer
2
-12
/
+4
2020-04-05
Add enum for pet intimacy levels and use its constants
Kenpachi Developer
9
-31
/
+46
2020-04-05
Add enum for pet hunger levels and use its constants
Kenpachi Developer
6
-25
/
+39
2020-04-05
HPM Hooks Update
Hercules.ws
5
-0
/
+34
2020-04-05
Merge pull request #2657 from Kenpachi2k13/autocast_clean_up
Haru
14
-226
/
+221
2020-04-05
Merge pull request #2660 from Kenpachi2k13/skill_check_ammo_type
Haru
1
-4
/
+2
2020-04-05
Merge pull request #2658 from Kenpachi2k13/new_status_changes
Haru
4
-0
/
+56
2020-04-05
Merge pull request #2663 from 4144/updatepackets
Haru
10
-16
/
+42
2020-04-05
Merge pull request #2656 from Kenpachi2k13/getiteminfo_fix
Haru
1
-2
/
+2
2020-04-05
Fixed a memory violation in quest info caused by accessing -1 index when qi_l...
Ibrahim Zidan
2
-3
/
+8
2020-04-05
Fix quest info copying npc_data instead of storing it pointer, resulting in a...
Ibrahim Zidan
3
-5
/
+5
2020-04-05
Merge pull request #2655 from Kenpachi2k13/mem_leak_fix
Haru
1
-0
/
+1
2020-04-05
HPM Hooks Update
Hercules.ws
10
-0
/
+190
2020-04-05
Merge pull request #2581 from 4144/backtrace
Haru
8
-34
/
+235
2020-04-02
Add missing libraries into plugins make file
Andrei Karas
1
-1
/
+1
2020-04-02
Add always triggered assert in clif_unknownname_ack
Andrei Karas
1
-0
/
+1
2020-04-02
Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)
Andrei Karas
3
-3
/
+2
2020-04-02
Update packets keys and shuffle packets
Andrei Karas
4
-8
/
+16
2020-04-02
Update packets table
Andrei Karas
2
-4
/
+22
2020-04-01
Add case for BL_SKILL to unit_cbl2ud() to not trigger assert-returning
Kenpachi Developer
1
-0
/
+2
2020-04-01
Add case for BL_SKILL to unit_bl2ud() to not trigger assert-returning
Kenpachi Developer
1
-0
/
+2
2020-03-31
Fix misplaced return condition
Kenpachi Developer
1
-1
/
+5
2020-03-30
Disable libbacktrace by default
Haru
5
-30
/
+60
2020-03-30
Add helpers to find the correct executable path for libbacktrace
Haru
1
-2
/
+65
2020-03-30
Fix Makefile-based compilation on platforms that use libbacktrace with a diff...
Haru
5
-5
/
+5
2020-03-30
Fix a memory leak caused by repeatedly allocating the libbacktrace state at e...
Haru
3
-11
/
+32
2020-03-30
Add libbacktrace
Andrei Karas
6
-27
/
+114
2020-03-28
Add optional paramter <account id> to checkpcblock() script command
Kenpachi Developer
1
-2
/
+2
2020-03-28
Add return values to setpcblock() script command
Kenpachi Developer
1
-1
/
+4
2020-03-28
Add optional paramter <account id> to setpcblock() script command
Kenpachi Developer
1
-2
/
+2
2020-03-21
Move misplaced condition in unit_walktobl() function
Kenpachi Developer
1
-2
/
+5
2020-03-15
Make skills check if equipped ammunition type is appropriate for equipped weapon
Kenpachi Developer
1
-4
/
+2
2020-03-14
Make skills cast by Improvised Song ignore all requirements
Kenpachi Developer
1
-5
/
+7
2020-03-14
Remove IT_DELAYCONSUME related auto-cast code
Kenpachi Developer
2
-24
/
+0
2020-03-14
Remove skillitem and skillitemlv variables and use map_session_data->autocast...
Kenpachi Developer
4
-22
/
+15
2020-03-14
Remove obsolete auto-cast type validation from skill_check_condition_castbegi...
Kenpachi Developer
1
-18
/
+14
2020-03-14
Use map_session_data->autocast.type instead of skillitem variable to check fo...
Kenpachi Developer
4
-22
/
+22
2020-03-14
Remove map_session_data->state.itemskill_* and use map_session_data->autocast...
Kenpachi Developer
6
-20
/
+7
2020-03-14
Remove itemskill_id and itemskill_lv helper variables, since they are not use...
Kenpachi Developer
3
-15
/
+0
2020-03-14
Remove skill_is_item_skill() function and use map_session_data->autocast.type...
Kenpachi Developer
8
-58
/
+6
2020-03-14
Remove map_session_data->state.abra_flag and use map_session_data->autocast.t...
Kenpachi Developer
3
-9
/
+7
2020-03-14
Remove map_session_data->state.autocast and use map_session_data->autocast.ty...
Kenpachi Developer
3
-29
/
+6
2020-03-14
Add skill_validate_autocast_data() function calls
Kenpachi Developer
2
-4
/
+32
2020-03-14
Add skill_validate_autocast_data() function
Kenpachi Developer
2
-0
/
+27
2020-03-14
Remove misplaced pc_autocast_clear() function call
Kenpachi Developer
1
-5
/
+0
[prev]
[next]