-
Notifications
You must be signed in to change notification settings - Fork 7
/
Changelog.txt
314 lines (190 loc) · 6.68 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
**v0.10.8**
- Changed folder for better install automation (CurseForge client)
- Updated to KSP 1.11.1 and Kopernicus 1.11.1_Release77
- Removed buggy minDetailDistance scaling
**v0.10.7**
- Updated to KSP 1.8.1 and Kopernicus 1.8.1-1
- Removed outdated ISP Fix
**v0.10.6**
- Fixed automatic rescale of minDetailDistance
**v0.10.5**
- Updated to KSP 1.7.3 and Kopernicus 1.7.3-2
- Fixed issue with MM 4.0.3 math
- Added automatic rescale of minDetailDistance
**v0.10.4**
- Added compatibility with custom 'Orbit/period'
- Fixed performance drop in flight scene
- Fixed PQSCity and PQSCity2 altitude calculation
**v0.10.3**
- Updated to KSP 1.7.1 and Kopernicus 1.7.1-4
**v0.10.2**
- Updated to KSP 1.6.0 and Kopernicus 1.6.0-1
**v0.10.1**
- Fixed PQSCity2Fixer
**v0.10.0**
- Recompiled against KSP 1.4.3 and Kopernicus 1.4.3-1
- Removed KSP-AVC compatibility
- Updated to Sigma LoadingScreens v0.4.0
**v0.9.8**
- Added the option to exclude PQSMods
**v0.9.7**
- Updated to Kopernicus 1.3.1-5
- Updated to Sigma LoadingScreens v0.3.3
- Fixed minor compatibility bug in scaling atmospheres
**v0.9.6**
- Fixed PQSCity altitude calculation
- Fixed debug feature
**v0.9.5**
- Updated to Sigma LoadingScreens v0.3.1
- Added checks for incorrect install
> A warning will be shown in case of incorrect plugin location
> A warning will be shown in case of missing mod folder
- Added checks for missing Settings file and node
> If missing, a new Settings.cfg file will be generated
> If missing, an empty SigmaDimensions node will be generated
- A warning will be displayed when the debug spam feature is activated
**v0.9.4**
- Updated to KSP 1.3.1 and Kopernicus 1.3.1-2
- Moved LoadingScreens textures to reduce RAM usage
**v0.9.3**
- Updated to Kopernicus 1.3.0-8
- Added Sigma88LoadingScreens plugin
- Reorganized internal folder structure
- Improved debugging tools
- Fixed resize of Ocean's PQS sphere
- Fixed resize of PQSMods that use 'scaleDeformityByRadius'
- PQSCityGroups now use 'name' instead of 'cbNameLater'
**v0.9.2**
- Fixed scatterer compatibility
- Fixed EVE compatibility
- Fixed KSCSwitcher compatibility
- Fixed PQSCity_Groups MOVE feature
- Fixed spawn points relocation
- Added CustomBarnKit compatibility
**v0.9.1**
- Added the parameter lightRange
- Power of Antennae is now changed to account for Rescale
- Added automatic rescaling of scatterer's sunflares
- Fixed an issue with custom SpaceCenter
**v0.9.0**
- Improved code to be less reliable on cfg files
- Improved code for ground scatter resize
**v0.8.2**
- Improved loading of SigmaDimensions Settings
- Improved loading of ExternalGroups
- Improved debugging tools
**v0.8.1**
- Updated to Kopernicus 1.3.0-4
**v0.8.0**
- Fixed values of G and g
**v0.7.8**
- Updated to KSP 1.3.0 and Kopernicus 1.3.0-1
- Improved PQSCityGroups feature
- Improved debugging tools
**v0.7.7**
- Added the parameter groundTiling
- Ground textures tiling is now off by default and can be changed using groundTiling
**v0.7.6**
- Tweaked Atmosphere resize when using atmoTopLayer
- Fixed LandControl resize
- Fixed PQS levels for oceans on very small planets
**v0.7.5**
- Fixed Atmosphere handling when using atmoTopLayer
- EVE clouds altitude now account for landscape
- Changed the way timewarp limits are resized
- Fixed PQSCity2 altitude resize
- Fixed KSC Water Tower Light resize
**v0.7.4**
- Fixed a bug that made atmoTopLayer apply multiple times
- Tweaked PQSCity_Groups loader for better compatibility
- PQSCity_Groups centered on the KSC will be moved if KSC is moved
**v0.7.3**
- Time warp limits and other parameters now account for atmoTopLayer
- Added the possibility to define groups of PQSCity and PQSCity2
(allows to keep groups of buildings together when resizing a planet)
- Improved the debug options
(still completely useless, see v0.7.1)
**v0.7.2**
- Fixed resize of Kopernicus feature SpaceCenter
**v0.7.1**
- Updated to KSP 1.2.2 and Kopernicus 1.2.2-1
- Added the parameter atmoTopLayer
(allows to extend/trim atmosphere curves)
- Added the parameter debug
(completely useless since nobody ever provides logs)
**v0.7.0**
- Included SigmaDimensions.dll plugin
- Added the parameter resizeBuildings
- Added support for PQSCity repositioning
**v0.6.3**
- Fixed display of atmosphere pressure in the tracking station
**v0.6.2**
- Improved ground textures resize
- Improved Asteroid rescale
**v0.6.1**
- Fixed AtmosphereFromGround resize
**v0.6.0**
- Updated to KSP 1.2.1 and Kopernicus 1.2.1-1
- Overhauled almost all the internal configs
- Added support for name based PQSMod deletion
- Added support for name based PQSMod modification
- Added an option to ignore 'landscape' for some PQSMods
- Simplified syntax for planet specific changes
- Removed Kittopia exports from the download
- Fixed behaviour of parameter 'atmoASL'
- Fixed behaviour of parameter 'tempASL'
- AtmosphereFromGround no longer depends on parameter 'Atmosphere'
- Fixed SCANsat compatibility
**v0.5.0**
- Updated to KSP 1.1.2 and Kopernicus 1.0.4
- Added the parameter scanAltitude
- Tweaked inverseRotThresholdAltitude on atmospheric bodies
- Fixed AtmosphereFromGround rescaling
- Fixed orbital rescaling of asteroids
**v0.4.3**
- Fixed Kerbin Rotation
- Fixed AtmosphereFromGround rescaling
- Added SCANsat compatibility
- Added KerbalKonstructs compatibility
- Added ISP Fix when changing atmosphere pressure ASL
- Fixed bug with LandControl Rescaling
- First steps towards Physics.cfg rescale
**v0.4.2**
- Tweaked Atmosphere Visuals
- Fixed issue with rescaleAtmo
**v0.4.1**
- Fixed Pol GroundScatter
- Fixed removeAllPQSMods compatibility
**v0.4.0**
- Added 'atmoASL' parameter
- Added 'tempASL' parameter
- Improved Planet Specific Changes
- Improved the parameters code for easier modification
- Improved calculation of AtmosphereFromGround
- Added conversion of meanAnomalyAtEpochD (deg) to meanAnomalyAtEpoch (rad)
**v0.3.0**
- Removed 'HeightColorFix' parameter
- Removed 'SoIsFromRadius' parameter
- Removed 'RingsFromRadius' parameter
- Added 'atmoVisualEffect' parameter
- Added 'landscape' parameter
- Added 'CustomSoISize' parameter
- Added 'CustomRingSize' parameter
- Fixed bug with extremely low Resize
- Fixed Atmosphere height rendering
- Fixed HeightColorMap issue
- Changed Cache file folder structure
- Fixed cfg file names for Linux compatibility
- Fixed EVE Clouds resizing
- Planet Specific Changes are now allowed
**v0.2.0**
- Multiple atmosphere fixes
- Sun temperature curve fix
- Mass calculation fix
- KSC repositioning fix
- Added KSCSwitcher compatibility
- Added PQSMOD_VertexRidgedAltitudeCurve
- Changed Cache file folder structure
- Added EVE Clouds cfg to resize clouds
**v0.1.0**
- First Beta Release