[Fuse-for-macosx-commits] SF.net SVN: fuse-for-macosx: [377] trunk/fuse
Brought to you by:
fredm
|
From: <fr...@us...> - 2007-06-11 01:28:56
|
Revision: 377
http://svn.sourceforge.net/fuse-for-macosx/?rev=377&view=rev
Author: fredm
Date: 2007-06-10 18:28:54 -0700 (Sun, 10 Jun 2007)
Log Message:
-----------
Update some version numbers and update TODO
Modified Paths:
--------------
trunk/fuse/TODO
trunk/fuse/fusepb/English.lproj/InfoPlist.strings
trunk/fuse/fusepb/Info-Fuse.plist
Modified: trunk/fuse/TODO
===================================================================
--- trunk/fuse/TODO 2007-06-10 15:44:08 UTC (rev 376)
+++ trunk/fuse/TODO 2007-06-11 01:28:54 UTC (rev 377)
@@ -26,20 +26,20 @@
X Restore joystick processing (re-use SDL joystick input files from SDL)
X Sort out remaining FuseController calls into emulator object/thread
X Restore application level volume adjustment
-* Use double buffered texture (in cocoadisplay have screen 0 and 1 for use of
+X Use double buffered texture (in cocoadisplay have screen 0 and 1 for use of
DisplayOpenGLView and flip between them on frame end), should also have a
mutex taken while DisplayOpenGLView changes and cocoadisplay flips to
prevent thread sync problems
+* Add .WAV loader using audiofile
* Quit keyhandling when command key is pressed
* Use sheets rather than modal dialogs (for Save As)
* Put in latest hq[23]x filters (HQ2x_555 from ScummVM should do the trick)
* Make border display optional
* Figure out why minimise icon image is partially blanked when minimise starts
-* Allow Cmd-w to close as many operations as possible
+* Allow Cmd-w to close as many windows as possible
* Make activity icons transparent
* Seperate out sound buffer interleaving code to allow for the use of hardware etc.
sound mixing
-* Add .WAV loader using audiofile
* Shouldn't be able to load Interface II carts in Pentagon
* Add volume option to standard fuse + a sound API method to set volume (or a
parameter to sound_lowlevel_init)
Modified: trunk/fuse/fusepb/English.lproj/InfoPlist.strings
===================================================================
(Binary files differ)
Modified: trunk/fuse/fusepb/Info-Fuse.plist
===================================================================
--- trunk/fuse/fusepb/Info-Fuse.plist 2007-06-10 15:44:08 UTC (rev 376)
+++ trunk/fuse/fusepb/Info-Fuse.plist 2007-06-11 01:28:54 UTC (rev 377)
@@ -361,11 +361,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.8.0.1</string>
+ <string>20070611</string>
<key>CFBundleSignature</key>
<string>FUSE</string>
<key>CFBundleVersion</key>
- <string>0.8.0.1</string>
+ <string>20070611</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|