-
Notifications
You must be signed in to change notification settings - Fork 14
/
CHANGES.txt
203 lines (152 loc) · 7.38 KB
/
CHANGES.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
Waypoint Manager 2.8.1
- Correctly increment assembly version.
Waypoint Manager 2.8.0
- Recompile for KSP 1.8.0
- Fixed NRE when changing scenes (thanks DomiKamu).
- Workaround for minor stock bug - the Dessert Airfield has the wrong icon (thanks Jacke4913).
Waypoint Manager 2.7.5
- Recompile for KSP 1.6.1
- Group auto-generated site waypoints separately from custom waypoints.
- Make waypoint data visible in IVA (thanks taniwha).
- Workaround stock bug that causes the launch site waypoints to be added in duplicate on each scene change (thanks catonthekbd).
Waypoint Manager 2.7.4
- Fix version file.
Waypoint Manager 2.7.3
- Recompile for KSP 1.5.0.
Waypoint Manager 2.7.2
- Re-release properly for CKAN.
Waypoint Manager 2.7.1
- Recompile for KSP 1.4.0
- Fixed NRE when importing custom waypoints before stock waypoint manager is loaded (thanks linuxgurugamer).
Waypoint Manager 2.7.0
- Recompile for KSP 1.3.0.
- Don't allow stock toolbar icon to be disabled if Blizzy's toolbar isn't installed.
Waypoint Manager 2.6.2
- Removed code for drawing waypoint markers when not in career mode - as of KSP 1.2 stock draws those markers (thanks Syntax).
Waypoint Manager 2.6.1
- Remove hack for custom waypoint icons (no longer needed in KSP 1.2).
- Move custom waypoints into PluginData directory.
- Added back duplicate checking for custom waypoints (thanks Syntax).
- Fixed custom waypoint icons not showing up (thanks Syntax).
Waypoint Manager 2.6.0
- KSP 1.2 compatibility.
Waypoint Manager 2.5.3
- KSP 1.1.3 compatibility.
Waypoint Manager 2.5.2
- Remove waypoints from the waypoint list when they no longer active (thanks severedsolo).
- Move config file to PluginData to prevent unneccessesary Module Manager cache rebuilds (thanks galenmacil).
Waypoint Manager 2.5.1
- KSP 1.1.1 update (for CKAN).
Waypoint Manager 2.5.0
- Recompile for KSP 1.1
Waypoint Manager 2.4.5
- Add option to show waypoint location in decimal.
- Fixed issue with contract info getting duplicated (thanks smjjames).
- Fixed waypoint sort order.
Waypoint Manager 2.4.4
- Show waypoint location in degrees/minutes/seconds in main window.
- Add vessel marker to forbidden icons.
Waypoint Manager 2.4.3
- Recompile for KSP 1.0.5
Waypoint Manager 2.4.2
- Fixed issues with apply button in add mode (thanks Bizz Keryear).
- Fixed issue with waypoint icon scaling when large icons used (thanks amorymeltzer).
Waypoint Manager 2.4.1
- Correctly display name for "clustered" waypoints (Alpha, Beta, Gamma).
- Fix for duplicated waypoints (thanks Dr. Jet).
- Added Apply button to custom waypoint dialog (thanks 5thHorseman).
Waypoint Manager 2.4.0
- Added glide slope angle to assist with landing planes.
- Added option to change waypoint opacity.
- Made waypoints fade when they get occluded instead of just instantly becoming invisible.
- Corrected order of latitude/longitude boxes in custom waypoint editor.
- Allow custom waypoints to be placed in the map view on bodies other than the one the active vessel is on.
Waypoint Manager 2.3.4
- Stop fighting with CKAN and just realease update to support KSP 1.0.4
Waypoint Manager 2.3.3
- Hide waypoints when they are disabled.
- Update version file to support KSP 1.0.3
Waypoint Manager 2.3.2
- Re-release due to screwed up version file in last release.
Waypoint Manager 2.3.1
- KSP 1.0.2 compatibility.
- Fix problem with incorrect waypoint distances for mid-air/orbital waypoints.
Waypoint Manager 2.3.0
- KSP 1.0 compatibility.
- Support DDS textures for waypoint icons.
Waypoint Manager 2.2.1
- Fix for NRE error in tracking station.
- Fix issue where custom waypoint keep getting duplicated (thanks Luskhen).
Waypoint Manager 2.2.0
- Now correctly supports sandbox/science modes.
- Added import/export to file for custom waypoints (in settings menu).
- Fix possible NullReferenceException on quit.
Waypoint Manager 2.1.6
- Fix for NullReferenceException in some cases.
- Fix for Module Manager reload (and possibly other scenarios) causing the add-on to get started multiple times (causes possible performance/rendering issues).
- Don't occlude waypoints when really close (fixes issues with waypoints at the top of hills disappearing).
Waypoint Manager 2.1.4
- Additional fixes for Jool/Sun waypoints.
Waypoint Manager 2.1.3
- Fixes for possible NullReferenceException (thanks Spheniscine).
Waypoint Manager 2.1.2
- License change - now licensed under the MIT license.
- Use platform independent method for file paths (thanks dak180 & ultrasquid).
Waypoint Manager 2.1.1
- Persist "Use stock toolbar" option across restarts (thanks dak180).
- Now works in sandbox mode (for custom waypoints).
Waypoint Manager 2.1.0
- Display waypoint marker while it is being created (in flight and map view).
- Toggle to automatically set the waypoint to ground level when creating a waypoint.
- Allow setting the waypoint location by clicking on a celestial body in the map view.
- Minor bug fixes.
Waypoint Manager 2.0.3
- Fixed Null Reference Exceptions in tracking station (thanks armegeddon).
- Fixed width of main GUI window so that it can expand a little more.
Waypoint Manager 2.0.1
- Fixed MAJOR bug that prevents waypoint markers from rendering correctly.
Waypoint Manager 2.0.0
- New GUI for displaying waypoints.
- New settings menu to allow customization of what information is displayed and how it's displayed.
- Dim waypoints that are on the other side of the planet/moon (like stock does in the map view).
- Support displaying heading information to waypoint.
- Support creation of custom waypoints.
In-Flight Waypoints 1.2.8
- Fixed distance text to take waypoint height properly into account (thanks raath).
In-Flight Waypoints 1.2.7
- Fixed ETA text to actually display, and position correctly with long durations.
- Prevent markers from showing up when at really high altitudes.
In-Flight Waypoints 1.2.6
- Additional fix to text positioning issue. HUGE thanks to robson1000.
In-Flight Waypoints 1.2.5
- Minor performance changes.
- Fixed text positioning issue. For EVERY resolution and EVERY UI scale setting.
- Anti-derp fix - Don't display ETA if it's greater than a day.
In-Flight Waypoints 1.2.4
- Fixed issue with ETA for large distances.
In-Flight Waypoints 1.2.3
- Fixed text positioning to work correctly (or nearly correctly) across all resolutions and UI sizes.
In-Flight Waypoints 1.2.2
- Improved calculation of distance to waypoint - now uses the distance along the planet (instead of through the planet). (Thanks Peppie23)
- Display ETA to waypoint. (Thanks Peppie23)
- Move out of the way when altimeter panel pops down (sort of).
In-Flight Waypoints 1.2.1
- Don't display dummy waypoints from orbits.
- Blink active waypoint if the player is within range to complete the contract parameter.
In-Flight Waypoints 1.2.0
- Correctly detect deactivating navigation.
- Allow activating/deactivating navigation by clicking on a waypoint (just like in the map view).
In-Flight Waypoints 1.1.1
- Hide waypoints when the GUI is hidden (thanks DomDiaemus).
- Take terrain height into account for distance calculations (thanks helaeon).
In-Flight Waypoints 1.1.0
- Always show waypoint if it is activated for navigation.
- Display distance information for the active waypoint.
In-Flight Waypoints 1.0.3
- Fix culling issue that caused waypoints that should've been behind the camera to be drawn.
In-Flight Waypoints 1.0.2
- Include LICENSE.txt in download.
In-Flight Waypoints 1.0.1
- Fixed name in version file.
In-Flight Waypoints 1.0.0
- Initial release.