Releases: linuxgurugamer/ClickThroughBlocker
Releases · linuxgurugamer/ClickThroughBlocker
Release list
2.1.10.23
Thanks to github user @chambm for this amazing patch:
Universal click-through block for IMGUI windows on PAW / uGUI
Only works if Harmony is installed
Added a check to prevent the global.cfg from begin rewritten every time game settings change
Fixes #30
2.1.10.22
Updated version file to use github for version info
Copied webpage to README.md
2.1.10.21
Fixed another nullref when starting game
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