forked from DennyTX/ScienceAlert
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChangeLog.txt
181 lines (139 loc) · 5.82 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
ChangeLog
1.9.20.4
Thanks to github user @ch3zych3z for this:
Added RU localization
1.9.20.3
Thanks to github user @frankieorabona for this:
Updated Italian translation
1.9.10.2
Fixed path for loading files (broken by new launcher)
1.9.10.1
Fixed small memory leak caused by not releasing callback from GameEvents
1.9.10
Thanks to github user @peterhaneve for this:
Optimize profile saving (reduce persistent file size), saves space and speeds up loading and saving
1.9.9.3
Added AssemblyFileVersion
Updated version file for 1.12
1.9.9.2
Changed fix to properly add a default key in the ProfileManager
1.9.9.1
Thanks to github user @kfsone for pointing out this error:
added missing ! in ScienceAlertProfileManager.cs to void a null ref exception
1.9.9
Disabled some unused code
Thanks to github user @frankieorabona for this:
Italian Localization
1.9.8.9
Added check to "ScienceAlertProfileManager.OnSave" check that a game is loaded before trying to save data
1.9.8.8
Replaced sheet-38 with original sheet-38 (animation was sharper)
Changed the loading of the sheets from the database to toolbarController.LoadImageFromFile
1.9.8.7
Fixed Collect all to be visible even when only one science container on vessel
Thanks to @Fitiales for a spanish translation
a single Kerbal doesn't have a "collect all" action.
Added support for the DMagic experiments
Added support for DMModuleScienceAnimateGeneric
Added check for old version of DMModuleScienceAnimateGeneric (disables if less than 0.23)
Thanks to githb user @Fitiales:
Added spanish translation
1.9.8.6
Fixed initialization of variables in DraggableWindow (two Awake() methods were conflicting)
1.9.8.5
Moved initialization of variables into Awake
1.9.8.4
Moved the Localization directory & file into the release directory
1.9.8.3
Some localization changes
1.9.8.2
Replaced embedded resource images with files
Removed 120 lines related to embedded resource images
Found a static GUISkin which was causing the options window to be double width
Commented out a line in Settings which was setting the background to null
Restored the missing controls to close the window, lock the window, etc
1.9.8.1
Thanks to @Gordon_Dry for this:
Simplification of zzz_fix_biomeMask_situationMask_0.cfg
Sanity fix for RP-0 (RP-1)
Update zzz_fix_biomeMask_situationMask_0.cfg
See
https://forum.kerbalspaceprogram.com/index.php?/topic/175772-15-*
and following posts. A simplification of the patch.
1.9.8
Updated for KSP 1.8
1.9.7.1
Fixed "Deploy All" allowing an eva when eva's aren't allowed
1.9.7
Added Install Checker
Updated AssemblyVersion
1.9.6.2
Fixed Collect All button to be visible whenever any science container has spare capacity
(note that most science containers seem to have unlimited capacity)
1.9.6.1
Added button to mapview
1.9.6
Fixed the Collect All so it now works with science containers which have a gui available in the PAW
Added check so that if no science containers are available, the button will be greyed out
Now doesn't show the Collect All if no data is available to be collected
1.9.5.4
Replaced ugly GOTO code
Added more checks for null in StorageCache.cs in RemoveMagicTransmitter()""
vessel.rootPart.Modules == null || vessel.Parts == null)
1.9.5.2
Fixed saving of profiles
Fixed loading of profiles
Some optimizations by reducing duplicate calls
Following due to changes in KSP
Changed the OnLoad in the ScienceAlertProfileManager to calling a CoRoutine so it can wait until the scene is ready
Changed the OnVesselChange in the ScienceAlertProfileManager to calling a CoRoutine so it can wait until the OnLoad is complete
1.9.5.1
Fixed issue where tourists could EVA
Updated .version file
1.9.5
Fixed bug where coming out of timewarp to get science would lock the maneuver node
1.9.4.4
Fixed download link in .version file
Moved ModuleManager configs into new folder called MM_Configs
Added contributed file from forum user @Gordon Dry to fix issues where biomeMask and situationMask are 0
1.9.4.3
Version bump for 1.5 rebuild
1.9.4.2
Thanks to github user @dariasc for this:
Change SurfaceSampleObserver requirements: Changed to go inline with the current status.
https://wiki.kerbalspaceprogram.com/wiki/Research_and_Development#Levels
1.9.4.1
Following from 4x4cheesecake:
Science Alert now works along Kerbalism
Stored experiments are detected in all loaded vessels
Removed unnecessary line from AssemblyVersion.tt: <#@ assembly name="EnvDTE" #>
1.9.4
Thanks to github & forum user @jefftimlin for this fix:
The BiomeFilter class attempted to generate a clean biome texture for the purposes of more accurate biome detection,
however it's expensive and complicated. Completely removed all of the complex code from this class to avoid the threading
issue entirely, and just made it use the ScienceUtil.GetExperimentBiome function, which seems to work well.
It makes the code faster, simpler, and safer.
Fixed an array index out of bounds problem in RequiresCrew.cs, which I found while debugging, which would intermittently
produce errors in the logs.
Added Collect All button to collect all science into any/all containers
1.9.3
Added two colors to the buttons:
Yellow if the experiment needs to be reset before rerunning it
Red if the experiment cannot be reset
1.9.2.3
Official release
Fixed nullref when going from flight to spacecenter
New icons for stock toolbar
Removed log spam for animation
Replaced foreach with for int on lists
Added a "Deploy All" button
1.9.2.2
Deleted about 1150 lines of unneeded code related to the Toolbar
Added exclusion list for experiments and manufacturers
1.9.2.1
fixed the missed repopulating a list after a revert??
1.9.2
Adoption by LGG
Added support for ToolbarController
Added support for the ClickThrough Blocker
Removed old code used for the Blizzy Toolbar