Skip to content

Commit

Permalink
update docs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Jul 31, 2024
1 parent 1b41d50 commit d22ea33
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
8 changes: 8 additions & 0 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,13 @@ var (
`Fixed a bug where handoffs from virtual controllers would sometimes not be made`,
`Anti-aliasing is disabled by default (but can be re-enabled via the "settings" menu)`,
`Multiple fixes to improve accuracy of drawing in STARS`,
`New scenarios: R90 (Logan S, Jackson Verdoorn), BOI (Jonah Lefkoff)`,
`Scenario updates (1): M98 (Logan S, Jackson Verdoorn), MCI, N90 (Jud Lopez), D21, CLE (Gavin V)`,
`Scenario updates (2): SAN (Justin Nguyen), D01 (Andrew S), MHT, ACK, A90 (Michael Knight), AAC`,
`Added an underlying simulation of the NAS and STARS/ERAM computers`,
`Multiple improvements to the realism of the STARS display and sounds`,
`"Beaconator" added to STARS (F1)`,
`Added "SQ" command to issue a beacon code to an aircraft`,
}
)

Expand Down Expand Up @@ -1494,6 +1501,7 @@ Either one or both of *A* and *S* may be specified.`, "*CCAMRN/A110+*"},
[3]string{"*SS*", `"Say airspeed".`, "*SS*"},
[3]string{"*SA*", `"Say altitude".`, "*SA*"},
[3]string{"*SH*", `"Say heading".`, "*SH*"},
[3]string{"*SQ_code", `"Squawk _code_."`, "*SQ1200*"},
[3]string{"*A_fix*/C_appr", `"At _fix_, cleared _appr_ approach."`, "*AROSLY/CI2L*"},
[3]string{"*CAC*", `"Cancel approach clearance".`, "*CAC*"},
[3]string{"*CSI_appr", `"Cleared straight-in _appr_ approach.`, "*CSII6*"},
Expand Down
30 changes: 25 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ <h1 class="docs-heading">About Vice</h1>
AVL,
BHM,
BIL,
BOI,
BNA,
BUF,
C90,
Expand Down Expand Up @@ -176,6 +177,7 @@ <h1 class="docs-heading">About Vice</h1>
PHL,
PIT,
RDU,
R90,
S46,
S56,
SAV,
Expand Down Expand Up @@ -585,6 +587,11 @@ <h2 class="section-heading">ATC Commands</h2>
<td>Directs the aircraft to say its current altitude.</td>
<td><code>SA</code></td>
</tr>
<tr>
<td><code>SQ</code><i>code</i></td>
<td>Instructs the aircraft to squawk the given beacon code.</td>
<td><code>SQ1200</code></td>
</tr>
<tr>
<td><code>E</code><i>approach</i></td>
<td>Tells the aircraft to expect the specified
Expand Down Expand Up @@ -757,11 +764,24 @@ <h2 class="section-heading">Reporting Bugs</h2>
<section class="docs-section" id="releases">
<h2 class="section-heading">Release History</h2>

TODO:
New scenarios: R90 (Logan S, Jackson Verdoorn), BOI (Jonah Lefkoff)
Updates: M98 (Logan S, Jackson Verdoorn), MCI (Jud Lopez),
D21, CLE (Gavin V), SAN (Justin Nguyen), D01 (Andrew S), MHT,
ACK, A90 (Michael Knight)
<h3>0.11.0 (31 July 2024)</h3>
<ul>
<li>New scenarios: R90 (Logan S, Jackson Verdoorn), BOI (Jonah Lefkoff).</li>
<li>Scenario updates: M98 (Logan S, Jackson Verdoorn), MCI, N90 (Jud Lopez),
D21, CLE (Gavin V), SAN (Justin Nguyen), D01 (Andrew S),
MHT, ACK, A90 (Michael Knight), AAC (Matt Pharr).</li>
<li>Added an underlying simulation of the NAS and STARS/ERAM
computers (Michael Trokel): this will allow the addition of
ERAM displays in the future and makes it possible to more
accurately model inter-facility coordination.</li>
<li>Multiple improvements to the realism of the STARS display
and sounds.</li>
<li>"Beaconator" added to STARS (F1).</li>
<li>Added "SQ" command to issue a beacon code to an aircraft.</li>
<li>Server memory use is reduced.</li>
<li>Facility engineering: there is now a "speed_restriction"
field for departures (Xavier Caldwell).</li>
</ul>

<h3>0.10.27 (4 July 2024)</h3>
<ul>
Expand Down

0 comments on commit d22ea33

Please sign in to comment.