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
path:
root
/
src
/
map
/
status.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-22
NPC_STOP now stops both sides and will be canceled if either side teleports o...
Inkfish
1
-0
/
+9
2009-05-22
* The delay icon doesn't appear during casting now. (bugreport:3101)
Inkfish
1
-4
/
+4
2009-05-20
* Now fiberlocking a fiberlocked target doesn't renew the timer but instead i...
Inkfish
1
-3
/
+4
2009-05-18
* Item-bonuses and NPC skills now use the official default durations for stat...
Playtester
1
-7
/
+7
2009-05-18
status calc code cleanup
ultramage
1
-439
/
+327
2009-05-15
- Fixed a bunch of invalid memory access bugs as reported by Valgrind.
skotlex
1
-24
/
+13
2009-05-15
Changed the type of the 'first' parameter of status_calc_pc/mob/pet/homunculu...
ultramage
1
-8
/
+8
2009-05-15
Removed the undocumented custom level feature from monster spawn lines (bugre...
ultramage
1
-5
/
+1
2009-05-12
* Removed DEF reduction display when casting GrandCross.
Inkfish
1
-7
/
+0
2009-05-11
Fixed Slow Grace decreasing aspd 10x less than it should (bugreport:2480).
ultramage
1
-1
/
+3
2009-05-10
* Fixed the incorrect DEF reduction of Joint Beat (bugreport:3051)
Inkfish
1
-5
/
+3
2009-05-07
* Update Waterball code due to info updated
Inkfish
1
-0
/
+7
2009-05-07
* Fixed splash damage from Baphomet Card might miss. [Inkfish]
Inkfish
1
-0
/
+2
2009-04-30
Added missing case SC_ONEHAND (from r5227) and case SC_MERC_QUICKEN (from r13...
ultramage
1
-38
/
+47
2009-04-25
* First attempt to fix up the strip skills, please make sure these fixes work...
Playtester
1
-8
/
+4
2009-04-25
Correction to some status icons based on official information
ultramage
1
-11
/
+27
2009-04-24
Renamed Happy Break's status name from SC_TKREST to SC_EARTHSCROLL, since tha...
ultramage
1
-3
/
+3
2009-04-24
Filled in missing OPT3 change for LK's Aura Blade.
ultramage
1
-4
/
+9
2009-04-12
* Took care of some warnings. (marionette formulas and *INTPTR_* macros)
FlavioJS
1
-14
/
+14
2009-03-24
Yet another fix...
akrus
1
-1
/
+1
2009-03-24
* Added support for new status change packet, uses new setting display_status...
Sara
1
-5
/
+5
2009-03-18
- Implemented new item and bonuses for Kreiger Von Midgard rewards.
zephyrus
1
-1
/
+12
2009-03-08
* Fixed a couple bugs with marionette control
ultramage
1
-130
/
+34
2009-02-26
- Fixed item Nemesis.
zephyrus
1
-14
/
+18
2009-01-25
- Implemented new Pet Bonus System. Enjoy!! :D
zephyrus
1
-7
/
+7
2009-01-25
- Implemented new item bonus scripts required for battlegrounds.
zephyrus
1
-9
/
+25
2009-01-24
* Changed all uses of struct skill_unit_group* to group_id in status_change_e...
FlavioJS
1
-4
/
+4
2009-01-22
* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...
FlavioJS
1
-4
/
+6
2009-01-20
- Added support for item effect Ignore Def Rate by Race. bonus2 bIgnoreDefRat...
zephyrus
1
-0
/
+1
2009-01-12
Added regen_db to reduce hp/sp processing delays (bugreport:2256).
ultramage
1
-4
/
+1
2008-10-18
* Corrected a target checking problem brought about with Kaizel/Osiris combin...
sketchyphoenix
1
-1
/
+1
2008-10-12
Fixed silly assignment operator mistake in r13281.
ultramage
1
-1
/
+1
2008-10-11
* Using Kaizel in conjunction with Osiris Card should now work. (bugreport:2251)
sketchyphoenix
1
-1
/
+5
2008-10-11
Code improvement for r13279.
ultramage
1
-3
/
+2
2008-10-11
Going 90% overweight will now make you stop attacking (bugreport:2315).
ultramage
1
-1
/
+3
2008-10-10
Slightly corrected the NPC_REBIRTH code from r13272.
ultramage
1
-3
/
+3
2008-10-09
Updated NPC_REBIRTH. Has it's own values, and no longer leeches off SL_KAIZEL.
L0ne_W0lf
1
-1
/
+13
2008-10-06
SC_WEIGHT50 and 90 are no longer removed on death. (bugreport:2316)
L0ne_W0lf
1
-0
/
+2
2008-10-04
Fixed NPC_REBIRTH not working if the caster had no status active at the momen...
ultramage
1
-3
/
+0
2008-10-01
* Rev. 13251 Removed 'casttime' adjustment from offensive ressurection. Follo...
L0ne_W0lf
1
-2
/
+1
2008-09-10
- Full implementation of mercenary skills.
zephyrus
1
-72
/
+133
2008-09-02
- Implementing a correct update of mercenary status window on status change u...
zephyrus
1
-31
/
+51
2008-09-01
- Supportive Skill Behavior for Mercenaries:
zephyrus
1
-9
/
+9
2008-09-01
- More code for mercenaries and starting work on restrictions.
zephyrus
1
-1
/
+22
2008-09-01
- Mercenary Bonus Status (currently activated each mob kill for testing).
zephyrus
1
-24
/
+96
2008-08-31
- Implemented script commands for mercenary items (mercenary_heal and mercena...
zephyrus
1
-0
/
+1
2008-08-31
* More mercenary updates.
zephyrus
1
-2
/
+4
2008-08-25
quick compilation fix to r13130
ultramage
1
-1
/
+1
2008-08-25
Last commit
shadow
1
-6
/
+7
2008-08-24
- Moving all content of Homunculus code to a proper file Homunculus.c/h
zephyrus
1
-0
/
+1
[next]