Skip to content

v17.7-dev21

Pre-release
Pre-release
Compare
Choose a tag to compare
@SaiyansKing SaiyansKing released this 03 Aug 20:18
· 256 commits to master since this release
8466d5c

-Add option to change texture quality
-Add option to change color backbuffer format to one that use less bandwidth so it can reduce vram usage while compromising image fidelity.
-Make every mesh use the same CW order so that we don't need to do aby unnecessary state change
-Use reverse depth buffer to fix most z-fighting issues we are facing
-Optimize post-processing pipeline and theirs shaders
-Use 16bit depth buffers for shadowmaps since they don't require full precision
-Disable painting that zengine might be doing - it fixes the black screen issue in G1 when using advanced settings
-Enable model scaling in G1
-Improve dxgi discrete gpu detection.
-Confine mouse cursor inside Gothic window when it's active - when having dual monitor setup it was possible to lose focus on Gothic window when using mouse
-Fix ghost's facial animation glitch
-Fix possible zengine integer overflow crash at game startup
-Setup working directory at game startup so that GD3D11 settings can be loaded correctly when launching game through steam
-Add Polish translation to the settings for Polish players
-Use BGRA format for swapchain since device is created with BGRA support and it'll be transitioned to BGRA anyway
-Reduce render state changes even more
-Remove texture precaching for PolyStrip's because GetAniTexture will precache them anyway
-Fix mobs having wrong texture in some rare casses.
-SystemPack Animated_Inventory workaround fix in G1
-Potential fix for rendering invalid items from "DynamicallyAddedVobs" in G1
-Enable model scaling by fatness value in G1
-Fix fog getting denser the more deep underground we go
-Fix zSTRING memory leak
-Improve skeletal mesh normals by using OpenGothic project algorithm
-Remove fatness limitations
-Reduce memory allocations when loading visuals
-Allow using MDS/ASC models as inventory objects/model attachments since some mods use them
-Fix foam on waterfalls in G1