# HG changeset patch # User unc0rr # Date 1231429778 0 # Node ID dbcb2d531fadd93208ed68a662a2522a6fb9087e # Parent 90694bfc69592a904d37205fda25570520ca76a4 Update changelog diff -r 90694bfc6959 -r dbcb2d531fad ChangeLog.txt --- a/ChangeLog.txt Thu Jan 08 15:43:40 2009 +0000 +++ b/ChangeLog.txt Thu Jan 08 15:49:38 2009 +0000 @@ -1,6 +1,22 @@ + features * bugfixes +0.9.7 -> 0.9.8: + - Many net server fixes + - Lobby on net server + - Napalm weapon + - Drill rocket and Ballgun weapons + - Show quit reason message + - Solid Land option + - New maps + - Many new forts + - Improve Hellish hand grenade + - Spectating for those who joined after game start + * Fix silent crash when cannot place all hedgehogs + * Fix small damage tag issues + * Fix a bug leading to engine silent crash when using whip, bat or firepunch (and probably flame) + * Limit chat history to 250 entries to avoid DoS attack with its use + 0.9.6 -> 0.9.7: + Completely redesign the frontend, no longer looks like an ugly program launcher + New art diff -r 90694bfc6959 -r dbcb2d531fad hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Thu Jan 08 15:43:40 2009 +0000 +++ b/hedgewars/GSHandlers.inc Thu Jan 08 15:49:38 2009 +0000 @@ -133,7 +133,7 @@ begin case Gear^.Kind of gtAmmo_Bomb: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 50, EXPLAutoSound); - gtBall: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 15, EXPLAutoSound); + gtBall: doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 40, EXPLAutoSound); gtClusterBomb: begin doMakeExplosion(hwRound(Gear^.X), hwRound(Gear^.Y), 20, EXPLAutoSound); for i:= 0 to 4 do