From 7457cf764bb52ae497d8caa3ad8877276292b0bb Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 12 May 2003 00:15:47 +0000 Subject: [PATCH] ChangeLog - Update 'cause 0.9.8 release --- ChangeLog | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08fb8dd..e4322c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,26 @@ +Version 0.9.8 +============= +2003-05-12 +- Added: a new powerup and two new illnesses. (Patty) -- Changed: the Background Fields can now have a bigger texture, - size 1x1 (64x64), 2x2(128x128), 3x3... +- Fixed: the gfx engine will not anymore take too much + CPU usage (Patty) + +- Changed: the Background Fields can now have a bigger + texture, size 1x1 (64x64), 2x2(128x128), 3x3... -- Changed: You can now change the map settings even in the Player - selection menu. (kitutou) +- Changed: You can now change the map settings even in the + Player selection menu. (kitutou) - Added: tileset support with random tileset selection thanks to (thaphool) for the jungle tileset - + - Added: loadable maps. (ob1kenewb) with random map selection (kitutou) - + - Changed: now the send packet option will be set for every - player directly, so if a slow player joins, it should not anymore - slow down the whole network game. + player directly, so if a slow player joins, it should not + anymore slow down the whole network game. - Fixed: disconnected player are not anymore shown in the Player Selection screen.