Skip to content

Releases: linuxgurugamer/ksp-craft-organizer

1.7.2.3

01 Feb 21:18
Compare
Choose a tag to compare

Fixed icons not being generated after loading or saving vessels

1.7.2.2

17 Jan 04:24
Compare
Choose a tag to compare

Fixed the "Include Stock" toggle to actually work to not show stock craft when it's not selected

1.7.2.1

16 Jan 17:36
Compare
Choose a tag to compare

Added text to AutoTag button

1.7.2

22 Dec 00:40
Compare
Choose a tag to compare

1.7.1
Added craft history
Do backup after every change
Do backup after every save
backup at regular timed intervals
Moved settings into stock settings from local conf file

1.7.2
Made buttons for folder selection smaller
Added toggle to list folders first or last
Added toggle to show or hide history folders

1.7.0.3

17 Nov 02:46
Compare
Choose a tag to compare
Fixed screen going grey
Added ability to move craft files to a different directory
Added search for all directories called "Ships" in all mod directories, will include them under stock settings.  This is not a feature of the stock loader
Added include for DLC Ships directores.  This IS a feature of the stock loader
Added display of directory where craft comes from (only when from a mod)
Added toggle for Only Stock Craft

1.7.0.1

13 Nov 01:09
Compare
Choose a tag to compare
1.7.0.1 Pre-release
Pre-release
Add sort by  Crew Capacity
Fixed second settings window from being opened if one is already open
Adjusted size of settings window if using KSP skin
Add display ksp version
Added toggle to show KSP version 
Added toggle to show stock files (stock setting is used initially)

1.7.0

25 Oct 14:39
Compare
Choose a tag to compare
1.7.0 Pre-release
Pre-release

Adoption by Linuxgurugamer
Added ability to read/load from the Subassemblies folder
Added new default tags
Added AutoTag button, to auto tag Crewed, nonCrewed, & stock
Added Must have/Not have
Added a RequireAll option to each group
Resized window (made it smaller)
Moved all GUIStyle creations into RegisterToolbar.UpdateStyle(), this fixes memory leaks/unnecessary overhead where GUIStyles were being recreated every loop
Fixed tree view in tag window so +/- are not on separate lines
Reformatted all files using VisualStudio tools
Moved textures into PluginData to eliminate need for KSP to load them
Replaced texture loading method with method from ToolbarController