Update changelog
authorunc0rr
Thu, 08 Jan 2009 15:49:38 +0000
changeset 1603 dbcb2d531fad
parent 1602 90694bfc6959
child 1604 ed8adf9aeb03
Update changelog
ChangeLog.txt
hedgewars/GSHandlers.inc
--- 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
--- 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