Commit ef82578
authored
[0.7.1]: Merging current changes onto a new release (#29)
* [MP-2]: Created button for Create Maneuvers Panel (#16)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel (#17)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel
* [MP-2]: Incremented patch version for bugfix (#18)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel
* [MP-2]: Incremented patch version for bugfix
* [DEV]: Updated KRPC, Protobuf and README
Updated KRPC to version 0.5.1 and protobuf-java to 3.22.1
README link for KRPC was updated to 0.5.1
Changed MechPeste version to 0.6.2
MechPeste now installs krpc version 0.5.1 from the menu
* [DEV]: Adding new version of KRPC, safer de-orbiting
* [MP-2]: Create the UI for maneuver creation helper (#20)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel
* [MP-2]: Incremented patch version for bugfix
* [MP-2]: Created Panel and Functionality
* [MP-2]: Added event listeners for maneuver buttons
* [MP-2]: Began implementing Rendezvous code
* [MP-2]: Unified Create and Run Maneuver JPanels
* [MP-2]: Saving current changes to MechPeste
* Docking test (#21)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel
* [MP-2]: Incremented patch version for bugfix
* [MP-2]: Created Panel and Functionality
* [MP-2]: Added event listeners for maneuver buttons
* [MP-2]: Began implementing Rendezvous code
* [MP-2]: Unified Create and Run Maneuver JPanels
* [MP-2]: Saving current changes to MechPeste
* -- First implementation of auto-docking
* -- Managed to debug on Neovim
* -- Changed how ControlePID works
* [Docking]: Finally have a working docking script?
* [Docking]: Working 1st and 2nd docking stage
* [Docking]: We have a docking script!
* [Docking]: Implement docking into MechPeste
* [Docking]: Organize docking code
* [Docking]: Implement maneuvering around target
* [Landing]: Fix landing speed calculation
* [Maven]: Implement Maven project manager (#22)
* [MP-2]: Added button for Create Maneuvers, fixed some UI
* [MP-2]: Created button for Create Maneuvers Panel
Included a fix for not finishing the maneuver burn.
Changed the 'Change Vessel' area to 10km for 'nearest'.
* [MP-2]: Making liftoff button get back to telemetry jpanel
* [MP-2]: Incremented patch version for bugfix
* [MP-2]: Created Panel and Functionality
* [MP-2]: Added event listeners for maneuver buttons
* [MP-2]: Began implementing Rendezvous code
* [MP-2]: Unified Create and Run Maneuver JPanels
* [MP-2]: Saving current changes to MechPeste
* -- First implementation of auto-docking
* -- Managed to debug on Neovim
* -- Changed how ControlePID works
* [Docking]: Finally have a working docking script?
* [Docking]: Working 1st and 2nd docking stage
* [Docking]: We have a docking script!
* [Docking]: Implement docking into MechPeste
* [Docking]: Organize docking code
* [Docking]: Implement maneuvering around target
* [Landing]: Fix landing speed calculation
* [Maven]: Implement Maven project manager
* [Maven]: Configure project to use Maven to deploy new versions
* [Maven]: Add version checker using Maven
* [Maven]: Update version display code, README file
* [CI]: Add CI workflow to project using Maven
* [CI]: Add KRPC as a Local Library on GHA
* [CI]: Add release script
* [CI]: Update release script
* [CI]: Install KRPC before build
* [CI]: Release script test
* [CI]: Create tags test
* [CI]: Set version using ENV variables
* [Release]: Creating tag before release
* [CI]: Updated release scripts
* [CI]: Separate env and tag steps
* [Release]: Adjust tag name
* [Release]: Release new version when pushing to master
* [MP-3]: Add docking step texts, sort lines on Bundle files (#28)1 parent 1b4d448 commit ef82578
6 files changed
Lines changed: 127 additions & 64 deletions
File tree
- src/main
- java/com/pesterenan
- controllers
- utils
- views
- resources
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 44 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
30 | | - | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | | - | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | | - | |
| 108 | + | |
107 | 109 | | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
111 | | - | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | | - | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
| |||
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | | - | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
176 | 178 | | |
177 | 179 | | |
178 | 180 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
| 181 | + | |
195 | 182 | | |
196 | 183 | | |
197 | 184 | | |
| |||
205 | 192 | | |
206 | 193 | | |
207 | 194 | | |
208 | | - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
209 | 199 | | |
| 200 | + | |
210 | 201 | | |
211 | 202 | | |
212 | 203 | | |
213 | 204 | | |
214 | | - | |
215 | | - | |
216 | | - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
217 | 208 | | |
218 | 209 | | |
219 | 210 | | |
| 211 | + | |
220 | 212 | | |
221 | 213 | | |
222 | 214 | | |
223 | 215 | | |
224 | | - | |
225 | | - | |
| 216 | + | |
| 217 | + | |
226 | 218 | | |
227 | 219 | | |
228 | 220 | | |
| 221 | + | |
229 | 222 | | |
230 | 223 | | |
231 | 224 | | |
232 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
233 | 239 | | |
234 | 240 | | |
235 | 241 | | |
236 | 242 | | |
237 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
238 | 250 | | |
239 | 251 | | |
240 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
| 24 | + | |
23 | 25 | | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | 28 | | |
27 | | - | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
35 | | - | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| |||
51 | 56 | | |
52 | 57 | | |
53 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
54 | 62 | | |
55 | 63 | | |
56 | 64 | | |
| |||
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
83 | 106 | | |
84 | 107 | | |
85 | 108 | | |
| |||
89 | 112 | | |
90 | 113 | | |
91 | 114 | | |
92 | | - | |
93 | | - | |
| 115 | + | |
| 116 | + | |
94 | 117 | | |
95 | 118 | | |
96 | 119 | | |
97 | 120 | | |
98 | 121 | | |
99 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
100 | 127 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
106 | 135 | | |
107 | 136 | | |
108 | 137 | | |
109 | 138 | | |
110 | 139 | | |
111 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
112 | 146 | | |
113 | 147 | | |
114 | | - | |
| 148 | + | |
115 | 149 | | |
116 | 150 | | |
117 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | | - | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
24 | 32 | | |
25 | 33 | | |
26 | 34 | | |
| |||
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
65 | | - | |
66 | 73 | | |
| 74 | + | |
67 | 75 | | |
68 | 76 | | |
69 | 77 | | |
| |||
0 commit comments