nkeynes@354: Release notes for Milestone 2 nkeynes@177: =================================================== nkeynes@177: nkeynes@354: Please note that this is a development release - many nkeynes@354: things are not yet implemented, it's still quite slow, and not nkeynes@354: particularly user-friendly. Framerates are typically 4-5 frames nkeynes@354: per second on a 3Ghz P4. If you're looking for something to just nkeynes@354: play DC games, you'll probably want to wait for the next version. nkeynes@177: nkeynes@354: Having said all that, some games are known to run to at least nkeynes@354: some degree (aka everything we've tried), and most homebrew works nkeynes@354: perfectly, albeit slowly - feel free to experiment and let us nkeynes@354: know how it goes. nkeynes@177: nkeynes@354: Changes since Milestone 1 nkeynes@354: ------------------------- nkeynes@354: * Complete rewrite of nearly all PowerVR2 code - The M1 code was largely a nkeynes@354: quick hack to get something running. It's done for real now. nkeynes@354: * Initial IO event system (not widely used yet) nkeynes@354: * Lots of bugfixes throughout the system nkeynes@354: nkeynes@354: Known issues nkeynes@354: ------------ nkeynes@354: The following are known bugs (as opposed to missing features) that will be nkeynes@354: fixed in the next release, but are too large to be fixed for this version: nkeynes@354: nkeynes@354: * Some games experience geometry corruption of varying levels. This is nkeynes@354: believed to be caused by an SH4 core bug. nkeynes@354: nkeynes@354: * Polygons that are partially clipped by the view frustum can be distorted nkeynes@354: quite badly nkeynes@177: nkeynes@177: System requirements nkeynes@177: ------------------- nkeynes@177: GTK 2.0+ nkeynes@177: Gnome 2.0+ nkeynes@177: ESounD 2.36+ (if you want interrupted stuttery sound[0]) nkeynes@354: OpenGL drivers with EXT_framebuffer_object support (any recent drivers should be nkeynes@354: fine) nkeynes@177: GCC, Make, etc. nkeynes@177: nkeynes@177: Building nkeynes@177: -------- nkeynes@177: From the base directory nkeynes@177: ~$ ./configure nkeynes@177: ~$ make nkeynes@177: ~$ make install (optional) nkeynes@177: nkeynes@354: Enjoy! nkeynes@354: