General changes:
- Fixed incorrect surface pitch for DXTn system memory textures, which was causing graphics artifacts in Europa 1400 on Intel GPUs (#348)
- Disabled vertex buffer optimizations, which was causing graphics artifacts or crashes in Competitions at Rosemond Hill (#354)
- Fixed palette issues causing incorrect colors in Star Wars: Rebellion (#379)
- Fixed some graphics artifacts with palettized textures in Metro-Police (#373)
- Fixed a crash during initialization on Windows Vista
- Fixed a crash in Braveheart (#399)
- Fixed raw mouse input not getting blocked while the configuration overlay is open
- Fixed blank videos in some games using QuickTime 7 (#273)
- Fixed Direct3D hardware accelerated mode in Jane's F-15 (#178)
- Fixed red screen flash effect when getting hit in Shogo M.A.D. (#246)
- Fixed menu issues in Worms Armageddon (#370)
- Fixed incorrectly rendered shadows in Superbike 2001 (#385)
- Fixed video playback issues in Heavy Gear (#392)
- Fixed blank loading screen in Heavy Gear 2 when in-game color depth is set to 32 bits (#398)
- Fixed the configuration overlay's Reset/Import/Export buttons not applying to settings outside the current view
- Fixed a bug in the runtime's handling of point primitives in execute buffers, which was causing crashes in Terracide (#433)
- Gamma ramps are now also emulated in exclusive fullscreen mode, to work around missing native support on NVIDIA drivers
- Fixed the configuration/stats overlays sometimes automatically hiding when they shouldn't
- Fixed lower than expected presentation rate when using variable refresh rate technologies
- Fixed Jane's F-15 sometimes switching to windowed mode in the menus
- Fixed ResolutionScale and RenderColorDepth settings sometimes not applying to some frames
- Added an experimental workaround for freezes on Windows 11 24H2 when using NVIDIA GPUs with single processor affinity (#387)
- Fixed various stability issues (crashes and deadlocks)
- Mouse sensitivity has been changed to be consistent with the desktop by default, use the new MouseSensitivity setting if experiencing problems (the native option reverts to the previous behavior)
Updated configuration settings:
- AlternatePixelCenter: added custom option (#429)
- AltTabFix: fixed some issues with the noactivateapp option (#364)
- ColorKeyMethod: removed auto option, default value changed to alphatest(1)
- CpuAffinity: no longer applies to DDrawCompat's own threads and some safe system threads
- DesktopResolution: added initial option
- FpsLimiter: the flipstart and flipend options now also apply when presenting via fullscreen copy (blit)
- FullscreenMode: added VSync parameter to the exclusive option
- SpriteDetection: now tests all triangles in a batch instead of just the first one (#427)
- TextureFilter: fixed interworking with mipmaps (#364)
New configuration settings:
- CapsPatches
- CompatFixes
- EnableDDrawCompat
- MousePollingRate
- MouseSensitivity
- PresentDelay
- SpriteAltPixelCenter
- SupportedDevices
- SupportedRefreshRates
Removed configuration settings:
- AlignSysMemSurfaces: use CompatFixes=unalignedsurfaces instead of AlignSysMemSurfaces=off
- GdiStretchBltMode: use CompatFixes=nohalftone instead of GdiStretchBltMode=coloroncolor
- RemoveBorders: use CompatFixes=nowindowborders instead of RemoveBorders=on