-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
changelog.cfg
244 lines (229 loc) · 5.75 KB
/
changelog.cfg
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
KERBALCHANGELOG
{
showChangelog = True //optional but strongly recommended (will be created if non-existant)
modName = Click Through Blocker //required
license = Lesser GPLv3
author = Linuxgurugamer
VERSION
{
version = 2.1.10.22
CHANGE
{
change = Updated version file to use github for version info
change = Copied webpage to README.md
type = update
}
}
VERSION
{
version = 2.1.10.21
CHANGE
{
change = Fixed another nullref when entering game
type = update
}
}
VERSION
{
version = 2.1.10.20
CHANGE
{
change = Fixed nullref when entering game
type = update
}
}
VERSION
{
version = 2.1.10.19
CHANGE
{
change = Fixed issue where changing the FocusFollowsClick in the settings wasn't being saved properly
change = Fixed issue where changing the global setting in the settings wasn't being honored
type = update
}
}
VERSION
{
version = 2.1.10.18
CHANGE
{
change = Fixed a memory leak where two game events were being used, added a DontDestroyOnLoad to RegisterToolbar
change = Updated version number to avoid dependency issues
type = update
}
}
VERSION
{
version = 0.1.10.17
CHANGE
{
change = Added AssemblyFileVersion, needed for new KSP 1.12 dll verification
change = Added InstallChecker to ensure installation into correct directory
type = update
}
}
VERSION
{
version = 0.1.10.16
CHANGE
{
change = Fixed issue on 1.11 where a uncontrolled ship would be controllable when changing scenes to it
type = update
}
}
VERSION
{
version = 0.1.10.15
CHANGE
{
change = Fixed issue in editor where a single open window which was closed was leaving everything
type = update
}
}
VERSION
{
version = 0.1.10.14
CHANGE
{
change = Fixed performance issue in the editor when FocusFollowsMouse was active
subchange = Two problems:
subchange = GetComponent was being called on every part
subchange = EditorActionGroups.Instance.ClearSelection was being called every time through Update()
change = Added global value for FocusFollowsClick or FocusFollowsMouse for all new saves
type = update
}
}
VERSION
{
version = 0.1.10.13
CHANGE
{
change = Fixed inputlocks not being cleared when canceling the window
change = Added mode toggle on new button to allow toggling between different modes during the game
change = Updated settings to make it clear if popup will be shown next time in the space center
change = Added code to disable the ShowPopup flag if the focusFollowsClick is changed in the settings
change = Thanks to github user @SteveBenz for this: Make the configuration file not depend on Environment.CurrentDirectory and instead depend on the deployment location of the DLL
type = update
}
}
VERSION
{
version = 0.1.10.12
CHANGE
{
change = Fixed inputlocks not being cleared when setting FocusFollowsMouse
type = update
}
}
VERSION
{
version = 0.1.10.11
CHANGE
{
change = Fixed overly aggressive CBTMonitor which was causing the vessel highlighting to stop in the editor when FocusFollowsMouse was set
type = update
}
}
VERSION
{
version = 0.1.10.10
CHANGE
{
change = Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie: returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate
type = update
}
}
VERSION
{
version = 0.1.10.9
CHANGE
{
change = Fixed lock issues
type = update
subchange = Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended
subchange = Fixed error which caused buildings to be non-clickable if clicking on a control in the window closed it (such as an X or a Close button)
subchange = Made all members of Log class to be internal, to avoid conflicts with KSP_Log
subchange = Modified the CBTMonitor to run in all scenes, needed for FocusToClick to work properly
}
}
VERSION
{
version = 1.0.10.7
CHANGE
{
change = Internal cleanup
type = update
subchange = Made all members of Log class to be internal, to avoid conflicts with KSP_Log
}
}
VERSION
{
version = 1.0.10.6
CHANGE
{
change = Added missing files
type = update
}
}
VERSION
{
version = 1.0.10.5
CHANGE
{
change = Cleanup Input Locks
type = update
subchange = Added cleanup class to cleanup all input locks after a delay, immediately upon changing scenes
subchange = Added cleanup delay to settings page
}
}
VERSION
{
version = 1.0.10.4
CHANGE
{
change = Minimod Input Locks
type = update
subchange = Added MiniMod to clear input locks via toolbar button, right-click brings up window
subchange = Added one-time popup window
subchange = Added ToolbarController as a dependency
}
}
VERSION
{
version = 1.0.10.2
CHANGE
{
change = Initial Focus Follows Click and other optimizations
type = update
subchange = Removed need to save window rect
subchange = Added Focus Follows Click mode
subchange = Reorganized code a bit
subchange = Removed some unnecessary assignments
subchange = Added stock settings page to support the FocusFollowsClick mode
}
}
VERSION
{
version = 1.0.10.1
CHANGE
{
change = Minor optimizations
type = update
subchange = Modified the CBTMonitor to not run in any scene other than the editor
subchange = Fixed window data not getting cleared properly
}
}
VERSION
{
version = 1.0.10
CHANGE
{
change = Initial commit for Focus Follows Click
type = HighPriority
subchange = Added Settings page
subchange = Added new setting to specify Focus follows Click
subchange = Added code to have the focus follow the click instead of the mouse, for both editor and flight modes
subchange = Added initial window to select mode, shows one time only
}
}
}