Skip to content

Releases: linuxgurugamer/ToolbarControl

0.1.6.5

25 Apr 02:05
Compare
Choose a tag to compare

Fixed issue when both buttons are shown, if the mod was updating the textures, the stock texture wasn't being updated while the Blizzy texture was

0.1.6.4

19 Apr 14:02
Compare
Choose a tag to compare

Added two methods, currently only working on the stock button:
public void DisableMutuallyExclusive()
public void EnableMutuallyExclusive()

Fixed hovering over button in Blizzy toolbar not working

0.1.6.3

15 Apr 21:23
Compare
Choose a tag to compare
Fixed nullrefs when blizzy toolbar not installed
Added code to always show buttons on stock if lbizzy not installed

0.1.6.2

15 Apr 20:42
Compare
Choose a tag to compare

Fixed nullref when setting textures and no stock button set

The Nightingale Update

14 Apr 05:59
Compare
Choose a tag to compare

Added KSPAssembly to AssemblyInfo.cs, will help with load order of DLLs

0.1.6

13 Apr 10:09
Compare
Choose a tag to compare

Added code for mods to register with the toolbar Controller
Added functions for mods to set and get the setting for the Blizzy toolbar
Added window to allow users to change setting without having to go into the mod
Added following methods, see the README for details:

toolbarControl.UseButtons(string NameSpace);
public static bool RegisterMod(string NameSpace, string DisplayName = "", bool useBlizzy = false, bool useStock = true, bool NoneAllowed = true)
public static bool BlizzyActive(string NameSpace, bool? useBlizzy = null)
public static bool StockActive(string NameSpace, bool? useStock = null)
public static void ButtonsActive(string NameSpace, bool? useStock, bool? useBlizzy)
public void UseStock(bool useStock)

Cleaned up old commented-out code

0.1.5.9

03 Apr 15:56
Compare
Choose a tag to compare

Fixed issue when doing a SetTrue or SetFalse before the button has actually been created

0.1.5.8

03 Apr 15:55
Compare
Choose a tag to compare

Updated version file for 1.4.1-1.4.99

0.1.5.7

26 Mar 13:27
Compare
Choose a tag to compare

fixed the LoadImageFromFile, the "public" was deleted somehow

0.1.5.6

24 Mar 13:03
Compare
Choose a tag to compare

Added DDS to the possible image formats, only DXT1 and DXT5 are supported