Releases: linuxgurugamer/ClickThroughBlocker
Releases · linuxgurugamer/ClickThroughBlocker
2.1.10.21
2.1.10.20
Fixed nullref when entering game
2.1.10.19
Fixed issue where changing the FocusFollowsClick in the settings wasn't being saved properly
Fixed issue where changing the global setting in the settings wasn't being honored
2.1.10.18
Fixed a memory leak where two game events were beiing used, added a DontDestroyOnLoad to RegisterToolbar
Updated version number to avoid dependency issues
0.1.10.17
Added AssemblyFileVersion, needed for new KSP 1.12 dll verification
Added InstallChecker to ensure installation into correct directory
0.1.10.16
Fixed issue on 1.11 where a uncontrolled ship would be controllable when changing scenes to it
0.1.10.15
Fixed issue in editor where a single open window which was closed was leaving everything locked.
0.1.10.14
Fixed performance issue in the editor when FocusFollowsMouse was active
Two problems:
GetComponent was being called on every part
EditorActionGroups.Instance.ClearSelection was being called every time through Update()
Added global value for FocusFollowsClick or FocusFollowsMouse for all new saves
0.1.10.13
Fixed inputlocks not being cleared when canceling the window
Added mode toggle on new button to allow toggling between different modes during the game
Updated settings to make it clear if popup will be shown next time in the space center
Added code to disable the ShowPopup flag if the focusFollowsClick is changed in the settings
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
0.1.10.12
Fixed inputlocks not being cleared when setting FocusFollowsMouse