Skip to content

Releases: linuxgurugamer/ClickThroughBlocker

2.1.10.23

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 25 Jun 15:18
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

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 27 Dec 19:44
Updated version file to use github for version info
Copied webpage to README.md

2.1.10.21

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 24 Jan 18:43
Fixed another nullref when starting game

2.1.10.20

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 26 Dec 16:27

Fixed nullref when entering game

2.1.10.19

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 25 Dec 23:41
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

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 21 Aug 03:57
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

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 13 Jul 12:26

Added AssemblyFileVersion, needed for new KSP 1.12 dll verification
Added InstallChecker to ensure installation into correct directory

0.1.10.16

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 16 Jun 00:10

Fixed issue on 1.11 where a uncontrolled ship would be controllable when changing scenes to it

0.1.10.15

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 09 Jan 03:29

Fixed issue in editor where a single open window which was closed was leaving everything locked.

0.1.10.14

Choose a tag to compare

@linuxgurugamer linuxgurugamer released this 09 Oct 19:29

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