From 435e1ea8f2d0bd63d63f185f56539d6de5b7bc44 Mon Sep 17 00:00:00 2001 From: ghaushe Date: Thu, 27 Feb 2003 00:03:09 +0000 Subject: [PATCH] Fix Syreen, Slylandro, and Kohr-Ah ship effects to be screen-size independant. SaMatra may still need work, tho Closes #93 (bug 199 has been opened on the SaMatra issue) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@835 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 195cc36b2..6bb2dd5e5 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -1,8 +1,10 @@ Changes towards version 0.3: +- Fix Syreen, KohrAh and Slylandro ship effects to not be screen + size dependant (corolary to bug 93) - PhracturedBlue - Line clipping is now handled correctly; fixes #28 (one pixel corruptions) and #198 (beam weapons changing direction) -Mika - Vux warps in close (fixes bug 93) -from Nic -- Fixed lockup on lander-report (Bug #144 annd 187?) +- Fixed lockup on lander-report (Bug #144 annd 187?) - PhracturedBlue - Version # is now printed in the main menu, from Nic - Added PC Shipyard + Hangar power lines animation; (closes #176) -fOSSiL