Skip to content

Commit eb15f31

Browse files
author
github-actions
committed
bump version to 1.1.0
1 parent 2e4ffb7 commit eb15f31

File tree

4 files changed

+341
-6
lines changed

4 files changed

+341
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Restock launch clamps do not render properly in the editor
1717
* ***IMPORTANT***: If you experience blurring or smearing, try turning off temporal antialiasing in scatterer's settings. If they persist, also disable temporal antialiasing in your TUFX profile as well as motion blur. Once you've eliminated the issue, turn settings back on one by one until you find something you like.
1818

19-
## Unreleased
19+
## 1.1.0 - 2024-07-24
2020

2121
### New Dependencies
2222

GameData/TUFX/TUFX.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"CHANGE_LOG_URL": "https://github.com/KSPModStewards/TUFX/blob/main/CHANGELOG.md",
66
"VERSION": {
77
"MAJOR": "1",
8-
"MINOR": "0",
9-
"PATCH": "8"
8+
"MINOR": "1",
9+
"PATCH": "0"
1010
},
1111
"KSP_VERSION_MIN": {
1212
"MAJOR": 1,

GameData/TUFX/TUFXChangelog.cfg

Lines changed: 335 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,335 @@
1+
// Changelog file generated by yaclog-ksp (https://github.com/drewcassidy/yaclog-ksp)
2+
KERBALCHANGELOG
3+
{
4+
modName = TUFX
5+
author = shadowmage45, JonnyOThan
6+
VERSION {
7+
version = 1.1.0
8+
versionDate = 2024-07-24
9+
CHANGE {
10+
type = New Dependencies
11+
change = ClickThroughBlocker
12+
}
13+
14+
CHANGE {
15+
type = New Dependencies
16+
change = ToolbarController
17+
}
18+
19+
CHANGE {
20+
type = Changes
21+
change = Remove patch that disables scatterer's temporal antialiasing
22+
}
23+
24+
CHANGE {
25+
type = Changes
26+
change = Better default profile settings (mostly removing the neutral tonemapper which tended to result in a desaturated image)
27+
}
28+
29+
CHANGE {
30+
type = Changes
31+
change = Added toolbarcontrol integration (you can use this to hide the toolbar button)
32+
}
33+
34+
CHANGE {
35+
type = Changes
36+
change = Added clickthroughblocker support and other code to prevent mouse interactions from affecting other things when interacting with the config window
37+
}
38+
39+
CHANGE {
40+
type = Changes
41+
change = Fixed icons appearing blurry when game is not at full texture resolution
42+
}
43+
44+
CHANGE {
45+
type = Changes
46+
change = TUFX window is now hidden when you press F2 (this is useful in photo mode - press escape then F2)
47+
}
48+
49+
CHANGE {
50+
type = Changes
51+
change = Disable stock antialiasing when HDR and bloom are enabled to prevent strobing artifacts
52+
}
53+
54+
CHANGE {
55+
type = Changes
56+
change = Configuration window now loads and saves directly to cfg files
57+
}
58+
59+
CHANGE {
60+
type = Changes
61+
change = Redesigned profile editor UI
62+
}
63+
64+
CHANGE {
65+
type = Changes
66+
change = Postprocessing effects now only apply to the final camera so that they don't get doubled up when in IVA or other situations.
67+
}
68+
69+
CHANGE {
70+
type = Changes
71+
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 (scaled space, internal camera, editor cameras). This prevents smearing when using temporal antialiasing because the cameras do not share motion information.
72+
}
73+
74+
CHANGE {
75+
type = Changes
76+
change = Fixed a bug where the bloom diffusion parameter would not get loaded from the profile
77+
}
78+
79+
CHANGE {
80+
type = Changes
81+
change = Fixed a NullReferenceException when saving a texture param with nothing selected
82+
}
83+
84+
CHANGE {
85+
type = Changes
86+
change = Added properties to customize antialiasing settings
87+
}
88+
89+
CHANGE {
90+
type = Changes
91+
change = Added support for changing the mainmenu profile in-game
92+
}
93+
94+
CHANGE {
95+
type = Changes
96+
change = Added a separate default profile for IVA mode
97+
}
98+
99+
CHANGE {
100+
type = Changes
101+
change = Properly set HDR on the GalaxyCamera
102+
}
103+
104+
}
105+
106+
VERSION {
107+
version = 1.0.7.1
108+
versionDate = 2023-08-13
109+
CHANGE {
110+
type = Changes
111+
change = Fixes atmospheres flickering when at high altitude
112+
}
113+
114+
CHANGE {
115+
type = Changes
116+
change = Fix depth of field applying to scaled space camera
117+
}
118+
119+
CHANGE {
120+
type = Changes
121+
change = Fix flashing kerbals in the VAB/SPH
122+
}
123+
124+
}
125+
126+
VERSION {
127+
version = 1.0.7.0
128+
versionDate = 2024-08-10
129+
CHANGE {
130+
type = Changes
131+
change = Fixed a bug when zooming while in IVA
132+
}
133+
134+
CHANGE {
135+
type = Changes
136+
change = The editor scene is now supported
137+
}
138+
139+
CHANGE {
140+
type = Changes
141+
change = Default profiles can be customized with MM patches (thanks @al2me6 )
142+
}
143+
144+
}
145+
146+
VERSION {
147+
version = 1.0.6.0
148+
versionDate = 2023-05-01
149+
CHANGE {
150+
type = New Dependencies
151+
change = Shabby
152+
}
153+
154+
CHANGE {
155+
type = Changes
156+
change = Enabling HDR no longer turns some parts transparent
157+
}
158+
159+
CHANGE {
160+
type = Changes
161+
change = Fixed ambient occlusion stripe issue when the camera is close to a surface
162+
}
163+
164+
CHANGE {
165+
type = Changes
166+
change = The default-flight profile now includes ambient occlusion
167+
}
168+
169+
CHANGE {
170+
type = Changes
171+
change = Now includes a MM patch that disables scatterer's temporal antialiasing because it interferes with HDR
172+
}
173+
174+
CHANGE {
175+
type = New Known Issues
176+
change = The restock launch clamp tower section is invisible in the VAB*
177+
}
178+
179+
}
180+
181+
VERSION {
182+
version = 1.0.5.0
183+
versionDate = 2022-08-30
184+
CHANGE {
185+
type = Changes
186+
change = Added a configuration option to hide the toolbar button (see TUFX/TexturesUnlimitedFX.cfg)
187+
}
188+
189+
CHANGE {
190+
type = Changes
191+
change = Updated default profiles:
192+
subchange = All default profiles now use HDR, and the HDR-specific profiles have been removed
193+
subchange = Disabled AO on most profiles since it causes banding
194+
subchange = Enabled TAA on most profiles
195+
subchange = Increased bloom intensity slightly
196+
}
197+
198+
CHANGE {
199+
type = Changes
200+
change = Map mode now defaults to using the tracking station profile instead of flight
201+
}
202+
203+
CHANGE {
204+
type = Changes
205+
change = Updated unity postprocessing stack to 3.0.3 to support [VR](https://github.com/JonnyOThan/Kerbal-VR/wiki)
206+
}
207+
208+
CHANGE {
209+
type = Changes
210+
change = Fall back to default profiles if the old selected one is missing
211+
}
212+
213+
}
214+
215+
VERSION {
216+
version = 1.0.4.0
217+
versionDate = 2022-07-26
218+
CHANGE {
219+
type = Changes
220+
change = added fov-dependent depth of field (thanks @jrodrigv)
221+
}
222+
223+
CHANGE {
224+
type = Changes
225+
change = hooked up chromatic aberration and color grading LUTs (thanks @jrodrigv)
226+
}
227+
228+
CHANGE {
229+
type = Changes
230+
change = fixed a bug where the map mode profile was not being applied to the camera properly (thanks @Vandest1)
231+
}
232+
233+
}
234+
235+
VERSION {
236+
version = 1.0.3.0
237+
versionDate = 2022-06-09
238+
CHANGE {
239+
type = Changes
240+
change = Fix AA setting getting lost on scene switches (thanks @diamond-optic )
241+
}
242+
243+
CHANGE {
244+
type = Changes
245+
change = Fix Gamma setting not loading from profile cfg (thanks @hairintd )
246+
}
247+
248+
CHANGE {
249+
type = Changes
250+
change = Fix texture names (dirt, etc) not loading from profile cfg
251+
}
252+
253+
CHANGE {
254+
type = Changes
255+
change = Fix TUFX button not closing GUI window
256+
}
257+
258+
CHANGE {
259+
type = Changes
260+
change = Add support for IVA mode
261+
}
262+
263+
CHANGE {
264+
type = Changes
265+
change = Add AO Mode selection
266+
}
267+
268+
CHANGE {
269+
type = Changes
270+
change = Lots of in-progress work from shadowmage45 (unfortunately I don't really know what state this stuff is in)
271+
}
272+
273+
CHANGE {
274+
type = Changes
275+
change = Update bundled ModuleManager version to 4.2.1
276+
}
277+
278+
}
279+
280+
VERSION {
281+
version = 1.0.2.3
282+
versionDate = 2020-03-08
283+
CHANGE {
284+
type = Changes
285+
change = Add support for AA mode selection in UI and profiles. This is Post Processing based AA, and can be used in addition to or even when hardware MSAA is not available.
286+
}
287+
288+
CHANGE {
289+
type = Changes
290+
change = Update default profiles to be less aggressive, reduce AO, disable chromatic aberration, disable HDR, disable color grading (only works well in HDR).
291+
}
292+
293+
CHANGE {
294+
type = Changes
295+
change = Add the old versions of the defaults as new Default-HDR-XXX profiles; will continue to tweak these in the future.
296+
}
297+
298+
}
299+
300+
VERSION {
301+
version = 1.0.1.2
302+
versionDate = 2020-03-07
303+
CHANGE {
304+
type = Changes
305+
change = Fix release version compilation flags to fix the Unity #define values
306+
}
307+
308+
}
309+
310+
VERSION {
311+
version = 1.0.0.1
312+
versionDate = 2020-03-07
313+
CHANGE {
314+
type = Changes
315+
change = Initial Release
316+
}
317+
318+
CHANGE {
319+
type = Changes
320+
change = KSP 1.9.x only
321+
}
322+
323+
CHANGE {
324+
type = Changes
325+
change = DX11 only (OpenGL untested)
326+
}
327+
328+
CHANGE {
329+
type = Changes
330+
change = See issues list for known issues.
331+
}
332+
333+
}
334+
335+
}

Source/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("02efb286-38a9-47c4-83cd-6dd59077aa2f")]
2424

25-
[assembly: AssemblyVersion("1.0.8")]
26-
[assembly: AssemblyFileVersion("1.0.8")]
27-
[assembly: KSPAssembly("TUFX", 1, 0, 8)]
25+
[assembly: AssemblyVersion("1.1.0")]
26+
[assembly: AssemblyFileVersion("1.1.0")]
27+
[assembly: KSPAssembly("TUFX", 1, 1, 0)]
2828

2929
[assembly: KSPAssemblyDependency("ClickThroughBlocker", 1, 0)]
3030
[assembly: KSPAssemblyDependency("ToolbarController", 1, 0)]

0 commit comments

Comments
 (0)