Releases: linuxgurugamer/ClickThroughBlocker
Releases · linuxgurugamer/ClickThroughBlocker
0.1.9.5
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
Fixed nullref which occurred with CRASH
Updated AssemblyVersion.tt
0.1.9.3
Really did the MiniAVC update
0.1.9.2
Updated MiniAVC.dll to 1.4.0.2 to fix a nasty CTD
0.1.9.1
Updated MiniAVC to 1.4.0
0.1.9
Rebuild for 1.8.0
0.1.7.2
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
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
v0.1.7
0.1.6.10
v0.1.6.10