Search
lxdream.org :: lxdream/RELEASE_NOTES :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename RELEASE_NOTES
changeset 793:7877d947228d
prev623:95fcdcf2094c
next897:163b9ed7899c
author nkeynes
date Tue Aug 19 08:37:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Tidy up shared objects
file annotate diff log raw
1.1 --- a/RELEASE_NOTES Thu Jan 31 09:35:01 2008 +0000
1.2 +++ b/RELEASE_NOTES Tue Aug 19 08:37:34 2008 +0000
1.3 @@ -1,4 +1,4 @@
1.4 -Release notes for lxdream 0.8.3
1.5 +Release notes for lxdream 0.8.4
1.6 ===================================================
1.7
1.8 Please note that this is still an alpha release - many things are not yet
1.9 @@ -10,6 +10,15 @@
1.10 perfectly or nearly so - feel free to experiment and let us
1.11 know how it goes.
1.12
1.13 +Changes since 0.8.3
1.14 +-------------------
1.15 +* Fullly native Mac OS X support
1.16 +* Renderer rewrite (fixes perspective correction among other problems)
1.17 +* ALSA and PulseAudio sound drivers
1.18 +* Save states now work on x86-64
1.19 +* New translations: Spanish and Italian
1.20 +* Lots of miscellaneous bug-fixes and improvements
1.21 +
1.22 Changes since 0.8.2
1.23 -------------------
1.24 * MMU Implementation
1.25 @@ -59,16 +68,19 @@
1.26 The following are known bugs (as opposed to missing features) that will be
1.27 fixed in the next release, but are too large to be fixed for this version:
1.28
1.29 -* Polygons that are partially clipped by the view frustum can be distorted
1.30 -quite badly
1.31 -* Limited depth precision causes tearing of view on some scenes.
1.32 +* Graphic artifacts related to triangle sorting and/of lack of depth
1.33 + precision.
1.34
1.35 System requirements
1.36 -------------------
1.37 -GTK 2.6+
1.38 -ESounD 2.36+
1.39 -OpenGL drivers with EXT_framebuffer_object support (any recent drivers should be
1.40 -fine)
1.41 +Linux:
1.42 + GTK 2.6+
1.43 + OpenGL drivers with EXT_framebuffer_object or GLX PBuffer support
1.44 + - Currently this means either the ATI or NVidia binary drivers.
1.45 +
1.46 +OS X:
1.47 + System 10.4 or later
1.48 +
1.49 GCC, Make, etc.
1.50
1.51 Building
.