Skip to content

Releases: linuxgurugamer/AGExt

2.4.1.4

20 Dec 23:41

Choose a tag to compare

Updated version file to use github for new version info
Updated Readme

2.4.1.3

13 Nov 04:31

Choose a tag to compare

Updated initialization of the EditShow variable from true to false
Added check for exit window being displayed, if so, doesn't show the agext window

2.4.1.2

31 Aug 01:53

Choose a tag to compare

Added new dependency on SpacetuxLibrary
Removed local SpaceTuxUtility class
Replaced local logging class with KSP_Log from SpaceTuxLibrary
Fixed small memory leak by not removing a callback from a game event

2.4.1.1

04 Sep 20:13

Choose a tag to compare

Fixed missing button texture in editor
Added Settings page to make the OverrideCareer option available without editing a file

2.4.1

22 Aug 02:46

Choose a tag to compare

Changed "print" to "Log.Info", which will eliminate logging those  lines in release version
Added AssemblyFileVersion
Updated version file for 1.12

2.4.0.1

24 Nov 03:18

Choose a tag to compare

Fixed nullref on an edge case:
	* Have the action editor open before going on EVA.
	* Left click on EVA Kerbal to select in editor (blue cross)
	* Board vessel
	* Exception spam

2.4.0

22 Nov 03:29

Choose a tag to compare

2.4.0 Pre-release
Pre-release

v2.4.0

2.3.5

25 Jul 10:53

Choose a tag to compare

Added InstallChecker.cs
Updated AssemblyVersion.tt

2.3.4.1

13 May 15:49

Choose a tag to compare

fixed missing kOSVoidAction

2.3.4

12 Apr 12:14

Choose a tag to compare

Fixed panel selection for KSP 1.7, now required to wait until panel is displayed, the internal flags in KSP are now being set slightly differently