revision 1163:034252e0689d
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 1163:034252e0689d |
parent | 1162:a10d0d254f1f |
child | 1164:01b45ca393c6 |
author | nkeynes |
date | Fri Jan 21 06:41:34 2011 +1000 (12 years ago) |
Update release notes for 0.9.2
![]() | RELEASE_NOTES | view | annotate | diff | log |
1.1 --- a/RELEASE_NOTES Fri Jan 21 06:40:05 2011 +10001.2 +++ b/RELEASE_NOTES Fri Jan 21 06:41:34 2011 +10001.3 @@ -1,37 +1,44 @@1.4 -Release notes for lxdream 0.9.1 "Turtle"1.5 +Release notes for lxdream 0.9.2 "Slippery Turtle"1.6 ===================================================1.8 -Lxdream 0.9.1 is mostly a performance release (core emulation is a good1.9 -33-50% faster, although rendering performance is still bad), with a few new1.10 -features like VMU and LIRC support. As for 0.9, the majority of software can1.11 -be expected to "just work" with minimal problems.1.12 +Lxdream 0.9.2 primarily focuses on improving rendering performance, which is1.13 +up to 3x faster than 0.9.1 (depending on hardware and scene details). The1.14 +CD-ROM device layer has also been rewritten to provide more flexibility and1.15 +introduce some new features.1.17 Nevertheless this should still be considered an alpha release, with many1.18 unimplemented features remaining. You're unlikely to see 'perfect' emulation,1.19 and we're nowhere near being bug-compatible (in other words, don't expect your1.20 code to work on the real hardware just because it runs correctly in lxdream).1.22 -Changes since 0.91.23 +Note that command-line options for running binary executables have been changed in this1.24 +release:1.25 +1.26 + lxdream -e homebrew.bin1.27 +1.28 +will load and execute the binary directly, while1.29 +1.30 + lxdream homebrew.bin1.31 +1.32 +will now embed the binary into a bootable disc image, and then boot into the1.33 +disc.1.34 +1.35 +Changes since 0.9.11.36 -----------------1.37 -* Lots of core performance improvements, especially with the MMU turned on1.38 -* VMU support (memory card only)1.39 -* GDB remote debugging support1.40 -* Quick-save states1.41 -* LIRC driver1.42 -* Now uses the ~/.lxdream directory (by default) to store runtime data1.43 -* Audio + input drivers are now built as plugins1.44 -* OSX: fullscreen support, minor UI improvements1.45 +* Lots of tuning of rendering performance.1.46 +* Can now boot and run homebrew discs without requiring the BIOS rom image.1.47 +* Automagic wrapping of executable files in disc images.1.48 +* New dependency on libisofs1.49 +* Minor bugfixes1.51 Known issues1.52 ------------1.53 -The following are known problems in 0.9 that will be fixed in the next major1.54 -release - in other words, you don't need to report them - we already know :)1.55 +The following are known problems in 0.9 that will be fixed before 1.0 -1.56 +in other words, you don't need to report them - we already know :)1.58 * Graphic artifacts related to translucent triangle intersections, sorting errors1.59 and/of lack of depth precision.1.61 -* Rendering performance ranges from barely acceptable to abominable.1.62 -1.63 * The SH4 emulation is not cycle accurate, and (by default) usually runs1.64 slower than the real one. This cause some programs to have timing problems1.65 or to break completely. In some cases this can be worked around by1.66 @@ -50,7 +57,7 @@1.67 or GLX_SGIX_pbuffer extensions.1.69 OS X:1.70 - System 10.4 or later1.71 + System 10.5 or later1.73 GCC, Make, etc.1.75 @@ -67,6 +74,18 @@1.76 Older History1.77 ================1.79 +Changes since 0.91.80 +-----------------1.81 +* Lots of core performance improvements, especially with the MMU turned on1.82 +* VMU support (memory card only)1.83 +* GDB remote debugging support1.84 +* Quick-save states1.85 +* LIRC driver1.86 +* Now uses the ~/.lxdream directory (by default) to store runtime data1.87 +* Audio + input drivers are now built as plugins1.88 +* OSX: fullscreen support, minor UI improvements1.89 +1.90 +1.91 Changes since 0.8.41.92 -------------------1.93 * Improved accuracy + compatibility (many bugfixes)
.