-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
521 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
v2.0.0 | ||
|
||
Added support for airport queries: | ||
|
||
- new special variables `NEARBY_AIRPORTS`, `ALL_AIRPORTS`, and `AIRPORT:index` where index is an ICAO code. | ||
- new events `AIRPORTS_IN_RANGE` and `AIRPORTS_OUT_OF_RANGE`. | ||
|
||
Removes `getSpecial` in favour of `get` with a single variable argument | ||
|
||
v1.4.1 | ||
|
||
- [x] Camera Variables | ||
- [x] Services Variables | ||
- [x] Miscellaneous Variables | ||
- Aircraft SimVars: | ||
- [x] Aircraft Autopilot/Assistant Variables | ||
- [x] Aircraft Brake/Landing Gear Variables | ||
- [x] Aircraft Control Variables | ||
- [x] Aircraft Electrics Variables | ||
- [x] Aircraft Engine Variables | ||
- [x] Aircraft Flight Model Variables | ||
- [x] Aircraft Fuel Variables | ||
- [x] Aircraft Misc. Variables | ||
- [x] Aircraft Radio Navigation Variables | ||
- [x] Aircraft System Variables | ||
- [x] Helicopter Variables | ||
|
||
--- | ||
|
||
There was no changelog prior to v1.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This code is free to use for non-commercial purposes. If you wish to use it in a commercial project, please file an issue to request a paid license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.