Skip to content

Releases: linuxgurugamer/KerbalObjectInspector

1.2.0.1

19 Sep 14:12

Choose a tag to compare

v1.2.0.1
Using file: Changelog.txt
Updated version file to use github for new version info

1.2.0

25 Jan 19:40

Choose a tag to compare

Thanks to @gotmachine for all of these changes:
	Hirearchy : reworked the general UI options
	Hierarchy : reworked mouse hover selection, now require holding ALT, added UI/object selection capacities
	Hierarchy : huge performance improvements (doesn't re-parse anymore the whole scene hierarchy every update)
	Hierarchy : ability to find/show disabled objects
	Hierarchy : ability to browse/search the whole resource database (prefabs, internal unity objects...), by object name or by component type (a bit laggy but does the job)
	Hierarchy : now show objects in the right order
	Hierarchy : removed sorting feature and ability to dump the hierarchy to a text file (could be re-added if necessary but that's a bit useless and I'm lazy)
	The wireframe viewer is now only added to the selected object and not whole hierarchy (was causing severe perf issue)
	Added wireframe visualization for RectTransforms
	Fixed toolbar button not showing with stock toolbar (was working only with blizzy)
	Inspector : now only show details for only 1 component at a time (fix lag with large/many component), better usability.
	Inspector : now show the gameobject fields/properties (and not only the components)
	Inspector : allow to enable/disable gameobjects
	Inspector : various UI tweaks alignment, colors, handling of long values, fix height flickering...
	Inspector : option to show non public / static members
	Added a "value editor", allow setting fields/properties for primitive types and some common Unity/KSP primitives (Color, Vector, Quaternion, etc...)
	https://user-images.githubusercontent.com/24925209/101765510-b1349d00-3ae1-11eb-8e18-643c0b6ed1f4.png

1.1.8.2

08 Aug 01:19

Choose a tag to compare

Renamed DLL for CKAN compatibility
Added AssemblyFileVersion
Updated version file for 1.12

1.1.8.1

04 Nov 04:30

Choose a tag to compare

Updated shader name with "Legacy Shaders/"
Added checks for obsolete attributes in  Inspector.cs

1.1.8

03 Nov 01:41

Choose a tag to compare

Added Right click on object line will write tree data (descending from that point) to a file:  ObjectInfo.txt
Updated for KSP 1.8

1.1.7.3

27 Jul 02:22

Choose a tag to compare

Added InstallChecker
Updated AssemblyVersion.tt

1.1.7.2

09 Jan 11:41

Choose a tag to compare

v1.1.7.2

1.1.7.1

28 Oct 09:39

Choose a tag to compare

Version bump for 1.5 rebuild

1.1.7

07 Oct 12:20

Choose a tag to compare

Added properties to the component inspector
Component inspector field and properties also show base class properties (BindingFlags.FlattenHierarchy)

1.1.6

18 Apr 03:23

Choose a tag to compare

Updated for KSP 1.4.1+
added support for the Clickthrough Blocker
Added support for the toolbar Controller
Updated button texture with transparancy