From 6a10f6d38f9ca15fdedb38f4b0c489b704836f0b Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Thu, 22 Jan 2015 19:46:18 +0100 Subject: [PATCH] d3dx9_36-DXTn: Add another fixed bug to the definition file (Space Rangers 2 crashes). --- README.md | 3 ++- patches/d3dx9_36-DXTn/definition | 1 + patches/patchinstall.sh | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ab42994..e61d854c 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,14 @@ Wine. All those differences are also documented on the Included bug fixes and improvements =================================== -**Bugfixes and features included in the next upcoming release [15]:** +**Bugfixes and features included in the next upcoming release [16]:** * Add stubs for D3DXCreateAnimationController interface * Anno 1602 installer depends on Windows 98 behavior of SHFileOperationW ([Wine Bug #37916](https://bugs.winehq.org/show_bug.cgi?id=37916)) * Avseq crashes when multisampling is enabled ([Wine Bug #31998](https://bugs.winehq.org/show_bug.cgi?id=31998)) * Child of Light expects FindConnectionPoint to succeed and increase the refcount ([Wine Bug #36408](https://bugs.winehq.org/show_bug.cgi?id=36408)) * Do not append duplicate NULL characters when importing keys with regedit ([Wine Bug #37575](https://bugs.winehq.org/show_bug.cgi?id=37575)) +* Fix crash in Space Rangers2 caused by missing DXTn support ([Wine Bug #24983](https://bugs.winehq.org/show_bug.cgi?id=24983)) * Fix cursor clip regression / broken raw input in multiple games ([Wine Bug #33479](https://bugs.winehq.org/show_bug.cgi?id=33479)) * Fix init of LONGLONG variable with a negative value in TGA decoder * Fix wrong colors in Wolfenstein (2009) ([Wine Bug #34692](https://bugs.winehq.org/show_bug.cgi?id=34692)) diff --git a/patches/d3dx9_36-DXTn/definition b/patches/d3dx9_36-DXTn/definition index ae4ab709..2d4fbf2f 100644 --- a/patches/d3dx9_36-DXTn/definition +++ b/patches/d3dx9_36-DXTn/definition @@ -3,3 +3,4 @@ Fixes: [33768] Fix texture corruption in CSI: Fatal Conspiracy Fixes: [19231] Fix crash of Trine Demo on start Fixes: [37391] Exception during start of fr-043 caused by missing DXTn support Fixes: [34692] Fix wrong colors in Wolfenstein (2009) +Fixes: [24983] Fix crash in Space Rangers2 caused by missing DXTn support diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4f503d15..f3fb1cfd 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -1127,6 +1127,7 @@ fi # | * [#19231] Fix crash of Trine Demo on start # | * [#37391] Exception during start of fr-043 caused by missing DXTn support # | * [#34692] Fix wrong colors in Wolfenstein (2009) +# | * [#24983] Fix crash in Space Rangers2 caused by missing DXTn support # | # | Modified files: # | * dlls/d3dx9_36/Makefile.in, dlls/d3dx9_36/surface.c, dlls/d3dx9_36/tests/surface.c