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-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
2006-07-28
- Some cleaning of battle_drain, Evil Druid card should work now.
skotlex
1
-9
/
+9
2006-07-28
Fixed : - "uninitialized local variable 'i' used" in skill.c
toms
1
-5
/
+6
2006-07-28
Commiting mpeg's NJ work(from jA). some things might have gotten reversed/bro...
Vicious
1
-17
/
+57
2006-07-27
- Added config setting party_update_interval so you can specify how often the...
skotlex
1
-0
/
+5
2006-07-27
- Added config setting "party_hp_mode" (battle/party.conf) which determines m...
skotlex
1
-0
/
+2
2006-07-27
- Applied the necessary changes to make @partyoption reflect it's changes on ...
skotlex
1
-2
/
+2
2006-07-26
- Some code cleanup of HLIF_MOON in regards to the number of hits and damage ...
skotlex
1
-2
/
+1
2006-07-26
- Added battle_get_master which returns the master bl of a given object.
skotlex
1
-114
/
+128
2006-07-25
- Fixed a possible crash when you dual-wield and the total damage is 0.
skotlex
1
-4
/
+3
2006-07-24
- Added a check to prevent Deluge/Volcano/Violent Gale from being placed on t...
skotlex
1
-3
/
+3
2006-07-24
- Changed Land Protector's range back to 3.
skotlex
1
-3
/
+3
2006-07-23
- Modified setting skillrange_by_weapon (skill.conf) to be a per-object-type ...
skotlex
1
-2
/
+2
2006-07-21
- Corrected the @follow timer not being deleted on logout.
skotlex
1
-0
/
+2
2006-07-21
- battle_check_target will now tag homunculus as invalid target when the sour...
skotlex
1
-1
/
+5
2006-07-21
- Added the necessary checks so that Suiton makes Fogwall have double duratio...
skotlex
1
-3
/
+3
2006-07-20
- Corrected Cloaking level 1-2 not letting you move across walls.
skotlex
1
-1
/
+1
2006-07-20
- Added battle config settings agi_penalty_target and vit_penalty_target, the...
skotlex
1
-3
/
+10
2006-07-20
- Corrected fog of wall to behave as best known. Only takes effect when targe...
skotlex
1
-13
/
+15
2006-07-19
- Fixed the inf code update breakage which was blocking all offensive skills.
skotlex
1
-6
/
+6
2006-07-18
- Fixed a crash when trying to extend TK's infinite combo feature.
skotlex
1
-1
/
+3
2006-07-18
- Corrected Venom splasher's splash damage
skotlex
1
-5
/
+4
2006-07-18
- Corrected Fog of Wall's "targetted spells fail 75% of the time" feature by ...
skotlex
1
-14
/
+7
2006-07-18
- Added a proper check to make aggressive mobs never override homun targets r...
skotlex
1
-1
/
+2
2006-07-18
- Fixed giving the 100% damage bonus when no-splash-targets are found in the ...
skotlex
1
-3
/
+3
2006-07-18
- Updated mob_db.sql to current mob_db.txt data.
skotlex
1
-3
/
+2
2006-07-17
- Should have fixed the Cart Termination damage code to be scaled correctly w...
skotlex
1
-4
/
+4
2006-07-17
Orn's and Albator's Homunculus system, finally, YAY!!
DracoRPG
1
-1
/
+28
2006-07-13
- Reverted temporarily the Cart Termination equation until it can be fixed...
skotlex
1
-1
/
+3
2006-07-12
- Recoded NJ_BAKUENRYU to behave as I understand it best from the skill-descr...
skotlex
1
-1
/
+1
2006-07-12
- Added back the undead check to turn undead/resurrection to prevent damaging...
skotlex
1
-9
/
+8
2006-07-12
- Fixed Cart Termination's damage.
skotlex
1
-4
/
+5
2006-07-11
- Fixed GTB card only working while you had a status-change active.
skotlex
1
-7
/
+8
[next]