index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
skill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-08
- Added some new items and headgears.
zephyrus
1
-1
/
+1
2008-05-07
- Moved the SD_PREAMBLE code to skill_area_sub
skotlex
1
-21
/
+14
2008-05-07
- Added function battle_attr_ratio to handle just getting the attribute table...
skotlex
1
-12
/
+13
2008-05-01
Replaced the integers+checking approach in r12679 with usage of floating poin...
ultramage
1
-1
/
+1
2008-05-01
Implemented get_percentage() for compact and safe calculation of percentual v...
ultramage
1
-1
/
+1
2008-04-21
* Changed the data field of timers from int to intptr.
FlavioJS
1
-6
/
+6
2008-04-15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
ultramage
1
-126
/
+49
2008-04-11
- Added code to remove a trap when it dies.
zephyrus
1
-10
/
+24
2008-04-10
- Fixed Max Guardians max = 8 (no need to increase this value for woe 2.0 as ...
zephyrus
1
-8
/
+28
2008-04-10
* Updated NPC skill "Evil Land". More gravity wtfage.
L0ne_W0lf
1
-1
/
+1
2008-04-07
Immunity to magic now makes you immune to the SC effect as well. (bugreport:1...
Kevin
1
-0
/
+3
2008-04-07
Magnum Break will now affect traps. See (r12516).
Kevin
1
-1
/
+2
2008-04-07
-Sight rasher now affects the wizard's own and other's icewalls.
Kevin
1
-3
/
+6
2008-04-07
Changed guild skills restore, regen, and battle order to only affect BL_PC. (...
Kevin
1
-3
/
+3
2008-04-06
Unequip should no longer remove any buff from seven wind. (bugreport:1155)
Kevin
1
-0
/
+3
2008-04-05
Union now consumes sp when not soul linked. (bugreport:1155)
Kevin
1
-1
/
+2
2008-04-05
Last fix for r12485, I swear. >_>
Kevin
1
-1
/
+1
2008-04-05
Fix for (r12475), wasn't checking to see if the target cell was walkable.
Kevin
1
-1
/
+1
2008-04-05
PCs/Mobs/NPCs now block Leap(TK_HIGHJUMP) and sprint(TK_RUN). (bugreport:1155)
Kevin
1
-1
/
+1
2008-03-31
- Fixed wrong expire calculation on Wall of Fog used over Deluge (Bug report ...
zephyrus
1
-1
/
+1
2008-03-26
Adjusted eAthena code to compile cleanly in C++ mode.
ultramage
1
-61
/
+74
2008-03-25
Partially fixed the mess in status.c.
ultramage
1
-18
/
+19
2008-03-13
Replaced some foreach-based functions by their inlined iterator equivalents.
ultramage
1
-1
/
+1
2008-03-13
- Added a fix for Abracadabra, this skills allways should use minimum a Yello...
zephyrus
1
-1
/
+9
2008-03-09
- Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang...
skotlex
1
-2
/
+2
2008-03-09
Cleaned up and corrected some more land skill code:
ultramage
1
-78
/
+55
2008-03-06
- Corrected pc_checkitem not behaving correctly when you had more than one eq...
skotlex
1
-1
/
+2
2008-03-05
- Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property.
skotlex
1
-0
/
+5
2008-03-04
- Updated firepillar so it cannot be placed on top of others.
skotlex
1
-18
/
+6
2008-02-27
Patched an unresolved case where knocking back a bard/dancer would cause the ...
ultramage
1
-1
/
+2
2008-02-27
* Fixed Apple of Idun not checking for bard soul link (bugreport:1028)
ultramage
1
-2
/
+2
2008-02-27
* Removed NODAMAGE and ICEWALL cell types (mem usage back to normal)
ultramage
1
-47
/
+22
2008-02-26
- Added new settings for autotrade on battle/misc.conf (you can read descript...
zephyrus
1
-1
/
+1
2008-02-20
Changed pc_can_give_items() to use standard boolean logic instead of the inve...
ultramage
1
-1
/
+1
2008-02-10
Fixed Warp Portal code sometimes producing errors/crashes in the case where a...
ultramage
1
-5
/
+11
2008-02-04
- Some code cleanups.
zephyrus
1
-2
/
+2
2008-02-04
- Fixed a 'typo' which made my last commit actually not fix anything (Plagiar...
skotlex
1
-1
/
+1
2008-02-03
Fixes to Devotion (see topic:153345)
ultramage
1
-9
/
+15
2008-01-29
- Plagiarize can no longer copy skill levels beyond their max skill_db value.
skotlex
1
-5
/
+11
2008-01-21
- Optimized some code about @size changes in chars.
zephyrus
1
-2
/
+3
2008-01-20
- Fixed a comparison whn doing item searches
skotlex
1
-11
/
+10
2008-01-17
Icewalls can no longer be knocked back (see bugreport:38)
ultramage
1
-2
/
+5
2008-01-14
- Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ...
skotlex
1
-1
/
+3
2008-01-14
* Client packet corrections
ultramage
1
-9
/
+2
2008-01-14
Simplified the BL_CAST macro (see topic:166795)
ultramage
1
-31
/
+31
2008-01-11
Applied Skotlex's alternative to r12044 (abracadabra fix)
ultramage
1
-9
/
+6
2008-01-11
- Implemented the extra damage bonus to TK_JUMPKICK when it is used while run...
skotlex
1
-4
/
+7
2008-01-11
- Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes.
skotlex
1
-3
/
+6
2008-01-10
- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...
skotlex
1
-9
/
+12
2008-01-10
Fixed Abracadabra unable to cast non-targeted skills (bugreport:186)
ultramage
1
-9
/
+15
[next]