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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-22
Fixed a bug in the npc shop code, where requesting an item that wasn't on the...
ultramage
2
-63
/
+83
2008-07-20
ops ('|'->'&' in delete_timer debug code)
FlavioJS
1
-1
/
+1
2008-07-20
* Simplified the search in pop_timer_heap and added more debug info to help d...
FlavioJS
2
-10
/
+32
2008-07-20
Corrected #storagelist target typo (bugreport:1873)
sketchyphoenix
1
-1
/
+1
2008-07-16
* Added a check to make sure only released timers are acquired from the free ...
FlavioJS
1
-3
/
+3
2008-07-16
Fixed TK_JUMPKICK, should not jump over objects and cliffs.
shadow
1
-1
/
+1
2008-07-15
Removed the party_share_conflict() check.
ultramage
6
-68
/
+2
2008-07-15
Corrected wrong data loading order in txt storage code causing crashes at sta...
ultramage
2
-2
/
+6
2008-07-15
* Fixed pop_timer_heap using max heap comparisons instead of min heap compari...
FlavioJS
2
-21
/
+41
2008-07-14
* Corrected compiler warning and error made from r12959 and r12953, respectiv...
sketchyphoenix
2
-1
/
+2
2008-07-14
Made homunculi have doubled regen rates (they regen twice as fast) defined on...
shadow
1
-0
/
+6
2008-07-13
added missing pick_log
Lupus
1
-1
/
+2
2008-07-13
Modified storage data loading
ultramage
16
-478
/
+176
2008-07-13
storage code cleanup (no behavioral changes yet)
ultramage
8
-202
/
+207
2008-07-12
Fixed a bad check on NPC_EVILLAND, actually healing players instead of doing ...
shadow
1
-1
/
+1
2008-07-10
Renamed 'storage_' to 'items' in the storage_data structure.
ultramage
6
-58
/
+58
2008-07-10
Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...
ultramage
14
-79
/
+79
2008-07-10
* Users can't click floating npcs directly. (quick fix for bugreport:1814)
FlavioJS
1
-1
/
+2
2008-07-09
Fixed SG_FUSION hp penalty (0.5% to 2%), bugreport:1805
shadow
1
-1
/
+1
2008-07-09
Small cleanup of sql storage code (useless data structure allocation)
ultramage
1
-28
/
+8
2008-07-09
* Added const to the return value of get_timer.
FlavioJS
6
-157
/
+242
2008-07-07
First attempt at implementing the official walk speed system
ultramage
2
-137
/
+127
2008-07-07
Small cleanup of leftover Grimtooth data (followup to r12917)
ultramage
1
-1
/
+0
2008-07-07
Fixed a typo :o
akrus
1
-1
/
+1
2008-07-07
* Players autotrading will not be able to recieve whispers (bugreport:1804)
sketchyphoenix
1
-1
/
+10
2008-07-07
Removed stop/slowdown effect from Grimtooth (bugreport:1806)
ultramage
1
-6
/
+0
2008-07-06
* Slight cleanup of item-based walk speed bonuses
ultramage
4
-18
/
+9
2008-07-05
* Moved the mob killmonster flag to a more appropriate area. (bugreport:1795)
sketchyphoenix
3
-4
/
+4
2008-07-05
Fixed AM_PHARMACY produce chances based on info gathered by flaviojs, aegis z...
shadow
1
-19
/
+25
2008-07-04
* Homunculus will no longer auto-vaporize on master death.
L0ne_W0lf
3
-1
/
+3
2008-07-04
- Timer set to -1 soon, previous to timer deletion :O
zephyrus
1
-5
/
+6
2008-07-04
added missing 'e' logs
Lupus
1
-1
/
+17
2008-07-03
Adjusted Free Cast code so that its walk penalty gets calculated in status_ca...
ultramage
5
-64
/
+31
2008-07-03
Fixes regarding bugreport:1727 (undead element/race skill behaviors) follow u...
shadow
3
-7
/
+10
2008-06-29
- Added support to Cash Shop for script command callshop
zephyrus
4
-22
/
+39
2008-06-29
Random assortment of various small corrections and tweaks.
ultramage
7
-34
/
+34
2008-06-24
* Increased Item group limit for new item groups.
L0ne_W0lf
1
-1
/
+1
2008-06-24
Cleaned up unconditional calls to status_change_end().
ultramage
3
-152
/
+79
2008-06-22
Changed a if statement around because gcc emocries over it.
sketchyphoenix
1
-2
/
+3
2008-06-22
Added support for killmonster to fire OnMyMobDead optionally.
sketchyphoenix
3
-3
/
+30
2008-06-22
- Basilica knockback effect is only for mobs, not everybody x.x
zephyrus
1
-4
/
+3
2008-06-22
Forgot to switch function names out from r12873 >_>
sketchyphoenix
1
-3
/
+4
2008-06-22
* Modified *killmonsterall to support a new argument that will allow it to ki...
sketchyphoenix
1
-2
/
+20
2008-06-21
Fixed a not-so-well implemented basilica fix that was reverted in 12869.
sketchyphoenix
1
-2
/
+9
2008-06-21
* Extended script command 'set' to return the variable reference (topic:190602).
FlavioJS
1
-16
/
+28
2008-06-21
* Fixed a bug where the "OnMyMobDead" event wouldn't trigger if the mob was k...
sketchyphoenix
2
-2
/
+5
2008-06-21
Reverted the basilica knockback patch (r12852( because it causes bad position...
ultramage
1
-7
/
+1
2008-06-19
Basic cleanup of the SQL charserver homunculus code.
ultramage
3
-163
/
+165
2008-06-19
* Fixed SC_CHANGEUNDEAD behavior: Blessing and Increase AGI deals 1 damage an...
sketchyphoenix
1
-2
/
+16
2008-06-19
Added Sirius_White's fix for sense working on emperium. (bugreport: 1679)
sketchyphoenix
1
-0
/
+3
[next]