You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GameData/000_ClickThroughBlocker/changelog.cfg
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,28 @@ KERBALCHANGELOG
7
7
8
8
VERSION
9
9
{
10
-
version = 0.1.10.8
10
+
version = 0.1.10.10
11
11
CHANGE
12
12
{
13
-
change = Fixed buildings being non-clickable after selecting FocusFollowsMouse
13
+
change = Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie: returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate
14
14
type = update
15
15
}
16
16
}
17
17
18
+
VERSION
19
+
{
20
+
version = 0.1.10.9
21
+
CHANGE
22
+
{
23
+
change = Fixed lock issues
24
+
type = update
25
+
subchange = Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended
26
+
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)
27
+
subchange = Made all members of Log class to be internal, to avoid conflicts with KSP_Log
28
+
subchange = Modified the CBTMonitor to run in all scenes, needed for FocusToClick to work properly
Copy file name to clipboardExpand all lines: changelog.cfg
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ KERBALCHANGELOG
5
5
license = Lesser GPLv3
6
6
author = Linuxgurugamer
7
7
8
+
VERSION
9
+
{
10
+
version = 0.1.10.10
11
+
CHANGE
12
+
{
13
+
change = Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie: returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate
14
+
type = update
15
+
}
16
+
}
17
+
8
18
VERSION
9
19
{
10
20
version = 0.1.10.9
@@ -15,6 +25,7 @@ KERBALCHANGELOG
15
25
subchange = Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended
16
26
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)
17
27
subchange = Made all members of Log class to be internal, to avoid conflicts with KSP_Log
28
+
subchange = Modified the CBTMonitor to run in all scenes, needed for FocusToClick to work properly
0 commit comments