Releases: linuxgurugamer/ClickThroughBlocker
Releases · linuxgurugamer/ClickThroughBlocker
0.1.10.11
Fixed overly aggressive CBTMonitor which was causing the vessel highlighting to stop in the editor when FocusFollowsMouse was set
0.1.10.10
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
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
Added missing files
0.1.10.5
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
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
v0.1.10.3
0.1.10.1 - BETA
Modified the CBTMonitor to not run in any scene other than the editor
Fixed window data not getting cleared properly
0.1.10 -BETA
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
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