index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
battle.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-12
- Follow up r17004 & bugreport:6995, added safer calculation to strategic poi...
markzd
1
-18
/
+18
2012-12-11
Happy Holidays and Happy 12/12/12 :)
rud0lp20
1
-130
/
+83
2012-12-05
- Added safer multiplication in battle formulas to prevent int32 from overflo...
markzd
1
-74
/
+88
2012-12-05
- Re-committed r16987 (pid:161281).
glighta
1
-2
/
+3
2012-12-05
- Re-committed r16981/trunk/src/ and follow up r16988/trunk/src/ (pid:161281).
glighta
1
-317
/
+337
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-5404
/
+5448
2012-11-30
Follow up r16981:
rud0lp20
1
-9
/
+9
2012-11-30
-Fix old warnings. 1st step to get ride of -wno flag in configure.
glighta
1
-2
/
+3
2012-11-29
Fixed bugreport:5689 recoded/reimplement RE Matk formula(including RE Heal)
rud0lp20
1
-287
/
+330
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-5621
/
+5533
2012-11-12
-Add Homon-S skills, 1st implementation (all done except Eleanors)
glighta
1
-7
/
+61
2012-11-10
- Added configuration to wheter the monster size would change experience earn...
momacabu
1
-0
/
+1
2012-11-09
- Removed backup.pl (for TXT servers) and vs9-to-vs8.php (outdated versions);
momacabu
1
-2
/
+4
2012-11-02
Fixed bugreport:6839 where SC_CAMOUFLAGE is not ending properly.
rud0lp20
1
-0
/
+1
2012-11-01
-Fix bugreport:6547 (bloodylust) upd bloodylust effect to berserk
glighta
1
-167
/
+167
2012-10-31
-Fix bugreport:5757 (insignia) implement remaning effect stated from irowiki,...
glighta
1
-28
/
+32
2012-10-29
-Add some src basic documentation.
glighta
1
-70
/
+81
2012-10-28
- 'night_at_start' config can now be used, even if day_duration/night_duratio...
brianluau
1
-13
/
+13
2012-09-30
Fixing a few logical mistakes, also applying my curly brace love on the way.
shennetsind
1
-33
/
+45
2012-09-26
Fixing a rare issue where a pointer of a already freed unit would have corrup...
shennetsind
1
-21
/
+29
2012-09-16
Introducing rAthena's anonymous data collector. This aims at improving rAthen...
shennetsind
1
-0
/
+142
2012-09-10
Fixed bugreport:6650 where WZ_QUAGMIRE affects caster in non PK map.
rud0lp20
1
-3
/
+7
2012-09-03
Fixed bugreport:6581 applied balance update to MO_EXTREMITYFIST.
rud0lp20
1
-2
/
+3
2012-09-02
Hello! few things.
shennetsind
1
-1
/
+1
2012-08-18
Implemented Renewal Casting System.
rud0lp20
1
-0
/
+15
2012-08-15
- Removed useless mapname compares (since r570) and fixed the strncmp for mal...
brianluau
1
-5
/
+4
2012-08-09
Fixed bugreport:6443 where SC_AUTOSHADOWSPELL bypasses flag checking of groun...
rud0lp20
1
-2
/
+32
2012-08-02
Fixed bugreport:6324 where re-spawning mob still hits/chases its previous att...
rud0lp20
1
-2
/
+7
2012-07-31
Fixed SC_CRYSTALIZE where it stacks with other opt and ignore SC_WARMER.
rud0lp20
1
-3
/
+15
2012-07-29
Fixed bugreport:6359
shennetsind
1
-2
/
+2
2012-07-29
Fixed bugreport:6353
shennetsind
1
-5
/
+10
2012-07-28
Updated some skills to its RE behavior(AL_ANGELUS, RG_BACKSTAP, WZ_GRAVITATIO...
rud0lp20
1
-6
/
+35
2012-07-27
Fixed bugreport:309 combos may now stack properly. moved all combo processing...
shennetsind
1
-16
/
+10
2012-07-26
Updated NJ_HUUMA to renewal behavior.(bugreport:6330)
rud0lp20
1
-20
/
+71
2012-07-26
Follow up r16502 / bugreport:6115 added missing check on battle_calc_gvg_damage
shennetsind
1
-3
/
+4
2012-07-26
Fixed bugreport:6115 players without guild may now attack guardians during wo...
shennetsind
1
-4
/
+8
2012-07-24
Follow up r16486 a little code optimization and fixed its server crashing/hal...
rud0lp20
1
-10
/
+7
2012-07-23
Fixed bugreport:5817. Hundred Spear now have his official behavior. (Thanks t...
ignizh
1
-1
/
+12
2012-07-23
reverting r16476, for 1) after extensive debugging cookie and I found out it ...
shennetsind
1
-1
/
+1
2012-07-23
Updated most Ranger skills to its official behavior and damage formula.(bugre...
rud0lp20
1
-25
/
+96
2012-07-22
Added a check on the battle_delay_damage_sub to prevent crashes from map_free...
cookiecrumbs
1
-1
/
+1
2012-07-22
Added a new configuration option to allow either weapon switching to cancel S...
cookiecrumbs
1
-0
/
+2
2012-07-18
Follow up r16445 performance improvement.
shennetsind
1
-30
/
+13
2012-07-18
New permissions added for groups: show_bossmobs, disable_pvm and disable_pvp;...
cookiecrumbs
1
-0
/
+32
2012-07-18
Follow up r16427 fixed issue with parenthesis logic and a battle.c warning on...
shennetsind
1
-1
/
+1
2012-07-16
Fixed bugreport:6233 traps should now hit/damage all targets inside gvg/pvp g...
rud0lp20
1
-14
/
+36
2012-07-14
- Added new script command hommutate which changes an Homunculus into an Homu...
masao87
1
-0
/
+2
2012-07-13
Fixed bugreport:6220 updated SR_SKYNETBLOW behavior to official and damage fo...
rud0lp20
1
-22
/
+40
2012-07-12
Fixed bugreport:6215 where using SR_CRESCENTELBOW can cause map server crashi...
rud0lp20
1
-2
/
+3
2012-07-11
Fixed bugreport:6178 where SR_CRESCENTELBOW doesn't work with skills and WM_P...
rud0lp20
1
-15
/
+14
[next]