Commit Graph

24 Commits

Author SHA1 Message Date
Tobias Dammers
74b3a057ad Don't crash when departure / destination runways don't exist 2022-08-31 12:17:04 +02:00
Tobias Dammers
3fc1c6363a Fix "commitFlightplan" issue. Maybe. 2022-08-23 14:02:09 +02:00
Tobias Dammers
c489277b32 Skip last fix if it is the destination airport 2022-05-03 08:03:30 +02:00
Tobias Dammers
d807570a43 Bugfix: make it work on FG next
The problem was that `next` changes the way strings are coerced to
booleans when calling `getBoolValue()` on properties.

On FG 2020.3, the string "0" is first converted to integer, which gives
0, and then to boolean, which keeps it as 0 (false).

On FG Next, "0" is interpreted as a non-empty string, and directly
converted to boolean as 1 (true).
2022-04-12 15:36:09 +02:00
Tobias Dammers
8e19cc190b Fix a crash 2022-03-04 10:34:46 +01:00
Tobias Dammers
a4bbd1cd2c Bugfix: ignore tanks with nil capacity 2021-10-19 17:03:36 +02:00
Tobias Dammers
a9fc99b947 More documentation 2021-10-17 13:17:17 +02:00
Tobias Dammers
eeb290c123 Documentation 2021-10-17 13:11:31 +02:00
Tobias Dammers
43413bc5cb Make staged FP work (ish) 2021-10-17 13:03:18 +02:00
Tobias Dammers
8455380975 Nicer logging 2021-10-17 12:48:02 +02:00
Tobias Dammers
b202e67762 Aircraft development hooks 2021-10-17 12:44:25 +02:00
Tobias Dammers
7b5956c906 Document aircraft integration 2021-10-17 12:02:20 +02:00
Tobias Dammers
63b83ab0bb logging 2021-10-13 17:16:16 +02:00
Tobias Dammers
c9b25e4b27 Fix some winds-aloft bugs 2021-10-13 10:43:21 +02:00
Tobias Dammers
36b7303dd9 gitignore 2021-09-24 20:13:04 +02:00
Tobias Dammers
e914d6afb8 Explicit start/stop buttons for winds-aloft updater 2021-09-24 20:11:19 +02:00
Tobias Dammers
9b315100ff Robustify 2021-09-24 18:11:05 +02:00
Tobias Dammers
81039c1780 Document MD-11 compat 2021-09-24 18:11:02 +02:00
Tobias Dammers
5a1fae5fb3 Detect A320 2021-09-23 11:28:29 +02:00
Tobias Dammers
2e383ccf7f Handle JSBSim weights. 2021-09-23 10:05:59 +02:00
Tobias Dammers
178ad7b301 Fuel allocation strategies 2021-09-23 09:04:13 +02:00
Tobias Dammers
8f7eacaeee Make it work with nameless tanks 2021-09-22 23:07:20 +02:00
Tobias Dammers
0a86a3cc3b Put actual stuff in 2021-09-22 22:46:45 +02:00
Tobias Dammers
8c9e6324ed
Initial commit 2021-09-22 22:45:53 +02:00