forked from shadowmage45/TUFX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jul 14, 2024
1 parent
15a0215
commit 536f928
Showing
4 changed files
with
79 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp) | ||
KERBALCHANGELOG | ||
{ | ||
modName = TUFX | ||
author = shadowmage45, JonnyOThan | ||
VERSION { | ||
version = 1.1.0 | ||
versionDate = 2024-07-14 | ||
CHANGE { | ||
type = Notable Changes | ||
change = New dependencies: ClickThroughBlocker, ToolbarController | ||
} | ||
|
||
CHANGE { | ||
type = Notable Changes | ||
change = Remove patch that disables scatterer's temporal antialiasing | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Better default profile settings (mostly removing the neutral tonemapper which tended to result in a desaturated image) | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Added clickthroughblocker support (this is now a dependency) | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Fixed icons appearing blurry when game is not at full texture resolution | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Added a "close window" button to the config window so that you can click it when in photo mode. To use TUFX in photo mode: | ||
subchange = Open the TUFX window | ||
subchange = Press escape | ||
subchange = Press F2 | ||
subchange = You can now move the camera around and change TUFX settings | ||
subchange = When you have the settings you like, close the TUFX window and press F1 to take a screenshot | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Disable stock antialiasing when HDR and bloom are enabled to prevent strobing artifacts | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Configuration window now loads and saves directly to cfg files | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Redesigned profile editor UI | ||
} | ||
CHANGE { | ||
type = Notable Changes | ||
change = Postprocessing effects now only apply to the final camera so that they don't get doubled up when in IVA or other situations. | ||
} | ||
|
||
CHANGE { | ||
type = Notable Changes | ||
change = Added a secondary camera antialiasing setting. The old setting will be applied only to the main camera (local space in flight). The secondary antialiasing method will be applied to other cameras (galaxycam, scaled space, internal camera). This prevents smearing when using temporal antialiasing because the cameras do not share motion information. | ||
} | ||
|
||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters