Skip to content

Releases: linuxgurugamer/ClickThroughBlocker

0.1.9.5

13 Dec 03:24
Compare
Choose a tag to compare

Fixed subtle bug where the game scene was being changed due to clicking on a mod window, which prevented the variable counter: ClickThruBlocker.CTBWin.activeBlockerCnt from being reset to 0
Added check for null EditorLogic.fetch in Update() method, was necessary in KSP 1.8.1 due to change in initialization methods/timings

0.1.9.4

19 Nov 17:25
Compare
Choose a tag to compare
Fixed nullref which occurred with CRASH
Updated AssemblyVersion.tt

0.1.9.3

27 Oct 03:02
Compare
Choose a tag to compare
Really did the MiniAVC update

0.1.9.2

27 Oct 01:35
Compare
Choose a tag to compare
Updated MiniAVC.dll to 1.4.0.2 to fix a nasty CTD

0.1.9.1

25 Oct 10:11
Compare
Choose a tag to compare

Updated MiniAVC to 1.4.0

0.1.9

20 Oct 03:14
Compare
Choose a tag to compare

Rebuild for 1.8.0

0.1.7.2

26 Apr 16:25
Compare
Choose a tag to compare
Added replacements for the following functions:
Unity GUI:
	public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, string text);
    public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, Texture image);
	public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, GUIContent content);
    public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, string text, GUIStyle style);
    public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, Texture image, GUIStyle style);
    public static Rect ModalWindow (int id, Rect clientRect, UnityEngine.GUI.WindowFunction func, GUIContent content, GUIStyle style);
Unity GuiLayout:
	public static Rect Window (int id, Rect screenRect, UnityEngine.GUI.WindowFunction func, Texture image, GUIStyle style, params GUILayoutOption[] options);
	public static Rect Window (int id, Rect screenRect, UnityEngine.GUI.WindowFunction func, GUIContent content, GUIStyle style, params GUILayoutOption[] options);

0.1.7.1

09 Mar 04:01
Compare
Choose a tag to compare

Fixed ArgumentNullException: Argument cannot be null when moving mouse over dropdown menu (in the ksp_toolbar) when in the editor
(previous fix was for all other scenes)

0.1.7

28 Feb 12:27
Compare
Choose a tag to compare

v0.1.7

0.1.6.10

09 Jan 02:41
Compare
Choose a tag to compare

v0.1.6.10