Skip to content

Releases: linuxgurugamer/ClickThroughBlocker

0.1.10.11

16 Jul 20:26
Compare
Choose a tag to compare

Fixed overly aggressive CBTMonitor which was causing the vessel highlighting to stop in the editor when FocusFollowsMouse was set

0.1.10.10

13 Jul 12:36
Compare
Choose a tag to compare
Fix nullrefs upong returning to mainmenu by adding check for no game loaded (ie:  returning to main menu) in CBTMonitor.Update & CBTMonitor.LateUpdate

0.1.10.9

12 Jul 22:19
Compare
Choose a tag to compare
Fixed Popupshown.cfg from having endless repeats of the popupshown = true appended
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)
Made all members of Log class to be internal, to avoid conflicts with KSP_Log

0.1.10.6

03 Jul 21:51
Compare
Choose a tag to compare

Added missing files

0.1.10.5

22 Jun 12:59
Compare
Choose a tag to compare
Added cleanup class to cleanup all input locks after a delay, immediately upon changing scenes
Added cleanup delay to settings page

0.1.10.4 - BETA

21 Jun 21:35
Compare
Choose a tag to compare
0.1.10.4 - BETA Pre-release
Pre-release
Added MiniMod to clear input locks via toolbar button, right-click brings up window
Added one-time popup window 
Added ToolbarController as a dependency

0.1.10.3

05 Jun 13:38
Compare
Choose a tag to compare
0.1.10.3 Pre-release
Pre-release

v0.1.10.3

0.1.10.1 - BETA

26 May 03:58
Compare
Choose a tag to compare
Modified the CBTMonitor to not run in any scene other than the editor
Fixed window data not getting cleared properly

0.1.10 -BETA

25 May 15:12
Compare
Choose a tag to compare
Added Settings page 
	Added new setting to specify Focus follows Click
Added code to have the focus follow the click instead of the mouse, for both editor and flight modes

0.1.9.5

13 Dec 03:24
Compare
Choose a tag to compare

Fixed subtle bug where the game scene was being changed due to clicking on a mod window, which prevented the variable counter: ClickThruBlocker.CTBWin.activeBlockerCnt from being reset to 0
Added check for null EditorLogic.fetch in Update() method, was necessary in KSP 1.8.1 due to change in initialization methods/timings