X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=docs%2FWHATSNEW;h=080ab8b749bdcce66a0ab25460ea43cc351f6776;hb=f45b4acc547ca85d9af9efa37d8caa68c20a42e6;hp=4338b3bf6e4e5a44ca7ef4e6d8d78330d5ea7634;hpb=ac0d85f284c606a9daa03feac85990b4aa15f707;p=virtualjaguar diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 4338b3b..080ab8b 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,3 +1,28 @@ +Virtual Jaguar v2.0.0 GCC/SDL +----------------------------- + +* Switched GUI to Qt. And there was much rejoicing. ;-) [Shamus] +* Added detection code to fish out files from inside ZIP archives. What this + means is that now you can have other goodies inside of your ROM ZIP like + labels, box art, and overlays. See README for details. [Shamus] + + +Virtual Jaguar v1.1.0 GCC/SDL (r299 - Never officially released) +---------------------------------------------------------------- + +* Switched OpenGL rendering to 32 BPP. This is not only how a real Jaguar + renders graphics, but it also gives VJ a nice speed boost. ;-) [Shamus] +* Changed execution to a time-based solution so that timers and IRQs and + such can happen when they're supposed to. [Shamus] +* Fixed blitter writes so that Intensity[0-3] and Z[0-3] are written in the + correct order. [Shamus] +* Major rewrite of blitter to conform the the TOM ASIC nets. This should fix a + bunch of stuff that wasn't working correctly before. [Shamus] +* Fixed writes to 64 bit blitter registers. [Shamus] +* Refactored GUI to be more maintainable, better looking and more responsive. + [Shamus] + + Virtual Jaguar v1.0.7 GCC/SDL ----------------------------- @@ -36,7 +61,7 @@ Virtual Jaguar v1.0.7 GCC/SDL * Rewrote several OpenGL rendering functions concerning speed related items. [nwagenaar] * Several bugs resolved due to OpenGL and normal rendering code. [nwagenaar] -* Default resolution for OpenGL is now 640x480 [nwagenaar]; +* Default resolution for OpenGL is now 640x480. [nwagenaar] Virtual Jaguar v1.0.6 GCC/SDL @@ -147,7 +172,7 @@ Virtual Jaguar v1.0.3 GCC/SDL - source only release Alien vs Predator work again. :-) [Shamus] * Removed closed source Starscream and replaced it with the open source Musashi core. Because of this, VJ runs a little faster now. :-) [Shamus] -* Various cleanups to the source files (still lots of work to do!) [Shamus] +* Various cleanups to the source files (still lots of work to do!). [Shamus] NOTE: Tested only on WIN32 platform! @@ -161,12 +186,12 @@ NOTE: Tested only on WIN32 platform! Virtual Jaguar v1.0.0 GCC/SDL - initial source release ------------------------------------------------------ -* Converted VC++ assembly to standard GNU assembly; -* Fixed small bugs in SDL related items (keyboard/graphics); -* Added *some* optimalisations to the graphics sources; -* Added joystick support (not tested); -* Added joystick port support (not tested); -* Added frameskip support; +* Converted VC++ assembly to standard GNU assembly. +* Fixed small bugs in SDL related items (keyboard/graphics). +* Added *some* optimalisations to the graphics sources. +* Added joystick support (not tested). +* Added joystick port support (not tested). +* Added frameskip support. Source only release. Tested on BeOS, Linux, FreeBSD and WIN32. SOUND emulation was NOT done. Need help with this one :)