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-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 support for binary and octal number literals
gumi
2
-24
/
+69
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
2020-03-14
Add pc_autocast_clear() function calls
Kenpachi Developer
5
-10
/
+18
2020-03-14
Rename function pc_itemskill_clear() to pc_autocast_clear()
Kenpachi Developer
10
-30
/
+30
2020-03-14
Add map_session_data->autocast.itemskill_* assignments
Kenpachi Developer
2
-0
/
+8
2020-03-14
Add map_session_data->autocast.skill_id/_lv assignments
Kenpachi Developer
3
-0
/
+8
2020-03-14
Add map_session_data->autocast.type assignments
Kenpachi Developer
4
-0
/
+38
2020-03-14
Add SC_ALMIGHTY status change
Kenpachi Developer
2
-0
/
+6
2020-03-14
Add SC_SKF_CAST status change
Kenpachi Developer
3
-0
/
+6
2020-03-14
Add SC_SKF_ASPD status change
Kenpachi Developer
2
-0
/
+6
2020-03-14
Add SC_SKF_ATK status change
Kenpachi Developer
2
-0
/
+4
2020-03-14
Add SC_SKF_MATK status change
Kenpachi Developer
2
-0
/
+4
2020-03-14
Add SC_VITALIZE_POTION status change
Kenpachi Developer
4
-0
/
+12
2020-03-14
Add SC_POPECOOKIE status change
Kenpachi Developer
2
-0
/
+18
2020-03-14
Fix wrong return-value on success by unit->walktobl
skyleo
1
-1
/
+1
2020-03-13
Apply code style to clif_charnameupdate() function
Kenpachi Developer
1
-24
/
+35
2020-03-13
Apply code style to clif_pcname_ack() function
Kenpachi Developer
1
-39
/
+46
2020-03-13
Apply code style to ACMD(fakename) function
Kenpachi Developer
1
-16
/
+22
2020-03-13
Implement display options in clif_charnameupdate() function
Kenpachi Developer
1
-9
/
+32
2020-03-13
Implement display options in clif_pcname_ack() function
Kenpachi Developer
1
-27
/
+43
2020-03-13
Implement display options in ACMD(fakename) function
Kenpachi Developer
2
-2
/
+19
2020-03-12
Use script_pushstrcopy() instead of script_pushstr() for returning item names
Kenpachi Developer
1
-2
/
+2
2020-03-11
Add struct autocast_data to struct map_session_data
Kenpachi Developer
1
-0
/
+1
2020-03-11
Add structure for auto-cast related data
Kenpachi Developer
1
-0
/
+11
[prev]
[next]