]> Shamusworld >> Repos - virtualjaguar/blobdiff - docs/WHATSNEW
Moved Jaguar core to library, fixes for Mac OSX compilation.
[virtualjaguar] / docs / WHATSNEW
index 7c5f49e792454950221401113d95d62a3d8b03f1..e77cad095c4dbffed0258f0d85df7499faf22682 100644 (file)
@@ -1,5 +1,15 @@
-Virtual Jaguar v1.1.0 GCC/SDL
------------------------------
+Virtual Jaguar v2.0.0 GCC/Qt
+----------------------------
+
+* 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]
+* Various usability improvements, too many to list here. ;-) [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]
@@ -7,9 +17,11 @@ Virtual Jaguar v1.1.0 GCC/SDL
   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]
-* Rewrote blitter to conform the the Oberon ASIC nets. This should fix a
+* 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