Commit 9212424
feat(efb): harmonize takeoff and landing performance calculators (#9938)
commit 717d95923a42882fc15293b39906f6185f7bf922
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Mon Mar 24 13:26:20 2025 +0200
docs: move changelog entry
commit 9169e7d66003e59d9b63469cf2a89a4bbdff258a
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Sat Mar 22 04:04:18 2025 +0200
docs: add changelog entry
commit d7a44e9ec0310549144040a690315e1b28355dd8
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Sat Mar 22 04:00:24 2025 +0200
fix: head and tailwind only for landing perf
commit c1fc2e23b4e6375669b452315585efa27d90db42
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Sat Mar 22 02:58:37 2025 +0200
fix: fetched wind velocity format
commit 8dae7034b7cf3b24ab59137f56607356af538900
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Sat Mar 22 02:45:13 2025 +0200
feat: runway autofill selection for landing
commit 0079a42a9eddba3a41dc0629d2f6dd7083c1f950
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Sat Mar 22 01:53:01 2025 +0200
feat: unified wind handling
commit 2a4b32d3b646652ed0d7f9de886cd084e001aa2d
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Fri Mar 21 18:11:41 2025 +0200
feat: wind input filtering
commit 1ac3a6728aa12c8d40f33a65ddf6d01935367453
Author: FoxtrotSierra <github@florian-scheuner.de>
Date: Fri Mar 21 13:34:13 2025 +0200
feat: reorder performance parameters1 parent 1ca7fc9 commit 9212424
File tree
7 files changed
+687
-518
lines changed- .github
- fbw-common/src/systems/instruments/src/EFB
- Localization/data
- Performance
- Data
- Widgets
- Store/features
- UtilComponents/Form/SimpleInput
7 files changed
+687
-518
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
| 301 | + | |
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
| |||
304 | 307 | | |
305 | 308 | | |
306 | 309 | | |
307 | | - | |
308 | | - | |
309 | 310 | | |
310 | 311 | | |
311 | 312 | | |
| |||
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
318 | 322 | | |
319 | 323 | | |
320 | 324 | | |
| |||
329 | 333 | | |
330 | 334 | | |
331 | 335 | | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 336 | + | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
| |||
376 | 377 | | |
377 | 378 | | |
378 | 379 | | |
379 | | - | |
380 | | - | |
381 | 380 | | |
382 | 381 | | |
383 | 382 | | |
| |||
394 | 393 | | |
395 | 394 | | |
396 | 395 | | |
397 | | - | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments