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
2006-04-05
- Cleaned up the pet_ai_hard_lootsearch function to avoid doing map_id2sd calls.
skotlex
1
-5
/
+4
2006-04-05
- Some cleanup of clif_parseloadendack, fixed guild-member list being sent on...
skotlex
4
-15
/
+45
2006-04-05
updated item givers!
Lupus
6
-18978
/
+1085
2006-04-05
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5906 54...
Lance
1
-1
/
+1
2006-04-05
* Added support for the 2006/04/04a Sakexe packet version. [Zephiris]
Zephiris
3
-105
/
+126
2006-04-05
- Added inter config connection_ping_interval which specifies interval in hou...
skotlex
13
-106
/
+216
2006-04-04
Added missing Warpra Agent to Hugel. Fixed typo in Falcon Renter
Lupus
3
-5
/
+8
2006-04-04
Re-fixed looping warps of Lutie village
Lupus
2
-28
/
+28
2006-04-03
- Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confu...
skotlex
2
-3
/
+7
2006-04-03
- Fixed script command mapwarp.
skotlex
2
-8
/
+6
2006-04-03
- SC_AUTOCOUNTER now only blocks all attacks/skills when the flag is 0 (attem...
skotlex
3
-2
/
+3
2006-04-03
- Fixed a typo in battle.c (status_get_atk invoked instead of status_get_atk_...
skotlex
1
-1
/
+1
2006-04-03
- Modified Rude-Attacked behaviour so that such skills only triggers when the...
skotlex
5
-3
/
+27
2006-04-03
- Removed the flag variable from the npc_data structure. Disabled NPCs are no...
skotlex
3
-17
/
+15
2006-04-03
- Moved skill_counter_additional_effect calls to trigger right after skill_ad...
skotlex
3
-11
/
+25
2006-04-03
fixed disappearing treasure chests, updated NWoE
Lupus
7
-32
/
+96
2006-04-03
- Oops, the overflow mentioned by foobar was actually because the equippable ...
skotlex
2
-2
/
+2
2006-04-03
- Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar.
skotlex
6
-10
/
+30
2006-04-02
Added missing kafra in Lighthalzen, thanks to Muad_Dib [Vicious]
Vicious
2
-1
/
+13
2006-04-02
fixed baby jobchange
Vicious
2
-1
/
+2
2006-04-02
Moved the spawn update to eamobs (of course the custom spawns where not chang...
Poki#3
59
-1682
/
+1889
2006-04-02
- Fixed npc_gettimerevent_tick returning the difference since the last trigge...
skotlex
2
-2
/
+4
2006-04-02
fixed hidden temple spawn and sage script?
Vicious
3
-10
/
+12
2006-04-02
- Added a missing memset on ers_alloc'ing mob loot which was making data from...
skotlex
3
-1
/
+6
2006-04-02
- Added preventing sending packet clif_clearchar_id when the character in que...
skotlex
2
-17
/
+43
2006-04-02
- grfio.c fixed compile warning
Lance
1
-1
/
+1
2006-04-02
- Fixed annoying out-of-range spawn.
Lance
1
-1
/
+1
2006-04-02
- Fixed my fix on multi-map leak thanks to Buuyo^.
Lance
1
-4
/
+3
2006-04-02
- Forgot to set state.night = 1 in the night timer.
skotlex
1
-1
/
+3
2006-04-02
- Moved the night icon invocation to clif_parse_LoadEndAck
skotlex
3
-138
/
+105
2006-04-02
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5862 54...
reddozen
1
-0
/
+2
2006-04-02
setting arrows to 1 wont work... the server was looking for daggers to be equ...
reddozen
2
-30
/
+30
2006-04-02
Typo in login.c
Lance
1
-1
/
+1
2006-04-02
Typo fix in map.c
Lance
1
-1
/
+1
2006-04-02
* Loading waterheight aliases from resnametable.txt.
Lance
4
-38
/
+62
2006-04-02
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5857 54...
Lance
2
-3
/
+6
2006-04-02
* Workround the warnings for clif.c (what to do? the original codes are ugly....
Lance
2
-4
/
+8
2006-04-01
- Added a check to remove exp-even-share when someone leaves a party.
skotlex
3
-0
/
+13
2006-04-01
- Fixed an error in the layout initialization of ice-wall. Thanks to Named fo...
skotlex
1
-1
/
+1
2006-04-01
- Added function clif_changetraplook to handle changing the appearance of tra...
skotlex
4
-6
/
+40
2006-04-01
- Fixed berserk not raising your HP to your new cap.
skotlex
3
-4
/
+8
2006-04-01
- Fixed a few functions sending a negative ID for disguised characters (such ...
skotlex
2
-22
/
+20
2006-04-01
- Fixes to the mob_ai routines. Prevent casting rude-attacked skills in situa...
skotlex
2
-9
/
+19
2006-04-01
* Should not exit when you can't find an NPC file..
Lance
4
-3
/
+4
2006-04-01
typo
Lance
1
-1
/
+1
2006-04-01
bl.subtype check.
Lance
1
-1
/
+1
2006-04-01
Fixed the dynamic shop system memory allocation and id_db problem. Added samp...
Lance
5
-8
/
+94
2006-04-01
* Dynamic shops support with script callback. (needs testing)
Lance
5
-10
/
+90
2006-04-01
- Cleaned up and fixed @where command.
skotlex
2
-6
/
+15
2006-04-01
Asssuming only __WIN32 (VC++) doesn't have strtok_r.
Lance
3
-6
/
+10
[next]