diff --git a/Build/Build.exe b/Build/Build.exe index 5c1a843e..e63a66b6 100644 Binary files a/Build/Build.exe and b/Build/Build.exe differ diff --git a/Documentation/Release.txt b/Documentation/Release.txt index 53b1366a..1500b3df 100644 --- a/Documentation/Release.txt +++ b/Documentation/Release.txt @@ -8,19 +8,18 @@ your own risk! 0.9.1 contains updates to OpenAL (EFX/EAX extensions, AudioContext) and OpenGL (enums for FBOs and multiple GraphicsContexts). Resolution changes and fullscreen modes are now supported, and work has begun on a native Mac OS X port. Last, but -not least, several OpenAL and a GLSL example have been added to the Example +not least, new OpenAL and GLSL examples have been added to the Example launcher - don't forget to check these out! The full changelog lies below, in case you are interested, as well as the porting guidelines for your applications (there are several breaking changes, but all are thankfully simple to fix). -This release marks the third development milestone (fullscreen support). Several -parts are now considered to be in "beta" status, meaning no breaking changes -will occur, unless they are needed to fix a serious bug. +This release marks the third development milestone (fullscreen support). One +missing feature, Joystick support, left for beta now. Don't forget to visit our homepage at http://www.opentk.com for the latest -developments, and our #opentk irc channel at de.quakenet.org:6669. +developments. Till next time! - Stephen A. diff --git a/Source/Build/Build.cs b/Source/Build/Build.cs index bd9ef108..6db4da0b 100644 --- a/Source/Build/Build.cs +++ b/Source/Build/Build.cs @@ -32,7 +32,8 @@ namespace OpenTK.Build static string PrebuildXml = Path.Combine(ToolPath, "Prebuild.xml"); - static Regex DataFiles = new Regex(@"^.*\.(jpg|txt|glsl)$", RegexOptions.Compiled | RegexOptions.IgnoreCase); + static Regex DataFiles = new Regex(@"^.*\.(bmp|png|jpg|txt|glsl|wav|ogg)$", + RegexOptions.Compiled | RegexOptions.IgnoreCase); enum BuildMode {