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
2007-12-05
- Made the struct weapon_atk lhw in status_data a static member rather than a...
skotlex
7
-93
/
+66
2007-12-05
- Fixed a possible crash when the memory manager is disabled and a non-respaw...
skotlex
1
-1
/
+4
2007-12-03
- Added a fix to prevent missing a mail attachment is map servers disconnect ...
zephyrus
4
-12
/
+23
2007-12-03
- Corrected clif_pase_DropItem so ack/nak is always sent (or client hangs wai...
skotlex
1
-17
/
+18
2007-12-02
Fixed some minor inconsistencies in homunculus packets, in an attempt to make...
ultramage
3
-9
/
+7
2007-12-02
Fixed charserver unable to reestablish link to login server after a disconnec...
ultramage
1
-12
/
+11
2007-12-01
Fixed 'unit walking in sight' packet missing the 'level' value (mistake in r1...
ultramage
1
-1
/
+1
2007-11-30
- pc_setoption no longer does view_data changes while disguised (as this brea...
skotlex
1
-0
/
+3
2007-11-30
* Random cleanup/documentation.
FlavioJS
4
-46
/
+82
2007-11-29
- Allowed disguising while riding a peco-peco (this does not seem to cause pr...
skotlex
2
-13
/
+16
2007-11-29
- Probably fixed splash damage.
skotlex
1
-5
/
+1
2007-11-29
- Integrated the SG related info of hate_mob and feel_map into a single struc...
skotlex
6
-60
/
+57
2007-11-28
- Cleaned up some disguise related code, it fixes the disguise sprite not hav...
skotlex
1
-35
/
+35
2007-11-28
- Applied the required changes to handle def as a signed char (allows for neg...
skotlex
3
-11
/
+10
2007-11-28
- Corrected skill_check_condition to not delete items right away for certain ...
skotlex
3
-38
/
+39
2007-11-28
Fixed reflected spells bypassing WoE no-knockback restriction, because the co...
ultramage
1
-1
/
+1
2007-11-28
- Reverted the position of the max_hp/max_sp basic setting, modified the max_...
skotlex
2
-16
/
+23
2007-11-28
Applied clif_setlevel() to the new trade window packets to make it display pr...
ultramage
1
-2
/
+2
2007-11-28
* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...
ultramage
3
-18
/
+50
2007-11-27
* TXT/SQL login server code synchronization
ultramage
2
-2
/
+2
2007-11-27
- Overpowered some more NPC_EARTHQUAKE as per Gravity retardation.
skotlex
1
-0
/
+2
2007-11-27
- Cleaned some more the sc_end check so it is more generic and not so limited...
skotlex
1
-13
/
+11
2007-11-27
- Moved basic max HP/SP calculation to before parsing equipment, fixes negati...
skotlex
1
-9
/
+4
2007-11-27
- Corrected the online_data_cleanup routine setting offline characters that a...
skotlex
2
-1
/
+8
2007-11-27
* Fixed fake_nd not being exported correctly and being unloaded when reloadin...
FlavioJS
2
-2
/
+5
2007-11-26
* Normalized makefiles:
FlavioJS
1
-90
/
+43
2007-11-26
* Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr...
FlavioJS
1
-1
/
+1
2007-11-26
Fixed guild expulsion not working correctly.
ultramage
1
-1
/
+1
2007-11-25
Giant Fly Wings are now blocked on noteleport maps and duels.
L0ne_W0lf
1
-4
/
+4
2007-11-24
Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code)
ultramage
1
-1
/
+1
2007-11-24
Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)
ultramage
1
-4
/
+7
2007-11-24
Added support for latest official client/server packet changes.
ultramage
2
-1
/
+32
2007-11-24
Make the walk/stand/spawn packet generation incremental - deriving new versio...
ultramage
1
-304
/
+150
2007-11-23
Fixed some old mistakes in npc shop code causing misinterpretation of the num...
ultramage
1
-4
/
+5
2007-11-23
- Added a few missing skill fail messages on cast-end-pos skills.
skotlex
1
-2
/
+9
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
16
-1608
/
+1611
2007-11-22
* Moved the reset of references to after the empty script checks in parse_scr...
FlavioJS
1
-12
/
+15
2007-11-22
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
FlavioJS
3
-22
/
+76
2007-11-22
* Modified mapserver login procedure to make clients from may 2007 and newer ...
ultramage
2
-5
/
+15
2007-11-21
- Moved subtype from struct block_list to struct npc_data.
skotlex
10
-40
/
+36
2007-11-21
- Optimized a bit the map set cell imperative so it only fails when the targe...
skotlex
1
-1
/
+2
2007-11-21
More clif.c cleaning
ultramage
1
-65
/
+66
2007-11-21
random cleanup
ultramage
2
-19
/
+12
2007-11-21
* Homunculi now reset their can-act delay on call/resurrect/mapchange (allows...
ultramage
2
-2
/
+1
2007-11-21
Cleaned up/reformatted clif_set0078 and clif_set_007b (stand and walk packet ...
ultramage
1
-362
/
+285
2007-11-20
- Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.
skotlex
3
-18
/
+44
2007-11-19
- removed 'skill_fail' message when a ground skill fails as that caues double...
skotlex
4
-9
/
+5
2007-11-19
Random cleaning of party.c in attempt to make party_send_xy_timer() crashes a...
ultramage
2
-143
/
+142
2007-11-19
* Nullpo's disabled on release builds.
FlavioJS
1
-4
/
+0
2007-11-18
- Implemented a small change that was long overdue: Displaying the char-selec...
skotlex
1
-1
/
+2
[prev]
[next]