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.