Skip to content

Releases: linuxgurugamer/ClickThroughBlocker

2.1.10.22

27 Dec 19:44

Choose a tag to compare

Updated version file to use github for version info
Copied webpage to README.md

2.1.10.21

24 Jan 18:43

Choose a tag to compare

Fixed another nullref when starting game

2.1.10.20

26 Dec 16:27

Choose a tag to compare

Fixed nullref when entering game

2.1.10.19

25 Dec 23:41

Choose a tag to compare

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

21 Aug 03:57

Choose a tag to compare

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

13 Jul 12:26

Choose a tag to compare

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

0.1.10.16

16 Jun 00:10

Choose a tag to compare

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

0.1.10.15

09 Jan 03:29

Choose a tag to compare

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

0.1.10.14

09 Oct 19:29

Choose a tag to compare

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

07 Oct 00:55

Choose a tag to compare

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