Releases: SaiyansKing/GD3D11
Releases Β· SaiyansKing/GD3D11
v17.8-dev17
- Fix rain effect (29af87c)
- Simd optimize quantization (4046b4e)
- Fix some effects alignment to camera (16cb8f4)
- VisualFX draw distance, from 10 to 30 (max) (0455b25 b836645)
- Add possiblity to set npc draw distance (only draw distance, the distance at which npcs are loaded needs to be changed in systempack.ini) (73a28fb)
v17.8-dev16
v17.8-dev15
- A fix to rendering "portals" (e.g. Dark Forest in G1, enabled via CTRL+F11) (095ebcb)
- Video-Data is preinitialized with black pixels to avoid some problems with bink library (2400a1f)
- Clamping of FPS values, so that it's easier to target common values (30, 60, 75, 90, 100, 120, 144) (bbd0847)
- Remove limitation for drawing only triangle fans in DrawPrimitive method (8c73b7d)
- Fix rendering special materials(like portals) in shadow maps (ee7f23e)
v17.8-dev14
v17.8-dev13
v17.8-dev12
- Fix hooking zCActiveSndAutoCalcObstruction (043729c)
- Change 32bit textures format from RGBA to BGRA (if you are using TTF plugin please update it to the newest version) (81687e6 c1aa56f)
- Add new option fog range (784b9c0)
- Fix memory leak with unique meshlib for NPCs (391dbdb)
- Fix saving thumbnails from BGRA texture format (b417b0a)
v17.8-dev11
- Provides an unique meshlib for each npc (#113) - by: @Gratt-5r2
v17.8-dev10
- Fix potential crash when deleting polyStrip visuals (2756f83)
- Fix potential crash in D3D11GraphicsEngine::DrawString (e1af016)
- Fix loading commandlines when UserSettings.ini doesn't exist (7bd686d)
- Save StretchWindow variable for different window modes (542b9a7)
- Use C++17 std::filesystem for some file operations (7a4acff)
- Use C++17 range-based loops (ebff49b)
- Update detours (2f458cf)
v17.8-dev9
- Fix foam on waterfalls (a64abdd)
- Water shader will now darken / lighten with day / night cycle (2a88781)
- Add possibility to scale fonts by using function "UpdateCustomFontMultiplier" (7a6e1b2 247ed77)
- Read ShadowAOStrength and WorldAOStrength from INI (15170cc)
- Write ShadowAOStrength and WorldAOStrength to INI (2722d5a)
- Fix loading 16bit textures (fb7d631)
- Remove half-pixel offset from shaders (4d16252)
- Rewrited Animated_Inventory SystemPack option (7d7116b)
- Fix texture sampler for UI (4a99dfb)
- Fix sun jump on the sky at 12:00 (fc362df)
- Synchronize skytime when atmosphere scattering is disabled (a91e463)
- Add font rendering support for Gothic I (adb5caa)
- Change default settings (enable font rendering and disable normalmaps) (adb5caa)
v17.8-dev8
Fix skeletal mesh vobs memory leak (e.g. when saving game) (TODO: disappearance of NPC's ingame)
- Disable bugged "BinkSetVolume" in the new Bink Player
Information to AMD Radeon users:
Due to some weird driver bug in the newest drivers the water can't be rendered properly(it is either synchronization issue or something from water shader that the new driver doesn't like). For some users helped adding DXVK beside GD3D11 so it looks like the only fix for now.