index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Changelog-Trunk.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-10
- Reverted last change, I was wrong in my assumption o_O;
skotlex
1
-1
/
+0
2007-12-10
- Fixed the disguise packet sent in clif_move
skotlex
1
-0
/
+1
2007-12-10
- Cleared up npc shop id when warping a player.
skotlex
1
-0
/
+3
2007-12-09
* Modified npc_parsesrcfile to parse the line as a 'tab-separated values' str...
FlavioJS
1
-0
/
+5
2007-12-09
* Added a generic 'delimiter-separated values' string parser to strlib.c/h.
FlavioJS
1
-0
/
+2
2007-12-07
- Fixed ensembles skills.
skotlex
1
-0
/
+1
2007-12-07
- removed the timer heap correction code when the timers overflow since Flavi...
skotlex
1
-0
/
+7
2007-12-06
* Removed the attempts to recover from invalid syntax in npc_parsesrcfile sin...
FlavioJS
1
-0
/
+7
2007-12-06
- The default event script behaviour is to trigger on labels rather than NPCs...
skotlex
1
-0
/
+10
2007-12-03
- Added a fix to prevent missing a mail attachment is map servers disconnect ...
zephyrus
1
-0
/
+3
2007-11-30
- pc_setoption no longer does view_data changes while disguised (as this brea...
skotlex
1
-0
/
+2
2007-11-30
* Random cleanup/documentation.
FlavioJS
1
-0
/
+6
2007-11-29
- Allowed disguising while riding a peco-peco (this does not seem to cause pr...
skotlex
1
-0
/
+4
2007-11-29
- Probably fixed splash damage.
skotlex
1
-0
/
+1
2007-11-29
- Integrated the SG related info of hate_mob and feel_map into a single struc...
skotlex
1
-0
/
+4
2007-11-28
- Applied the required changes to handle def as a signed char (allows for neg...
skotlex
1
-0
/
+2
2007-11-28
- Corrected skill_check_condition to not delete items right away for certain ...
skotlex
1
-0
/
+8
2007-11-28
Fixed reflected spells bypassing WoE no-knockback restriction, because the co...
ultramage
1
-0
/
+2
2007-11-28
- Reverted the position of the max_hp/max_sp basic setting, modified the max_...
skotlex
1
-0
/
+3
2007-11-28
* Reconstructed a list of all PACKETVER types, by reverse-engineering it from...
ultramage
1
-0
/
+7
2007-11-27
* Added safesnprintf to strlib.c/h (bugreport:372)
FlavioJS
1
-0
/
+1
2007-11-27
* TXT/SQL login server code synchronization
ultramage
1
-0
/
+8
2007-11-27
- Moved basic max HP/SP calculation to before parsing equipment, fixes negati...
skotlex
1
-0
/
+2
2007-11-27
- Corrected the online_data_cleanup routine setting offline characters that a...
skotlex
1
-0
/
+4
2007-11-27
* Fixed fake_nd not being exported correctly and being unloaded when reloadin...
FlavioJS
1
-0
/
+3
2007-11-26
* Normalized makefiles:
FlavioJS
1
-2
/
+9
2007-11-26
* Fixed buildin_query_sql using Sql_Query instead of Sql_QueryStr, wrongly pr...
FlavioJS
1
-0
/
+2
2007-11-26
Fixed guild expulsion not working correctly.
ultramage
1
-0
/
+1
2007-11-26
* Fixed a memory leak in mail_savemessage (src\char_sql\int_mail.c).
FlavioJS
1
-0
/
+2
2007-11-25
Giant Fly Wings are now blocked on noteleport maps and duels.
L0ne_W0lf
1
-0
/
+2
2007-11-24
Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code)
ultramage
1
-0
/
+1
2007-11-24
Fixed a crash when a taekwon hits a wall while Sprinting (bugreport:483)
ultramage
1
-0
/
+1
2007-11-24
Added support for latest official client/server packet changes.
ultramage
1
-0
/
+3
2007-11-22
- Changed the status_change structure to use dynamic rather than static memor...
skotlex
1
-0
/
+6
2007-11-22
* Moved the reset of references to after the empty script checks in parse_scr...
FlavioJS
1
-0
/
+2
2007-11-22
* Renamed fakenpcname to setnpcdisplay, fixed and extended it.
FlavioJS
1
-0
/
+2
2007-11-22
* Modified mapserver login procedure to make clients from may 2007 and newer ...
ultramage
1
-0
/
+6
2007-11-21
* Fixed Sql_SetEncoding not setting the encoding of the connection properly. ...
FlavioJS
1
-0
/
+2
2007-11-21
* Added backward compatible target 'conf' to the Makefile.
FlavioJS
1
-0
/
+1
2007-11-21
* Homunculi now reset their can-act delay on call/resurrect/mapchange (allows...
ultramage
1
-0
/
+6
2007-11-20
- Implemented SL_SUPERNOVICE erasing the death record 1% of the casts.
skotlex
1
-0
/
+5
2007-11-19
* Nullpo's disabled on release builds.
FlavioJS
1
-0
/
+9
2007-11-18
- Implemented a small change that was long overdue: Displaying the char-selec...
skotlex
1
-0
/
+3
2007-11-18
* Replaced jA's way of allocating npc shop data with a simple dynamic array t...
ultramage
1
-0
/
+9
2007-11-17
Removed battle_config.error_log as console_silent already handles this
ultramage
1
-0
/
+1
2007-11-17
Made OnTouch zone dimensions be stored as radius instead of diameter.
ultramage
1
-2
/
+5
2007-11-15
- Added 2 new status changes for Life and Regeneration Potions [Zephyrus]
zephyrus
1
-0
/
+3
2007-11-15
Added error messages when trying to place objects on invalid map coordinates ...
ultramage
1
-0
/
+1
2007-11-15
Fixed Divine Protection working against players (bugreport:410)
ultramage
1
-0
/
+2
2007-11-14
Fixed some homunculus skill offset calculation mistakes (bugreport:363)
ultramage
1
-0
/
+2
[next]