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
2006-08-18
- Fixed the atk_rate (Turtle General Card) bonus not working on dual-wielders.
skotlex
1
-2
/
+2
2006-08-18
- Made HLIF_HEAL a self skill that auto-selects target to caster's master.
skotlex
1
-4
/
+11
2006-08-18
Applied Mpeg's work on ninja (http://gpegon.free.fr/ea/ninja_08-18-06_mpeg.txt)
toms
1
-9
/
+7
2006-08-18
- Added guild_aura (skill.conf) setting so you can specify when it works and ...
skotlex
1
-1
/
+3
2006-08-18
- Changed unit_free so that it receives which cleartype should be used when t...
skotlex
1
-1
/
+1
2006-08-18
- Vaporize will no fail when the homun is dead.
skotlex
1
-2
/
+0
2006-08-16
- Now arrow-consuming skills where your main weapon is a whip or musical inst...
skotlex
1
-0
/
+2
2006-08-14
- Sacrifice no longer shows damage to self.
skotlex
1
-1
/
+0
2006-08-13
- Removed @itemcheck as it was totally pointless.
skotlex
1
-4
/
+8
2006-08-10
- Should have fixed the login-sql crash when passed user-name's length is bey...
skotlex
1
-12
/
+7
2006-08-09
- Should have fixed a signed/unsigned warning in login-txt
skotlex
1
-21
/
+0
2006-08-09
- Cleaned up some the code of TF_DOUBLE and GS_CHAINACTION.
skotlex
1
-16
/
+14
2006-08-09
- Trade requests will now fail when either character is unable to act (charac...
skotlex
1
-1
/
+1
2006-08-08
- Removed config settings display_delay_skill_fail and display_snatcher_skill...
skotlex
1
-4
/
+2
2006-08-08
- Fixed yet again AS_SPLASHER doing full damage on all characters. Now you ca...
skotlex
1
-3
/
+4
2006-08-07
- Removed the setting of blow-count to 0 when the target is a boss on the bat...
skotlex
1
-11
/
+1
2006-08-07
- Cleaned some of mpeg's updated work.
skotlex
1
-9
/
+1
2006-08-07
- Some code cleaning in status.c
skotlex
1
-3
/
+4
2006-08-07
mpeg's ninja work
Vicious
1
-5
/
+7
2006-08-07
- Adjusted Battle_check_target so that alchemist summoned mobs are targetted ...
skotlex
1
-3
/
+6
2006-08-05
- Fixed a compile warning.
skotlex
1
-1
/
+1
2006-08-04
- Fixed flag.elefix not being respected in battle_calc_misc_damage.
skotlex
1
-9
/
+9
2006-08-04
- Removed settings enemy_critical_rate, homun_critical_rate. Added settings e...
skotlex
1
-8
/
+8
2006-08-04
- Some minor code cleanups.
skotlex
1
-6
/
+6
2006-08-04
- Enabled Mastery damage on Soul Breaker again, moved adv katar mastery out o...
skotlex
1
-6
/
+10
2006-08-04
- Hide/Chasewalk will again stop screaming skill name (I guess displaying the...
skotlex
1
-2
/
+5
2006-08-04
Fixed warning:'type' might be used uninitialized in this function
toms
1
-1
/
+1
2006-08-03
- Readjusted the Chasewalk icon to be as it should be.
skotlex
1
-0
/
+4
2006-08-03
- GAHH, I am sick tired of typing TBL_HOMUNCULUS/BL_HOMUNCULUS all over the p...
skotlex
1
-18
/
+19
2006-08-03
- Added a damage cap to CR_ACIDDEMONSTRATION of INT_MAX/2 to prevent overflow...
skotlex
1
-0
/
+4
2006-08-03
- Fixed NPC_CRITICALSLASH not being considered as a Critical hit by the code.
skotlex
1
-0
/
+4
2006-08-03
- Cleaned up the last NJ update code.
skotlex
1
-3
/
+3
2006-08-02
- Fixed a logic error on battle_get_master which was causing infinite loops.....
skotlex
1
-8
/
+8
2006-08-02
Merged Mpeg's work on Ninja skills
toms
1
-6
/
+23
2006-08-02
- Fixed Martyr's Reckoning having a cap damage of 32k.
skotlex
1
-5
/
+3
2006-08-02
- Made recursive master check the default (otherwise it messes skill -> pet -...
skotlex
1
-22
/
+7
2006-08-02
- Updated battle_check_target so that all alchemist summoned mobs can be targ...
skotlex
1
-2
/
+2
2006-08-01
- Updated Poison React chance to counter and number of counters as per skill ...
skotlex
1
-2
/
+2
2006-08-01
- Fixed NPC_STOP id value in skill_cast_db
skotlex
1
-2
/
+2
2006-07-31
Added possibility to restrict duel usage to same map
toms
1
-2
/
+4
2006-07-31
Merged mpeg's fix on ninja skills
toms
1
-1
/
+4
2006-07-31
- Corrected a status_get_race call which should be status_get_race2 in misc a...
skotlex
1
-3
/
+3
2006-07-30
changed shell of blood into normal bullet. A_SHOTGUN is still around just in ...
Vicious
1
-6
/
+1
2006-07-30
Merged mpeg's fix on ninja skills and SA_VOLCANO,SA_DELUGE,SA_VIOLENTGALE
toms
1
-6
/
+12
2006-07-30
- Added bNoMiscDamage setting so you can specify misc-damage blocking from sk...
skotlex
1
-12
/
+11
2006-07-30
GS Skill updates/fixes
Vicious
1
-0
/
+4
2006-07-29
- Some small bug fixes discovered while merging.
skotlex
1
-1
/
+1
2006-07-29
- Added A_* constants to identify ammo types.
skotlex
1
-3
/
+37
2006-07-29
- offensive heal/sanctuary will only happen when the source of the heal is a ...
skotlex
1
-0
/
+1
2006-07-28
- Cleaned up the NJ update code.
skotlex
1
-34
/
+37
[next]