forked from linuxgurugamer/VesselViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
74 lines (55 loc) · 1.75 KB
/
Changelog.txt
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
ChangeLog
0.8.0 Initial release by LGG
Fixed bug with toolbar on 1.1.3
0.8.1 Added check in VesselViewPlugin Start() that the settings is not null before referencing
commented out FixedUpdate in VesselViewPlugin since it had nothing in it
0.8.2 Changes submitted by k-dueb for 1.2.1 compatiblity
Redid the config window
0.8.3
Added support for standard application toolbar for VesselViewPlugin
Added Settings page for toolbar support
0.8.4
Thanks to @dueb, now displays temperature correctly
0.8.5
Updated for 1.3, using RPM beta 2
0.8.5.1
Updated for 1.3, using RPM beta 3
0.8.6
updated for KSP 1.3.1
0.8.6.1
Updated the included Toolbar folder
0.8.7
Updated for 1.4.1
Added support for ToolbarController
Added support for ClickThroughBlocker
Removed included Toolbar folder
0.8.7.1
Version bump for 1.5 rebuild
0.8.8
Updated for KSP 1.8
Added InstallChecker
Updated all AssemblyVersion.tt files
0.8.8.1
Updated path in one of the InstallCheckers
0.8.8.2
Thanks to @Kerbas-ad-astra for the following:
Moved the RPM/MAS pointer to the beginning of the label rather than the end.
0.8.8.3
Rebuild with updated JSI PartUtilities
0.8.8.4
Added AssemblyFileVersion
Updated version file for 1.12
0.8.8.5
Thanks to user @JonnyOThan for these:
fix waterfall meshes rendering in MFDs (ignore TransparentFX layer)
fix large radial drill not rendering correctly (BakeMesh doesn't handle scale properly)
fix rendering skinned meshes in both default + animated pose
removed some extra list copying
0.8.8.6
Thanks to user @JonnyOThan for these:
fix duplicated custom menus
handle rich text tags in part selector
0.8.9
Thanks to @JonnyOThan for this:
Optimize VV rendering (much faster)
Remove JSIPartUtilities dependency