Author: grumbel Date: 2007-11-07 10:04:39 +0100 (Wed, 07 Nov 2007) New Revision: 3497
Modified: trunk/pingus/NEWS trunk/pingus/TODO Log: updates Modified: trunk/pingus/NEWS =================================================================== --- trunk/pingus/NEWS 2007-11-06 17:42:40 UTC (rev 3496) +++ trunk/pingus/NEWS 2007-11-07 09:04:39 UTC (rev 3497) @@ -1,8 +1,10 @@ 0.7.3 (??/Nov/2007) =================== * fixed game not starting when no soundcard is present +* all halloween levels have been converted to a size of 1920x1200 or + larger (i.e. they can be played in fullscreen on all common monitors + without letterboxing) - 0.7.2 (31/Oct/2007) =================== * added support for levelsets Modified: trunk/pingus/TODO =================================================================== --- trunk/pingus/TODO 2007-11-06 17:42:40 UTC (rev 3496) +++ trunk/pingus/TODO 2007-11-07 09:04:39 UTC (rev 3497) @@ -163,10 +163,6 @@ next column a little bit. See the last tutorial level for an example. (likely rounding error float/int) -* hurry-up should be removed and replaced by something less heavy - (isn't used in tutorial island, since those levels don't have time) - (have a blinking clock and tick sound or so) - * StringFormat does line breaking TeX-style, but that isn't useful with the current s-expr format, which can handle explicit line breaks just fine @@ -239,6 +235,19 @@ Roadmap for Pingus Editor 0.7.3: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Important: +========== + +* remove support for obsolete tags: + + - liquid/speed + - hotpost/speed + - hotpost/parallax (replace with para-x, para-y) + +* Pack some new levels: indiana + +* keep-aspect is missing in the editor + Medium Important: ================= _______________________________________________ pingus-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/pingus-cvs
