]> git.mxchange.org Git - flightgear.git/commitdiff
News updates ...
authorcurt <curt>
Mon, 13 Jul 1998 20:57:46 +0000 (20:57 +0000)
committercurt <curt>
Mon, 13 Jul 1998 20:57:46 +0000 (20:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index eb7cb3e1be3c2312caaba046be120c37a0d42e6b..e78a60ccc0e28c81d6380591d350b7c755bf3086 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 New in 0.50
+* HUD updates from Charlie Hotchkiss (ladder number rotate w/ ladder, control
+  position indicators are back)
+* Only draw the PUI cursor if Mesa/Glide/Fullscreen.
+* Added mipmapping.
+* Calculate the model view transformation matrix once per tile per iteration.
+  Then glLoadMatrixd() it for each fragment rather than calling push(), 
+  translate(), pop().
+* Added a basic splash screen.
+* Added support for switching between fullscreen and window mode for 
+  Mesa/3dfx/glide.
+* added an enable/disable splash screen option
+* added an enable/disable intro music option
+* added an enable/disable instrument panel option
+* added an enable/disable mouse pointer option
+* Ground collision detection.  You can now land or test for collision with
+  any scenery surface.
 
 New in 0.49
 * Managment of multiple textures