Releases: doodlum/skyrim-community-shaders
Releases · doodlum/skyrim-community-shaders
v0.8.7
What's Changed
- feat: disable fileWatcher by default by @alandtse in #225
- feat: allow debug compilation for compute shaders by @alandtse in #226
- feat: improve featureList by @alandtse in #231
- fix: fix crash in soul cairn by @TheRiverwoodModder in #234
- chore: release 0.8.7 by @doodlum in #238
Full Changelog: v0.8.0...v0.8.7
v0.8.0
What's Changed
- Merge pull request #149 from doodlum/dev by @alandtse in #150
- feat: add LLF support to effect and waters shaders by @doodlum in #152
- feat: further LLF improvements by @doodlum in #153
- fix: fix wetness calculation logic by @TheRiverwoodModder in #151
- fix: VR fix of the FirstPerson calculation for the Fog in Lighting Shader Reflections feature. by @TheRiverwoodModder in #154
- chore: wetness value adjustments by @TheRiverwoodModder in #155
- fix: Some QoL Menu fixes by @TheRiverwoodModder in #156
- fix: fix ImGui Assert by @TheRiverwoodModder in #157
- fix: clear imgui inputs when window focus lost (alt-tabbing) by @FlayaN in #162
- fix: black reflections on water for amd by @TKCen in #160
- fix: wetness specular for amd by @TKCen in #159
- chore: set default menu text color to white by @TheRiverwoodModder in #161
- feat: add feature-level restore defaults option by @TheRiverwoodModder in #158
- feat: skin wetness, min wetness, and other wetness updates by @TheRiverwoodModder in #165
- refactor: move RunGrass and DistantTree out of individual features and into main packages by @Pentalimbed in #166
- build: update commonlib by @alandtse in #164
- Revert "refactor: move RunGrass and DistantTree out of individual features and into main packages" by @doodlum in #167
- refactor: extract common UI codes, including restore default button, and hovered tooltip formatting by @Pentalimbed in #170
- feat: add cloud shadows by @Pentalimbed in #172
- feat: add wetness system based on water depth by @TheRiverwoodModder in #173
- refactor: move LightingData into common by @FlayaN in #174
- build: added AIO_ZIP_TO_DIST cmake flag to build AIO zip for testing by @FlayaN in #181
- fix: Wetness fixes for settings and eyes by @TheRiverwoodModder in #188
- feat: add water parallax, caustics, and improved cubemaps by @doodlum in #177
- feat: add feature version detection by @FlayaN in #180
- fix: fix black squares issue and bring back puddles by @TheRiverwoodModder in #191
- chore: add helper functions and classes by @Pentalimbed in #194
- feat: add VR offsets for CreateRenderTarget hooks by @FlayaN in #197
- fix: fix VR for SSS by @alandtse in #198
- fix: cloud shadows blend state reset by @Pentalimbed in #199
- build: bump commonlibng by @alandtse in #201
- perf: use
ankerl::unordered_dense::map
as Particle Lights maps, and minor optimsations by @Pentalimbed in #202 - chore: reduce log level for uav access by @alandtse in #207
- chore: Move hardcoded values to user settings by @TheRiverwoodModder in #209
- feat: add vr support to screen space shadows by @FlayaN in #203
- feat: add helper macros for IMGUI menus by @alandtse in #126
- feat: recompile automatically for changed shaders by @alandtse in #206
- feat: add raindrop effects, splashes and ripples to rain wetness by @Pentalimbed in #176
- feat: add datetime to zips by @FlayaN in #214
- fix: fix raindrop effects by @TheRiverwoodModder in #215
- fix: ctd when files were deleted from shaders path by @alandtse in #216
- chore: separate raindrop splash and ripple intervals by @TheRiverwoodModder in #217
- fix: add locks to modifiedShaderMap by @alandtse in #219
- feat: enable shader debug info in developer mode by @alandtse in #220
- feat: revised dynamic cubemaps by @doodlum in #218
- chore: release 2024-03-15 by @alandtse in #221
New Contributors
Full Changelog: v0.7.4...v0.8.0
v0.7.4
NOTE: This changelog includes all commits in the repo since we weren't using releases yet.
What's Changed
- Added menu toggle key option. Fixed general settings loading correctly by @ffarrell17 in #2
- Converted UI from reshade to native imgui by @ffarrell17 in #3
- feat: Add advanced options to imgui by @alandtse in #4
- Sync with VR branch by @alandtse in #6
- Screen-Space Shadows + POM by @doodlum in #8
- Fix use of NG by @alandtse in #9
- simplify json io with nlohmann json macro by @doodlum in #11
- simplify json io with nlohmann json macro by @Pentalimbed in #10
- Merge upstream by @doodlum in #12
- abstract common feature class by @Pentalimbed in #14
- Materials by @doodlum in #16
- UI overhaul by @Pentalimbed in #17
- font scale slider, keyboard input and new theme by @Pentalimbed in #18
- [UI] font scale crash fix, hide unloaded feature by @Pentalimbed in #19
- Fix VR compilation by @alandtse in #21
- Add VR preprocessor def for GrassShader by @alandtse in #22
- Fix VR and Flat grass lighting by @alandtse in #23
- VR support and additional improvements by @doodlum in #25
- ci: add clang format action by @alandtse in #27
- ci: fix failing git checkout by @alandtse in #28
- fix: reenable controls when mouse closes menu by @alandtse in #31
- Refactor hlsl by @alandtse in #26
- Texture3D buffer class by @Pentalimbed in #37
- Imagespace by @jeanluciano in #38
- Revert "Imagespace" by @doodlum in #39
- Various developer improvements for shader compilation by @alandtse in #35
- fix: add dependency for commonlibng simplemath by @alandtse in #40
- Fix VR compilation by @alandtse in #41
- build: bump commonlib by @alandtse in #45
- ci: apply format to dev PRs by @alandtse in #46
- A workflow for building releases on tag push by @ceejbot in #47
- Fix infinite compiling when PBR is enabled by @LaoBro in #44
- chore: sync dev with main by @alandtse in #50
- Initial particle lights config system by @doodlum in #49
- fix: fix ctd due to NiParticles offset by @alandtse in #48
- fix: fix alpha test in VR by @alandtse in #52
- fix: always populate right eye WS for particles by @alandtse in #53
- fix: adjust right eye by averaged position by @alandtse in #54
- feat: add Shader Defines advanced option by @alandtse in #55
- feat: add Grass Collision to VR by @alandtse in #56
- Fix LLF for right eye VR by @FlayaN in #58
- fix: fix contact shadows in VR lighting by @alandtse in #62
- build: update commonlibvr submodule by @alandtse in #64
- docs: set GPL license for project by @alandtse in #42
- ci: clang format on pushes too by @alandtse in #68
- build: added automatic plugin deployment by @FlayaN in #65
- feat: allow user specific configs by @alandtse in #67
- chore: release 0.6.0 by @doodlum in #69
- chore: sync dev with main by @alandtse in #70
- chore: version bump screenspace shadows by @doodlum in #73
- 0.6.0 hotfixes by @doodlum in #74
- 0.6.0 VR hotfix by @doodlum in #75
- docs: add feature version to log by @alandtse in #76
- chore: add feature version to menu by @alandtse in #77
- feat: reload ParticleLight ini on Load Settings by @alandtse in #78
- chore: WIP polish main menu by @TheRiverwoodModder in #80
- chore: polish Feature menus by @TheRiverwoodModder in #82
- docs: improve compilation instructions by @AceAmir in #85
- feat: add NPC grass collision by @alandtse in #79
- feat: improve ShaderCache by @alandtse in #86
- fix: set bLandSpecular to support Terrain Parallax by @alandtse in #88
- docs: simplify build commands by @Pentalimbed in #89
- chore: sync dev with main by @alandtse in #90
- build: add hlsl files to visual studio by @alandtse in #92
- ci: update build workflow to include assets by @FlayaN in #84
- chore: use progress bar instead of text by @alandtse in #94
- fix: remove forced settings for shadercache by @alandtse in #95
- feat: allow adjustment of compiler threads by @alandtse in #99
- revert: "feat: allow adjustment of compiler threads (#99)" by @alandtse in #100
- feat: improve compilation options by @alandtse in #101
- fix: fix load of backgroundCompilerThreads setting by @alandtse in #102
- fix: fix stuck compiling after clearing cache by @alandtse in #103
- fix: fix EnableFirstPersonShadows for VR by @alandtse in #104
- fix: save screen space shadows enable setting by @alandtse in #110
- feat: static branching instead of macros by @doodlum in #109
- fix: fix SSS compiler error by @alandtse in #112
- fix: fix VR tAA detection by @alandtse in #111
- fix: fix compilation error in treelod by @alandtse in #113
- feat: add Rain wetness effects by @TheRiverwoodModder in #83
- feat: simplify feature loading by @FlayaN in #115
- feat: add testing mode by @alandtse in #116
- refactor: move opt in for shaders to virtual feature function by @FlayaN in #117
- fix: bump commonlib by @alandtse in #118
- fix: add vr offset for llf hook by @alandtse in #122
- feat: increased portal strict light limit by @doodlum in #123
- chore: break apart menu multiline strings by @rjwignar in #119
- fix: fix inconsistent VR grass culling by @thorwin99 in https://github.com/doodlum/skyrim-community-s...