forked from linuxgurugamer/KerbalObjectInspector
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog.txt
More file actions
42 lines (34 loc) · 1.1 KB
/
Changelog.txt
File metadata and controls
42 lines (34 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
1.1.1 Fixed Nullrefs
Added toolbar button to activate/deactivate it
Made it active only in game scenes
Fixed display of wireframes
Added display of part mouse is over
Added locking of display (so that moving the mouse over something else won't change the display)
1.1.2
Adds Sorting, Searching, and to MainMenu
1.1.3
Reduced spacing in the Inspector
1.1.4
Updated for 1.3
1.1.5
Updated for KSP 1.3.1
1.1.6
Updated for KSP 1.4.1+
added support for the Clickthrough Blocker
Added support for the toolbar Controller
Updated button texture with transparancy
1.1.7
Thanks to @gotmachine for these additions:
Added properties to the component inspector
Component inspector field and properties also show base class properties (BindingFlags.FlattenHierarchy)
1.1.7.1
Version bump for 1.5 rebuild
1.1.7.3
Added InstallChecker
Updated AssemblyVersion.tt
1.1.8
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.8.1
Updated shader name with "Legacy Shaders/"
Added checks for obsolete attributes in Inspector.cs