From 5aea089a291a8ecdb3cccfd08b0802ad0474b2c7 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 8 Sep 2003 22:33:14 +0000 Subject: [PATCH] updated due to bugs 319, 365 git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1218 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 2838eac4e..586321b64 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,4 +1,8 @@ Changes towards version 0.4: +- Fixed ships in solar system getting displaced after having + visited a planet (bug #365) -Alex +- Fixed collisions/encounters with "invisible" fleeing ships + (bug #319) -Alex - Quit confirmation fixes: lander reports, conversation summaries, outtakes, end credits; font effect properly set/saved/restored; (bugs #454, #465, #466); from chmmravatar