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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-02
* Quick fix to char command checking gm level of the target player instead of...
Inkfish
2
-2
/
+17
2009-11-01
* Implemented the fix for Slim Pitcher working on WoESE objects (bugreport:36...
L0ne_W0lf
3
-1
/
+9
2009-10-27
* Cast time of Emergency Call is doubled if you master of High Jump.
Inkfish
3
-6
/
+11
2009-10-27
Fixed quest will never get erased when it's the only quest you have.
Inkfish
5
-10
/
+26
2009-10-26
Implemented NPC_VAMPIREGIFT and NPC_WIDESOULDRAIN.
Inkfish
3
-5
/
+21
2009-10-26
* The status SC_INVINCIBLE now reduces all damage to 1.
L0ne_W0lf
2
-2
/
+2
2009-10-25
Hardcoded the even label config settings from r14097.
ultramage
2
-10
/
+4
2009-10-25
Reverted renaming foreach functions and create a new one for OnTouch so that ...
Inkfish
8
-48
/
+109
2009-10-25
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can b...
Inkfish
12
-73
/
+196
2009-10-24
Reverted the previous change to OnTouch not triggering for invisible chars.
ultramage
1
-3
/
+2
2009-10-24
* 'OnTouch' script shouldn't trigger when you are invisible.(same as warps)
Inkfish
1
-5
/
+9
2009-10-12
Partially revert r14085, NPC names are allowed to be more than 24 character l...
Inkfish
2
-4
/
+4
2009-10-11
NPC should only have a 24 characters long name including EOS. (bugreport:3599)
Inkfish
2
-3
/
+3
2009-10-06
Fixed rental items can be moved into guild storage from cart.
Inkfish
4
-12
/
+6
2009-10-04
- Implemented new packets for rental items (from Jobbie and Natz and fixed by...
zephyrus
6
-149
/
+288
2009-10-04
- Added a missing space in help.txt (bugreport:3632)
brianluau
1
-1
/
+0
2009-10-02
Marionette Control now has an infinite duration.(bugreport:2542)
Inkfish
1
-5
/
+1
2009-10-02
Fixed a damage underflow (bugreport:3624)
Inkfish
1
-6
/
+2
2009-09-23
Added supports for Soul Bound.
Inkfish
2
-9
/
+9
2009-09-17
* Duration of SC_STONE is not reduced by MDEF.
Inkfish
2
-4
/
+3
2009-09-13
* Progressbar aborts when player is attacked.
Inkfish
6
-12
/
+40
2009-09-12
* Clarified the names of some questlog functions and eventually implemented k...
Inkfish
3
-34
/
+49
2009-09-04
Added missing memmove() when adding quests. Sorry, can't be more careless...
Inkfish
1
-0
/
+1
2009-09-04
add missing memmove (follow up to r14036)
Inkfish
1
-0
/
+4
2009-09-04
* QuestLog Fix.
Inkfish
6
-42
/
+52
2009-08-27
- Fixed typo in Hyegun_Hat (5367). (bugreport:1935)
brianluau
2
-3
/
+3
2009-08-26
Fixed mercenary info not being re-sent after using @refresh (bugreport:2335).
ultramage
1
-0
/
+5
2009-08-25
Implemented Progress Bar.(topic:207933)
Inkfish
4
-1
/
+66
2009-08-22
Fixed Teleport through Hocus-Pocus skips menu. (bugreport:3513)
Inkfish
1
-1
/
+1
2009-08-21
Fixed the wrong packet length makes client choke when add_quest packets are s...
Inkfish
3
-30
/
+7
2009-08-21
Added bMagicHPGainValue and bMagicSPGainValue.
Inkfish
5
-7
/
+25
2009-08-20
* Some fixes for Heat
Inkfish
1
-4
/
+10
2009-08-18
Equipment DEF penalty shouldn't be applied to players in Mental Strength.(bug...
Inkfish
1
-2
/
+4
2009-08-16
- Added missing #includes to fix some linux warnings.
zephyrus
1
-0
/
+6
2009-08-15
- Fixed final instancing bug. Tested Endless Tower and working. I will ask if...
zephyrus
1
-1
/
+1
2009-08-15
Fixed self skills affecting target unit when used within combo delay for Asur...
Inkfish
1
-2
/
+6
2009-08-14
- Fixes and optimization to instancing. Thanks to Saithis
zephyrus
5
-41
/
+45
2009-08-12
- Optimization to instance system.
zephyrus
15
-746
/
+772
2009-08-12
Fixed changequest behavior(before: completequest+setquest, now: erasequest+se...
Inkfish
1
-13
/
+1
2009-08-11
* Fixed autospell and autobonus will still trigger even if the chance is 0.
Inkfish
2
-7
/
+9
2009-08-04
- Added episode 12 & 13 cards (most episode 13 ones need matk + n;).
Kisuka
1
-1
/
+1
2009-08-04
- Added episode 12 and 13 item givers. (topic:226055)
Kisuka
1
-1
/
+1
2009-08-02
* Questlog code cleanup.
Inkfish
9
-42
/
+60
2009-07-29
- Fixed a bug cleaning instance variable on party when instance is destroy.
zephyrus
4
-8
/
+11
2009-07-29
* Fixed damage_level is not calculated properly on normal attack.
Inkfish
2
-1
/
+3
2009-07-29
* Kaahi heals no matter if attack connects. (bugreport:2440)
Inkfish
3
-8
/
+5
2009-07-28
- Added a missing 'next' in Kiel Hyre Quest (Medicine Chest).
brianluau
1
-2
/
+2
2009-07-28
Corrected two mistakes when I was trying to do some tricks...
Inkfish
2
-5
/
+5
2009-07-28
* Some more updates to Quest Log
Inkfish
7
-185
/
+135
2009-07-27
Partially reverted the fail from r13966.
ultramage
1
-0
/
+3
[next]