Skip to content

Commit 1ffd496

Browse files
committed
Release v2.0.1
1 parent 9ff81ac commit 1ffd496

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

Aman/AmanPlugIn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
str.pop_back();
2727
#define DISPLAY_WARNING(str) DisplayUserMessage("Aman", "Warning", str, true, true, true, true, false);
2828

29-
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.0.0", "https://git.io/Jt3S8", "Open source") {
29+
AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "2.0.1", "https://git.io/Jt3S8", "Open source") {
3030
// Find directory of this .dll
3131
char fullPluginPath[_MAX_PATH];
3232
GetModuleFileNameA((HINSTANCE)&__ImageBase, fullPluginPath, sizeof(fullPluginPath));

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,25 @@ Example `aman-config.json`:
1212
{
1313
"alias": "19R/19L",
1414
"targetFixes": [ "GSW40", "GME40" ],
15-
"viaFixes": [ "RIPAM", "LUNIP", "ESEBA", "INREX", "BELGU", "ADOPI", "RIPAM" ]
15+
"viaFixes": [ "ADOPI", "LUNIP", "ESEBA", "INREX", "BELGU", "RIPAM" ],
16+
"initialHorizon": 120
1617
},
1718
{
1819
"alias": "...",
1920
"targetFixes": [ "....", "...." ],
20-
"viaFixes": [ "..." ]
21+
"viaFixes": [ "..." ],
22+
"initialHorizon": ...
2123
}
2224
]
2325
}
2426
```
2527

26-
| Property | Description
27-
|---------------|---------------
28-
| `targetFixes` | Based on the assigned route, any aircraft expected to pass one of these fixes are shown in the timeline. When exactly two fixes are specified, a dual timeline is shown with the first fix on the left side and the second on the right side.
29-
| `viaFixes` | (optional) Each fix will be assigned a color, and aircraft with a route initially (any direct routings ignored) going through one of these fixes will be marked with the color. For example, this can give a better overview of which direction each aircraft is coming from. Only eight different colors are available at the moment.
30-
| `alias` | (optional) If used, this will be the ID of the timeline. If not, the name will be generated from `targetFixes`.
28+
| Property | Description
29+
|------------------|---------------
30+
| `targetFixes` | Based on the assigned route, any aircraft expected to pass one of these fixes are shown in the timeline. When exactly two fixes are specified, a dual timeline is shown with the first fix on the left side and the second on the right side.
31+
| `viaFixes` | (optional) Each fix will be assigned a color, and aircraft with a route initially (any direct routings ignored) going through one of these fixes will be marked with the color. For example, this can give a better overview of which direction each aircraft is coming from. Only eight different colors are available at the moment.
32+
| `alias` | (optional) If used, this will be the ID of the timeline. If not, the name will be generated from `targetFixes`.
33+
| `initialHorizon` | (optional) If used, this will be the initial time horizon (in minutes) when the timeline is loaded.
3134

3235
The information displayed for each aircraft has the following layout:
3336

Release/Aman.dll

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)