Skip to content

Tags: linuxgurugamer/ClickThroughBlocker

Tags

2.1.10.22

Toggle 2.1.10.22's commit message
	Updated version file to use github for version info

	Copied webpage to README.md

2.1.10.21

Toggle 2.1.10.21's commit message
 Fixed another nullref when starting game

2.1.10.20

Toggle 2.1.10.20's commit message
Fixed nullref when entering game

2.1.10.19

Toggle 2.1.10.19's commit message
 Fixed issue where changing the FocusFollowsClick in the settings was…

…n't being saved properly

 Fixed issue where changing the global setting in the settings wasn't being honored

2.1.10.18

Toggle 2.1.10.18's commit message
updated versoini file

2.1.10.17

Toggle 2.1.10.17's commit message
Updated changelog.cfg

0.1.10.17

Toggle 0.1.10.17's commit message
Added AssemblyFileVersion, needed for new KSP 1.12 dll verification

Added InstallChecker to ensure installation into correct directory

0.1.10.16

Toggle 0.1.10.16's commit message
Fixed issue on 1.11 where a uncontrolled ship would be controllable w…

…hen changing scenes to it

0.1.10.15

Toggle 0.1.10.15's commit message
Updated vrsion file

0.1.10.14

Toggle 0.1.10.14's commit message
 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