Skip to content

Latest commit

 

History

History
1100 lines (906 loc) · 89.8 KB

CHANGELOG.md

File metadata and controls

1100 lines (906 loc) · 89.8 KB

6.29.0 (October 1, 2022)

New Features

  • #2000 - Add popup info for score changes
  • #2033 - Add duration setting for log messages

Bugfixes

  • #2022 - Improve handling of "fph" while still on ground
  • #2026 - Improve error messages from invalid takeoff commands
  • #1249 - Fix handling of consecutive spaces in commands
  • #1795 - Fix strip bay alignment bug when opening by cliking aircraft
  • #1852 - Fix bug where airborne aircraft report "ready to taxi"
  • #2040 - Fix spurious "no such aircraft, say again" error

Enhancements & Refactors

  • #1977 - Update scoring documentation
  • #1991 - Update KPHL magnetic variation
  • #1787 - Standardize JSON schemas
  • #1912 - Update tutorial for auto-departure feature
  • #2030 - Implement 'tw' alias for 'timewarp' command
  • #2042 - Update readme badges and slack links
  • #2052 - Fix script minification issues in build process
  • #2045 - Assorted code cleanup and optimizations
  • #1916 - Fix KORD
  • #1916 - Fix KJAX

6.28.0 (July 3, 2022)

New Features

  • #1938 - Add STARS theme
  • #1920 - Add Salt Lake City (KSLC)
  • #21 - Add command search and autocomplete (tab key)

Enhancements & Refactors

  • #1956 - Allow airport creators to specify requested cruise altitudes for departures
  • #1944 - Update airspace for KJFK
  • #1944 - Fix broken link in EINN airport guide
  • #1952 - Update KMCO to AIRAC 2205

6.27.0 (March 18, 2022)

New Features

  • #1829 - Add Hiroshima Airport (RJOA)
  • #1495 - Add Newark Liberty (KEWR)
  • #1870 - Add Nashville Int'l (KEWR)
  • #1776 - Add Tokyo Narita (RJAA)
  • #1664 - Add San Antonio (KSAT)
  • #1812 - Add Orlando (KMCO)
  • #1815 - Add Will Rogers World Airport (KOKC)
  • #1876 - Add Daytona Beach (KDAB)
  • #1909 - Add Omaha Eppley (KOMA)
  • #1913 - Add Richmond (KRIC)
  • #1915 - Add Memphis (KMEM)
  • #1584 - Add Daniel K Inouye (PHNL)
  • #1666 - Add Charlotte Douglas (KCLT)

Bugfixes

  • #1900 - Raise descent rates of all jets to at least 3000fpm

Enhancements & Refactors

  • #1782 - Update UAE airline
  • #1772 - Add/Update some Scandinavian airlines
  • #1878 - Update ASA/SWA airlines
  • #1878 - Add Embraer 175
  • #1345 - Add reset buttons to traffic config dialog
  • #1903 - Fix formatting mistake in KEWR
  • #1924 - Update KJFK to AIRAC 2202

6.26.0 (December 1, 2021)

New Features

  • #1847 - Allow user to change the wind
  • #1848 - Allow user to toggle individual video maps on/off
  • #1854 - Accept commands to be run at spawn time

Bugfixes

  • #1845 - Fix Safari compatibility issue

Enhancements & Refactors

  • #1834 - Update KRDU to AIRAC 2106
  • #1834 - Update KAUS to AIRAC 2109

6.25.0 (June 2, 2021)

New Features

  • #1593 - Add search bar to airport selection dialog
  • #1405 - Implement automatic departures

Enhancements & Refactors

  • #1722 - Change syntax of restricted airspace definitions
  • #1722 - Update Cape Air (KAP) fleet
  • #1732 - Add support for custom pronunciation of fixes
  • #1818 - Update lodash & dependencies
  • #1820 - Update simultaneous dependent approach separation minima

6.24.0 (April 1, 2021)

New Features

  • #1756 - Add Contour Airlines (VTE)

Bugfixes

  • #1762 - FMS initialization checks against current airport

Enhancements & Refactors

  • #1752 - Install browser-env for tests, reclassify dev dependencies and remove unused dependencies
  • #1758 - Update GitHub build status badge
  • #1749 - Improve user input validation and associated tests
  • #1763 - Reflect merging of Singapore Cargo Airlines (SQC) into SIA
  • #1778 - Code gardening in StripViewModel.js
  • #1780 - Implement constants for wake turbulence category & engine type
  • #1771 - Change VKG airline from Thomas Cook to Sunclass
  • #1417 - Update and re-enable RJTT (Tokyo Haneda)
  • #1783 - Avoid making unnecessary copies of AircraftTypeDefinitionModel
  • #1785 - File location & EoL housekeeping
  • #1791 - Add test coverage for all command aliases
  • #1721 - Add support for restricted area custom labeling

6.23.0 (February 5, 2021)

New Features

  • #1656 - Add Philadelphia International Airport (KPHL)
  • #1670 - Display GPS coordinates on shift+alt+rightClick

Bugfixes

  • #1280 - Remove redundant timeout-based TAXI->WAITING mechanism
  • #1705 - Re-fix range ring drawing position
  • #1707 - Fix minor keyboard input inconsistencies and correct command documentation
  • #1716 - Prevent timewarping by negative values
  • #1744 - Fix validation helper method for preventing non-empty objects
  • #1690 - Clear log on airport change

Enhancements & Refactors

  • #1703 - Add more PTL ranges, some including 30sec PTLs
  • #1697 - Refactor command parsing with new ParsedCommand class
  • #1699 - Improve command documentation
  • #1692 - Remove obsolete caveats for GOATZ1 and DIRBY1 arrivals from KLAX airport guide
  • #1677 - Update Munich airport (EDDM) to AIRAC 2015
  • #1712 - Centralize z-index declarations for ease of layer management
  • #1715 - Sync fast-forward command bar button with timewarp commands
  • #1718 - Sync aircraft command map with command definitions
  • #1725 - Convert airport load list to JSON
  • #217 - Differentiate projected path color for selected vs non-selected aircraft
  • #495 - Scroll strip into view when aircraft radar return double clicked
  • #495 - Expand on command parser testing
  • #1739 - General code gardening in UiController.js
  • #1700 - Convert tutorial contents to JSON
  • #1750 - Fix syntax error in airway documentation
  • #1741 - Add support for holding leg lengths of up to 49.9nm

6.22.0 (January 3, 2021)

Bugfixes

  • #1565 - Prevent aircraft from taxiing to a runway they're already holding short of
  • #1190 - Prevent selection of text in most dialogs

Enhancements & Refactors

  • #1614 - Spell out squawk code in single digit form in readbacks

6.21.0 (November 4, 2020)

New Features

  • #1654 - Add Greensboro - Piedmont Triad Airport (KGSO)

Enhancements & Refactors

  • #1652 - Update EIDW/EICK airspace and procedures
  • #1658 - Update LIPZ airspace
  • #1633 - Add missing important fixes to KPDX
  • #1651 - Deactivate or fix airports with broken airspace

6.20.0 (October 7, 2020)

Enhancements & Refactors

  • #1615 - Fix broken link in KSTL airport guide
  • #1583 - Update EDDF to AIRAC 2009
  • #1645 - Change expedite command from "x" to "ex" (since "x" is now used for "cross")
  • #391 - Add support for multiple airspace sections

6.19.0 (August 10, 2020)

New Features

  • #1624 - Add speed capability to crossing restrictions
  • #1610 - Add Sendai Airport (RJSS)

Bugfixes

  • #1617 - Add LXJ to fix crash at KIAD
  • #1626 - Draw range rings where the file specifies instead of at the airport center

Enhancements & Refactors

  • #1628 - Use Github status checks for all pull requests
  • #1538 - Update KDCA

6.18.0 (July 1, 2020)

New Features

  • #1523 - Re-introduce Washington Dulles International Airport (KIAD); add Mountain Air Cargo (MTN) and CommutAir (UCA)
  • #1568 - Add command reference and slack links to help menu

Bugfixes

  • #39 - Fix misaligned compass headings around scope border

Enhancements & Refactors

  • #1590 - Update KLAX airport guide description
  • #1589 - Update KDCA airport guide links
  • #1581 - Add ability to reset scratchpad with "."
  • #1606 - Retitle options menu to "Settings"
  • #1608 - Add/Update Japanese Airline Files

6.17.1 (May 21, 2020)

Hotfixes

  • #1573 - Add missing waypoints from KJFK to fix crash

6.17.0 (May 1, 2020)

New Features

  • #1523 - Introduce Venice Marco Polo Airport (LIPZ) and Volotea airline (VOE)
  • #1563 - Add Cork Airport (EICK)

Enhancements & Refactors

  • #1534 - Reintroduce Los Angeles International Airport (KLAX)
  • #1537 - Make KJFK traffic more realistic
  • #1543 - Remove BEE/TCX airlines
  • #1551 - Add missing waypoint CORDS at KJFK
  • #1271 - Update the tutorial

6.16.0 (March 1, 2020)

New Features

  • #1526 - Introduce Montevideo Carrasco Airport (SUMU)

Bugfixes

  • #1389 - Prevent unfair penalty at KDCA on IRONS7 arrivals by deactivating R6601B/C
  • #1218 - Ensure proper removal of aircraft who collide with terrain/traffic
  • #1513 - Add missing fleets to AFR/LDM airlines that were crashing EDDM/EIDW
  • #1398 - Fix go-arounds from aircraft with low descent rates

Enhancements & Refactors

  • #1486 - Update AFL airline
  • #1507 - Fix broken link in aircraft commands documentation
  • #1022 - Reintroduce Munich Airport (EDDM)
  • #1387 - Update LOWW to AIRAC 1908
  • #1499 - Reintroduce Ministro Pistarini Airport (SAEZ)
  • #1503 - Reintroduce Dublin Airport (EIDW)
  • #1471 - Change all airport guide links to open in new tab
  • #1514 - Reintroduce Malvinas Argentinas Ushuaia Airport (SAWH)
  • #1381 - Change all airport names in airport loadList to the official English name according to Jeppesen charts
  • #242 - Update KJFK to AIRAC 2002
  • #1528 - Remove heavies from KDCA
  • #1525 - Reintroduce Mendoza El Plumerillo Airport (SAME)
  • #1517 - Reintroduce Princess Juliana Airport (TNCM)

6.15.1 (December 2, 2019)

Hotfixes

  • #1480 - Ensure settings menu appears above flight strip bay

6.15.0 (December 1, 2019)

New Features

  • #1105 - Add in-sim Airport Guide accessible via footer button
  • #1191 - Consolidate command bar buttons
  • #45 - Add range/bearing measurement tool via Control button

Bugfixes

  • #1456 - Only allow headings between 001 and 360
  • #1474 - Fix crash at KAUS from missing FDX fleet
  • #1476 - Fix missing terrain at KSTL

Enhancements & Refactors

  • #1451 - Add ability to specify the radial with the hold command
  • #1458 - Add support for holding patterns with distance-based legs
  • #1431 - Expand capabilities for predefined holding patterns in airport files
  • #1402 - Prevent assignment of reserved/nondiscrete beacon codes
  • #1472 - Add water polygons to airport terrain files

6.14.2 (October 17, 2019)

Hotfixes

  • #1463 - Fix travis build notifications
  • #1453 - Fix EINN video maps format which was causing sim to crash

6.14.0 (October 1, 2019)

New Features

  • #1436 - Add support for multiple video maps (no toggling yet)
  • #420 - Include water in terrain files

Bugfixes

  • #1418 - Fix error from EDDF spawn pattern
  • #1395 - Fix aircraft's wind correction angle math (which was causing go-arounds)
  • #1420 - Spawn pre-spawned aircraft on correct heading instead of 360 heading
  • #1432 - Prevent aircraft from leaving their holding patterns
  • #1440 - Add missing "b738"-fleet to TUI Airways
  • #23 - Ensure focus remains on the text input box in MS Edge
  • #1448 - Lower spawn altitudes of KSFO arrivals so can comply with STAR restrictions
  • #1446 - Ensure sh/sah commands return headings within 001-360

Enhancements & Refactors

  • #1410 - Restore functionality of local server from npm run start
  • #1387 - Update EDDF to AIRAC 1906
  • #1327 - Airport Revival: San Francisco International Airport
  • #1390 - Update KAUS to AIRAC 1909
  • #1231 - Draw STAR labels left of fix to prevent text overlap with SID labels
  • #1434 - Update EINN to AIRAC 1909

6.13.0 (June 1, 2019)

New Features

  • #1313 - Add F1/F2 shortcut to decrease/increase length of PTLs

Bugfixes

  • #1363 - Fix aircraft not squawking assigned code
  • #1351 - Fix turn command with incremental turns of less than 10 degrees

Enhancements & Refactors

  • #1230 - Upgrade from cedar-14 to heroku-14 stack and simplifies build commands
  • #1344 - Add EventTracking calls to TrafficRateController and traffic rate concerns.
  • #1072 - Overhaul of El Paso International Airport (KELP)
  • #1378 - Change KBOS wind to permit usage of Runway 27
  • #1375 - Correct overflight example in spawnPatternReadme
  • #1338 - Add fph command to aircraft command documentation
  • #1370 - Upgrade dependencies and address npm audit issues
  • #1319 - Addresses lint errors in documentation files
  • #1260 - Update all airports to AIRAC 1813

6.12.3 (April 22, 2019)

Hotfixes

  • #1366 - Remove/combine conflicting spawn patterns from multiple airports

6.12.2 (April 15, 2019)

Hotfixes

  • #943 - Fix random spawn calculations to ensure arrivals are available quickly
  • #1355 - Ensure LSZH arrivals descend properly

6.12.1 (April 4, 2019)

Hotfixes

  • #1358 - Ensure traffic resumes spawning after a spawn pattern is turned off and back on

6.12.0 (April 1, 2019)

New Features

  • #804 - Add ability to view changelog for the current version
  • #1330 - Allow user to choose which mouse button drags the canvas
  • #16 - Add traffic volume scaling controls

Bugfixes

  • #1335 - Fix inconsistent state of control buttons
  • #1341 - Fix CID number generation bug when generated CID is already in use
  • #1183 - Ensure a deep render occurs when changing themes

Enhancements & Refactors

  • #10 - Add command for altitude restrictions at fixes ("cr")
  • #598 - Add linting (lint-diff) to Travis CI task list

6.11.0 (March 4, 2019)

New Features

  • #898 - Add command to exit holding pattern
  • #1272 - Add version number to settings menu

Bugfixes

  • #1305 - Fix range rings center is undefined
  • #1312 - Fix KRDU arrival descent problems to some extent
  • #1329 - Free up CIDs after use
  • #1324 - Restore support for numpad enter

6.10.0 (February 1, 2019)

New Features

  • #1032 - Add range ring options and toggle button
  • #1234 - Add scope command for drawing halos around aircraft data blocks

Bugfixes

  • #1292 - Ensure taxi instructions are ignored when aircraft is taking off
  • #1309 - Fix GameController.game_interval calls continuously after it fires initially

Enhancements & Refactors

  • #1247 - Determine initial climb altitude from the SID
  • #1290 - Add Pull Reminders badge to repository readme
  • #1286 - Update EDDF to AIRAC 1901
  • #1288 - Update event tracking arguments sent to GA
  • #1308 - Clarify that TimeKeeper and GameController.game_timeout are using seconds (not milliseconds)

6.9.1 (January 4, 2019)

Hotfixes

  • #1284 - Fixes overflow issues with tests

6.9.0 (January 1, 2019)

Bugfixes

  • #1250 - Fix fatal error code 128 during npm install
  • #1240 - Fix readback from departure cleared for takeoff when they aren't first in line
  • #1259 - Fix speech synthesis's use of "heavy/super" in callsigns
  • #1266 - Fix A380 speed definitions
  • #1158 - Fix Firefox strip bay scrollbars are not working
  • #1242 - Fix too-low glideslope intercept messages not showing
  • #1279 - Fix erroneous altitudes appearing in flight strip

Enhancements & Refactors

  • #1264 &#1265 - Change the "super" weight class identifier from U to J
  • #1269 - Updates Google Analytics tracking function from ga to gtag
  • #727 &#1265 - Updates to the tutorial
  • #1238 - Grant IFR clearance when any type of route amendment is issued
  • #1232 - Require proper application of separation with same-runway subsequent departures
  • #1275 - Updates buildMarkup task to output date and time when generating the index.html file

6.8.0 (December 1, 2018)

New Features

  • #1003 - Add assigned runway to the aircrafts' strips
  • #945 - Add airport information panel to scope
  • #159 - Add in-game link to GitHub repo
  • #1212 - Randomize pilot voice for each aircraft
  • #1197 - Adds custom analytics event tracking

Bugfixes

  • #1147 - Fix Callsigns in tutorial should update when switching airports
  • #1045 - Fix descent planning logic so arrivals can meet their altitude restrictions
  • #1084 - Add messages for too-low glideslope intercepts
  • #155 - Accept entrail property in spawnPatternModel
  • #1193 - Adds SettingsController instantiation to UiController.init()
  • #1202 - Prevent pilot from responding with "say again, say again"
  • #1154 - Ensure that the runway is valid for SID before takeoff
  • #955 - Fix sid command`

Enhancements & Refactors

  • #1075 - Typo In surgePattern documentation
  • #883 - Stop penalizing light tailwind landings
  • #1001 - Remove support for work-in-progress airports
  • #1179 - Extract settings related code from UiController into its own controller
  • #1171 - Move tutorial from InputController to UiController
  • #1114, #1115 - Update broken documentation links
  • #308 - Abstract Aircraft.getWind() to the AirportModel
  • #1199 - Change taxi readback to "taxi to and hold short of Runway 1"
  • #1208 - Update Thomas Cook callsign
  • #1209 - Update TUI Airways callsign
  • #604 - Adds support for dataBlock timeshare data
  • #678 - Removes wind vane visualization from CanvasController
  • #1137 - Updates project dependencies

6.7.0 (November 1, 2018)

New Features

  • #1033 - Add support for overflights
  • #793 - Add AIRAC airport file key and system command
  • #1017 - Add more GA aircraft

Bugfixes

  • #1099 - Fix wrong B747 entry in Turkish Airlines file
  • #1104 - Fix console warnings for removing StripViewModel which doesn't exist
  • #1103 - Fix pressing ESC doesn't fully clear the command bar
  • #1149 - Ensure all flight strips are removed when switching to another airport
  • #1152 - Fix GameClockView crashes sim in Firefox

Enhancements & Refactors

  • #1108 - Overhaul of KLAS
  • #794 - Bring KMIA back into compliance with the airport specs
  • 1123 - Make runway mandatory in "taxi" command
  • #1112 - Cleanup of eslint errors and warnings
  • #1138 - Remove contributors block from package.json
  • #696 - Default canvas theme no longer hardcoded in CanvasController
  • #1144 - Move calculateSpawnHeading to SpawnPattenModel
  • #1142 - Update documentation for taxi command
  • #966 - Improve terrain generation documentation
  • #1133 - Improve InputController class

6.6.0 (October 1, 2018)

New Features

  • #989 - Add in Austin Bergstrom International Airport
  • #1090 - Add Tecnam P92 Aircraft

Bugfixes

  • #1086 - Update P28A Climb rate fm 2000ft/m to 700ft/m
  • #1034 - Fix waypoint time-to-turn calculations to ensure smooth turns
  • #935 - Prevent aircraft from skipping fixes that require tight turns
  • #870 - Fix unusable runway bug after changing one aircraft's departure runway
  • #1101 - Fix console error caused by vector waypoints

Enhancements & Refactors

  • 1077 - Update flight strips view by separating arrival and departure strips
  • #1074 - Update link to "aircraft separation rules" in scoring.md
  • #111 - Draw STARs on scope like we do with SIDs

6.5.0 (September 1, 2018)

New Features

  • #206 - Add Bucharest Henri Coandǎ International Airport (LROP)

Bugfixes

  • #994 - fix "Aircraft vectored off ILS maintain over-precise altitude"
  • #1048 - fix "Aircrafts do not land after ILS clearance" because runway is not part of their STAR
  • #1044 - fix aircrafts drift off ILS localizer during final approach causing "strange behaviour after landing"
  • #1047 - fix "Flight number 5000 pronounced incorrectly"
  • #993 - fix Arrivals exiting and reentering airspace causes error about missing strip
  • #724 - fix settings modal doesn't add active class to control icon
  • #421 - Add missing keys to spawnPatternModelJsonValidator
  • #836 - Fix "hold in STAR procedure isn't working"

Enhancements & Refactors

  • #933 - Revival of Istanbul Atatürk Airport (LTBA)
  • #1053 Add optional altitude argument for 'descend via STAR' command
  • #1071 Add optional altitude argument for 'climb via SID' command

6.4.0 (August 1, 2018)

New Features

  • #403 - Add Flughafen Düsseldorf (Düsseldorf Airport, EDDL)

Bugfixes

  • #1018 - Fix "leaving airspace without proper clearance" bug at KSEA
  • #915 - Change passing/diverging separation logic to use assigned heading, not ground track heading
  • #38 - Fix issues with localizer interception
    • prevents aircraft from spinning in circles (in most cases we're seeing)
    • ensures descents below assigned altitude do not begin until established on the localizer
    • penalizes localizer interception above glideslope
    • triggers go-arounds at final approach fix if not established on both localizer and glideslope
  • #1030 - Fix background color of options menu dropdowns

Enhancements & Refactors

  • #1005 - Minor updates to KRDU
  • #1023 - Standardize openScope capitalization
  • #949 - Keep video map clearly visible at all zoom levels
  • #1000 - Increase max width of airport selection dialog to permit longer airport names

6.3.0 (July 1, 2018)

New Features

  • #272 - Add Cincinnati/Northern Kentucky International Airport (KCVG)

Bugfixes

  • #1008 - Correct airline files using old callsign format

Enhancements & Refactors

  • #938 - Overhaul of OMDB
  • #94 - Adds @openscope/validator package with supporting npm script

6.2.0 (June 10, 2018)

New Features

  • #893 - Add Prague Václav Havel Airport (LKPR)
  • #444 - Adds option button to toggle video map display
  • #884 - Add airline files for non-US registration callsigns

Bugfixes

  • #968 - Fixed N-numbered GA aircraft having callsign "default" if voice is on
  • #907 - Updates SpawnPatternModel to handle integer or float values for #rate
  • #996 - Add airport guide directory entry for LKPR

Enhancements & Refactors

  • #956 - Updated 'descend via STAR' documentation to change mentioning SID to STAR
  • #782 - Overhaul of KATL
  • #961 - Updated climb and descent rates using Eurocontrol data
  • #874 - Continue and clean up following FMS / Route refactor
  • #982 - Remove empty .gitkeep file
  • #916 - Consolidates aircraft removal logics, renames AircraftModel#inside_ctr -> AircraftModel#isControllable, simplifies aircraft update logic in AircraftController
  • #972 - Updated airline fleets to newest data

6.1.2 (May 2, 2018)

Hotfix

  • #953 - Fix aircraft not descending into airspace when airspace ceiling is below STAR bottom altitude

6.1.1 (May 1, 2018)

Hotfix

  • #950 - Fix left turn command t l ###

6.1.0 (May 1, 2018)

New Features

  • #818 - Allows selection of only aircraft within controlled airspace
  • #838 - Add Zürich Airport (LSZH)
  • #24 - Add command to inform arrivals of assigned landing runway

Bugfixes

  • #918 - Fix failed load by verifying "last airport" in loadList before attempting to use it
  • #939 - Fix airline fleet detection logic that was erroring during spawn of properly declared patterns
  • #899 - Fix improper merging of routes when divergent waypoint is not in the middle of the leg
  • #940 - Fixes British Airways fleets; re-adds 'short' fleet and removes historic fleet
  • #947 - Fix lack of red response for 'land' and update documentation

Enhancements & Refactors

  • #910 - Reactivate KBOS and KSTL
  • #856 - Overhaul of Doha Hamad International Airport (OTHH)
  • #246 - Overhaul OMAA (Abu Dhabi)
  • #908 - Minor updates to KSEA
  • #928 - Minor updates to KPDX
  • #923 - Overhaul of KABQ
  • #931 - Minor updates to KDCA
  • #241 - Overhaul of London Luton Airport (England, United Kingdom)
  • #927 - Fix climb rates for CRJs
  • #677 - Add test which ensures all airport JSONs contain valid JSON data (helpful for airport developers)

6.0.0 (March 1, 2018)

Major

  • #809 - Major reconfiguration of FMS and navigation-related components of the sim

New Features

  • #108 - Add Ottawa Macdonald–Cartier International Airport (Canada)
  • #265 - Add Leeds Bradford Airport (England, United Kingdom)
  • #816 - Add Kansas City Int'l (KMCI)
  • #819 - Add Raleigh-Durham Int'l (KRDU)
  • #785 - Add Pittsburgh International Airport (KPIT)
  • #106 - Add Halifax Stanfield International Airport (CYHZ)

Bugfixes

  • #864 - Resolve console.warning() is not a function (when drawing SIDs), by removing the -ing
  • #879 - Restore functionality of non-procedural descents to airspace ceiling
  • #895 - Ensure number-type variables defined in spawn patterns are cast to numbers if provided as strings

Enhancements & Refactors

  • #840 - Updates documentation on airport file standards
  • #655 - Set new standards for airport difficulty levels
  • #529 - Convert NavigationLibrary to a singleton
  • #881 - Remove nonfunctional airports from load list broken by feature/809
  • #216 - Overhaul of Ronald Reagan Washington National Airport (DC, USA)
  • #854 - Overhaul of Manchester International Airport (England, United Kingdom
  • #866 - Customisation of callsign formats
  • #199 - Overhaul of Frankfurt Am Main International Airport (Germany)
  • #842 - Updates KBOS to AIRAC 1802
  • #844 - Updates KSTL to AIRAC 1802
  • #851 - Updates KPDX to AIRAC 1802
  • #837 - Refactors StripView classes to not use $.show() and $.hide()
    • updates css to use flexbox instead of the clever translateY() tricks.
    • #885 - Removes loading indicator and simplifies LoadingView
  • #796 - Updates ENGM (Oslo Airport, Norway)
  • #723 - Add contribution guidelines document

5.7.0 (December 1, 2017)

Bugfixes

  • #831 - Add empty video maps to WIP airports to keep them from crashing

Enhancements & Refactors

  • #823 - Add restricted and prohibited areas to KSEA
  • #825 - Updates KSTL to AIRAC 1712
  • #821 - Updates KDTW to AIRAC 1712
  • #829 - Updates EDDH (Hamburg Airport, Germnay)
  • #833 - Updates documentation on airport format
  • #485 - Updates KLAS (McCarran International Airport, NV)
  • #801 & #802 - Removed Monarch Airlines and Airberlin

5.6.1 (November 1, 2017)

Hotfix

  • #814 - Fix severe canvas bug for airports with runways that don't draw extended centerlines

5.6.0 (November 1, 2017)

New Features

  • #647 - Add Tampa Intl. (KTPA)
  • #107 - Add Theodore Francis Green Memorial State Airport (Providence, US)
  • #559 - New Airport: KDTW (Detroit Metropolitan Wayne County Airport, MI)
  • #236 - Splits canvas into STATIC and DYNAMIC canvases, only drawing updates when there are updates to draw.
    • Moves CanvasController arrow functions to bound class methods

Bugfixes

  • #667 - Fix bug where aircraft cleared twice for ILS won't join glideslope
  • #567 - Fix bug of aircraft descending via STAR to '0' altitude
  • #787 - sid command no longer sets the aircraft's destination property
  • #812 - Ensure aircraft future path is drawn only when directed by settings menu

Enhancements & Refactors

  • #755 - Deprecated the rate command
  • #80 - Add git strategy flow chart to documentation
  • #662 - Force arrivals with non-altitude-restricted STARs/routes descend at least to ceiling of controlled airspace
  • #725 - Consolidate GameController timing elements into TimeKeeper
  • #764 - Fix links in airport guide documentation
  • #768 - Fix mistake in version number
  • #768 - Minor renaming of holding related methods in FMS
  • #427 - Updates KSFO (San Francisco International Airport, CA)
  • #773 - Updates KABQ to AIRAC 1711
  • #775 - Updates KSEA to AIRAC 1711
  • #777 - Updates KSTL to AIRAC 1711
  • #780 - Updates KBOS to AIRAC 1711
  • #726 - Adds CanvasStageModel class and abstracts canvas dimensions, pan, zoom, and unit translation methods to this new singleton
  • #650 - Updates KPDX (Portland International Airport, OR)
  • #791 - Adds useful error message and tests for case when airport file has procedure with improperly defined draw segment

5.5.1 (October 1, 2017)

Hotfix

  • #709 & #744 - Checks if the airport in localStorage exists before loading it
  • #710 & #744 - Updates .eslint rules to ignore unused event and error parameters

5.5.0 (October 1, 2017)

New Features

  • #641 - Add sa, saa, sh, sah, ss, sas commands
  • #14 - Add toggleable scope command bar, and lays foundation for the Scope, its commands, and its collections of radar targets.
  • #564 - The mouse button to drag the radar screen is now right click
  • #637 - Adds Ted Stevens Anchorage Intl. (PANC)

Bugfixes

  • #683 - Fix SID Names at MDSD following the screen centre
  • #685 - Fix the command bar displaying a '?' when the up or down arrow is pressed
  • #699 - Extends departing spawnPatterns outside the airspace at KSDF to prevent point deduction
  • #704 - Adds footer section to index.html and combines former partials controls and score with the #command input
    • updates styles to use flexbox with properly organized children
  • #728 - Clear radar target collection when changing airports
  • #732 - Ensure radar targets are removed when aircraft model is deleted
  • #711 - Ensure game options initialize to correct default values
  • #741 - Remove call to AirportController.hasAirport() in index.js
  • #740 - Changes background-color of settings option selects to transparent
  • #743 - Updates param passed to RadarTargetCollection from within AircraftController.aircraft_remove(
  • #742 - Ensure failure message responses are shown in red

Enhancements & Refactors

  • #679 - Modifies StripView background-color to use rgba instead of hex to allow for a semi-transparent background
  • #657 - Adds Eric Meyer CSS Reset and updates existing CSS to work without * reset
  • #695 - Stops console.warn() spam every frame if terrain is less than zero
  • #670 - Adds localStorage.setItem() to GameOptions.setOptionByName() and adds test file for GameOptions
  • #452 - Update airport format document with new properties and requirements
  • #614 - Update developer documentation regarding git strategy
  • #717 - Execute scope command by clicking radar target
  • #296 - Adds TimeKeeper singleton and moves App.incrementFrame() logic to this new class
  • #721 - Removed the version command
  • #527 - Updates Shannon (EINN) - Updated all procedures, added video map and terrain, updated traffic
  • #707 - Makes first pass at CanvasController refactor
    • adds TimeKeeper singleton to make time tracking easier to manage
    • moves logic to update properties of the CanvasController to live within the CanvasController and happen via triggered events
    • sets the stage for next round of CanvasController updates by adding CANVAS_NAME enum to be used when creating canvas elements
  • #29 - Add airport guide files and start ksea as an example
  • #354 - Ensure tutorial selects departure aircraft
  • #718 - Add documentation and tutorial section for scope commands
  • #630 - Update UI green colors to match default blue theme
  • #326 - Checks if an aircraft can reach assigned altitude/speed

5.4.1 (September 2, 2017)

Hotfix

  • #327 - Fix WIP airports which fail to load due to improper procedure formatting

5.4.0 (September 1, 2017)

New Features

  • #327 - Add Albuquerque Sunport (KABQ)
  • #541 - Add Hartsfield–Jackson Atlanta Intl. (KATL)
  • #557 - Add Louisville Intl. (KSDF)
  • #331 - New Airport: KELP (El Paso International Airport, TX)
  • #349 - New Airport: KSTL (St. Louis Lambert International Airport, MO)
  • #555 - New Airport: KTUS (Tuscon International Airport, AZ)
  • #624 - New Airport: KJAX (Jacksonville International Airport, FL)

Bugfixes

  • #618 - Fix VNAV descents on STARs with only "at/above" and "at/below" restrictions
  • #664 - Updates order of elements in the StripViewTemplate so the FlightRules element is properly floated to the right
  • #659 - Fix misalignment in airport selection dialog

Enhancements & Refactors

  • #619 - Removed index.html as it is generated from templates when run
  • #619 - Implements new loading screen with new color scheme and animated radar sweep
  • #566 - Extends departing spawnPatterns outside the airspace at EIDW to prevent point deduction
  • #615 - Extends departing spawnPatterns outside the airspace at MDSD to prevent point deduction
  • #635 - Extends departing spawnPatterns outside the airspace at KBOS to prevent point deduction
  • #15 - Implement scope themes, and changed default theme to blue-based
  • #431 - Deactivate unused WIP airports from the load list, and add premium flag
  • #7 - Document airport terrain generation process
  • #653 - Remove index.html from document root in tools/README.md
  • #640 - Deprecate the say route command
  • #481 - Adds LESS preprocessor and adds CSS folder structure
  • #639 - Deprecated abort command
  • #365 - Renamed index.md to commands.md and added system commands and a TOC
  • #480 - Consolidate console warnings for missing fixes to single message
  • #516 - Update Ezeiza (SAEZ) - Updated all procedures, added video map, updated traffic, added new airlines
  • #660 - Lower spawn altitude for arrivals into MDSD so they can descend in time

5.3.0 (August 1, 2017)

Features

  • #288 - New airport: MDSD (Las Américas International Airport, Dominican Republic)
    • Includes Terrain and Video map
    • Adds Copa Airlines (CMP) and PAWA Dominicana (PWD)
  • #572 - Add new openScope emblem vector graphic
  • #484 - Adds additional meta tags to index.html head
  • #581 - Adds a link to the full command reference at the end of the tutorial
  • #536 - The distance separator behind aircraft on ILS is now toggleable
  • #411 - Removes the blue line "departure window"

Bugfixes

  • #562 - Removes inactive danger areas at EIDW
  • #570 - Make aircraft proceed direct new fix after full reroute
  • #383 - Recalculate SID/STAR legs when changing assigned runway
  • #510 - Remove +/-/= zoom hotkey, conflicts with speed
  • #577 - Correct EGKK's departure fix

Refactors

  • #586 - Fix spelling error of CanvasController as ConvasController
  • #290 - Remove deprecated fixRadialDist()
  • #593 - Renamed MIDDLE_PESS as MIDDLE_PRESS in InputController
  • #602 - Fix instances of misspelling of @param in code docblocks
  • #599 - Deprecates gulp server task and adds nodemon package

5.2.1 (July 1, 2017)

Hotfix

  • #549 - Ensure previously specified directions of turn are not preserved when a new heading instruction is given

5.2.0 (July 1, 2017)

Features

  • #310 - Add capability for vectors in route strings
  • #138 - Adds more context to the Model classes by adding an optional input paramater
  • #191 - Adds object helper class for object validation
  • #402 - Renamed AircraftInstanceModel with AircraftModel
  • #19 - Add capability for fly-over fixes in route strings
  • #372 - Adds squawk/sq command
  • #40 - Adds the ability to call an airplane by its callsign
  • #457 - Adds EventBus and EventModel
  • #93 - Adds RunwayCollection and RunwayRelationshipModel and moves some runway logic to live in these new classes
    • #312 - Abstracts headwind/crosswind calculations to RunwayModel
    • #58 - Removes circular reference in AirportModel.runway.airportModel
  • #469 - Updates SpawnPatternModel to use the AirportModel.arrivalRunway property when gathering waypoint models needed to calculate initial aircraft heading
  • #33 - Adds support for suffixes in SID and STAR procedures
  • #476 - Adds game option to include/hide WIP airports in the airport list
  • #285 - Adds StripViewController, StripViewCollection, and StripViewModel classes
    • Removes progress strip logic from the AircraftModel
    • Completely reworks CSS for StripViewList
  • #491 - Adds .isGroundedFlightPhase() and implements this helper in .buildWaypointModelsForProcedure()
    • This allows for waypointModels to be build from the correct collection based on flightPhase
  • #477 - Updates AircraftModel.onAirspaceExit() to look only at the mcp.headingMode value
  • #423 - Adds user setting option to change length of PTL
  • #208 - Updates Dublin (EIDW) - Improved procedures, added terrain and video map, modified airspace, realistic traffic
  • #508 - Updates logic to display historical aircraft position for aircraft outside controlled airspace
  • #418 - Updates development-workflow-procedures, adds Quick Start guide to README and consolidates all documentation in the documentation directory
  • #434 - Adds tests and verifies functionality of non-procedural departures and arrivals (support for direct route strings)
  • #483 - Adds unique transponder and CID generation methods
  • #137 - Abstracts non game loop logic into new class AppController, which provides facade methods for App to call during game loop
  • #72 - Converts AirportController, GameController and UiController to static classes
    • updates window references to these classes
    • updates prop references to these classes
  • #32 - Add support for ranged altitude and speed restrictions in procedures
  • #32 - Improve VNAV climbs and descents to better comply with restrictions
  • #228 - Updates Boston Logan Intl. (KBOS) - Updated procedures, added video map and terrain, modified airspace, realistic traffic
  • #535 - Removes left over references to AircraftStripView in AircraftModel

Bugfixes

  • #385 - Fixes coordinate letter issue at SBGL
  • #424 - Prevent NaNs being passed on if invalid altitude is given
  • #356 - Removes fix command from tutorial and replaces it with infomation on 'route', 'Say Route', and 'Proceed Direct'
  • #325 - Fixes coordinate letter issues at RJBB, OSDI, OTHH
  • #448 - Removes KBOS fixes from EKCH
  • #492 - Runway, wind and spawnPattern changes to allow EGNM to operate
  • #467 - Prevent attempts to access positions of vector waypoints
  • #451 - Adjusts fix validation for hold/vector/flyover fix names
  • #521 - Prevents simulator from wrongfully overriding assigned alt/hdg during approach clearances
  • #522 - Updates AirportModel.buildRestrictedAreas() to build the coordinate array with the correct shape
  • #539 - Adds local reference to EventBus inside AircraftCommander
  • #344 - Cancel approach clearances whenever an altitude or heading instruction is given
  • #546 - Make flight strips show appropriate altitude values

5.1.1 (May 12, 2017)

Hotfix

  • #458 - Fixes or removes from load list all airports that fail to load

5.1.0 (May 1, 2017)

Features

Bugfixes

  • #364 - Adds additional check for undefined in CommandParser when adding args to a CommandModel
  • #370 - Deprecates and removes AircraftController._setDestinationFromRouteOrProcedure() as it was implemented to maintain a previous api which is no longer used
  • #188 - Ensure the verbal and text instructions/readbacks state the correct directionality
  • #396 - Updates Pilot.applyDepartureProcedure() to use RunwayModel correctly
  • #399 - Updates fms.getDestinationName() to return the fixName when currentLeg is not a procedure
  • #394 - Fix wrong PTL length and set to 1 minute
  • #404 - Fixes broken link in airport-format
  • #395 - Fix datablock speed to show GS, not IAS
  • #408 - Ensure red response is given to rr FIXXA..FIXXB
  • #410 - Fix strip update crash for arrivals on vectors

5.0.1 (April 24, 2017)

Hotfix

  • #359 - Updates AircraftStripView to display departure procedures with the correct NAME.EXIT shape

5.0.0 (April 21, 2017)

Major

  • #139 - Refactors FMS
    • This represents a ground-up, from scratch, re-build of the flight management system with new classes: Fms, LegModel, and WaypointModel
    • Introduces the ModeController that completely separates Altitude, Heading and Speed settings from the FMS and allowing the FMS to be in charge of the flight plan and any fixRestrictions defined for a given route
    • Adds Pilot class that acts as a coordinator layer between the AircraftCommander, AircraftInstanceModel, ModeController, and Fms
    • Completely reworks how Aircraft.target is calculated
    • Introduces the concept of flightPhase, and begins integrating that property in lieu of category (arrival/departure)
    • Adds ability to define hold waypoints with a symbol @
    • Splits PositionModel into two new classes; StaticPositionModel and DynamicPositionModel
    • Work on this issue also resolves or invalidates previously recorded issues:
      • #57 - aircraftInstanceModel.fms has a circular dependency with aircraftInstanceModel.fms.my_aircraft.fms
      • #73 - Using STAR command to change aircraft's assigned STAR throws errors
      • #77 - Abstract current waypoint altitude and speed setting
      • #78 - Add Leg to modelSourcePool
      • #79 - Refactor fms param out of Leg
      • #81 - Extend RouteModel, or add new layer, to handle compound routes
      • #86 - Rerouting aircraft causes it to climb to unassigned altitude
      • #87 - deprecate aircraft.eid
      • #114 - Implied holding in route strings
      • #122 - Rerouting uncleared aircraft onto SID fails
      • #123 - Using "fix" command yields legs with lower case route
      • #129 - Create getter in AircraftInstanceModel to get the current runway
      • #144 - create RouteBuilder class and smooth out RouteModel
      • #153 - fix command with multiple arguments skips to last fix
      • #158 - Add .hasFix() method to FixCollection
      • #197 - Route amendments will stop altitude changes
      • #287 - StaticPositionModel and enforcing use of Positions where appropriate

Features

  • #269 - Enumerate magic number in RunwayModel
  • #281 - Replaced old terrain.svg file with own work

Bugfixes

  • #256 - Standardized indentation in all json files
    • followed up and corrected 2 mistakenly cleared out aircraft files
  • #263 - Fixes Firefox compatibility issue by changing ajax to getJSON
  • #303 - Fixes bug with departures at SAME
  • #321 - Fixes coordinates for PAM at EHAM
  • #340 - Ensure aircraft reach their targeted speed
  • #342 - Fixes last-second go-arounds by landing aircraft
  • #346 - Ensure aircraft follow glideslope
  • #338 - Fix mispronunciation of grouped numbers '820' as 'eight-twenty-zero'

4.1.2 (February 20, 2017)

Hotfix

  • #252 - Updates static.json to not use ssl

4.1.1 (February 20, 2017)

Hotfix

  • #249 - Restores spawning of GA aircraft at EDDT

4.1.0 (February 20, 2017)

Major

  • #154 - Removes GitHub Pages specific files and moves hosting out of GitHub Pages.
  • #230 - Updates build process to:
    • minify css and javascript and output to public directory
    • minify airport json/geojson files and output to public directory
    • combine aircraft and airline json files into aircraft.json and airline.json and output them to the public directory
    • copy static assets (fonts and images) to public directory
    • introduce Handlebars templates and create buildMarkup build process
    • point the local server to the public directory`

Features

  • #109 - Makes sure the output for sid and star commands are always uppercase.
  • #179 - Marks all airports as works in progress
  • #166 - Changes deployment server from Express to Nginx
  • #163 - Adds javascript minification to build process
    • adds copy task to public directory
    • translates json_assembler.rb to jsonAssembler.js and adds it to the build process.
  • #222 - Corrects icao of the Boeing 767-400 and also updates the information to Eurocontrol data
  • #224 - Updates app.json to use correct buildpacks
  • #104 - Overhauls Munich - updates Munich to AIRAC 1702, adds STARs, and adds a realistic traffic flow.
  • #103 - Adds Tokyo Narita International Airport as per AIRAC 1702
  • #149 - Fixes an instance of two runways called "34R" in Shanghai Pudong

Bugfixes

  • #201 - Adds the required space between 'fh' and its argument in the tutorial
  • #195 - Updates airline json files to include icao key. Updates AirlineCollection and AirlineModel to handle variable casing of icao
  • #207 - Adds a default position value to SpawnPatternModel so aircraft have, at least, a [0, 0] starting position
  • #210 - Ensures data block colored bars are all the same width (3px), regardless of callsign length
  • #210 - Adds missing return in .generateFlightNumberWithAirlineModel() that was needed to properly recurse back through the method in the case of a duplicate flight number.
  • #203 - Updates boolean logic in App.updateViewControls() which was evaluating an asynchronous property that, typically, had not finished loading.
  • #148 - Fixes internal fms error that was breaking the game when issuing holds over present position

4.0.1 (January 29, 2017)

Features

  • #170 - Adds Openscope favicon

Bugfixes

  • #176 - Removes ALM and SVD arrival patterns from 'EKCH' because there aren't enough fixes to support them
  • #177 - Updates entryPoint and exitPoint to be pluralized as is the airport json standard
  • #175 - Adds entryPoints to gcrr star route definitions
  • #174 - Fixes arrival pattern that was using an array of fix names instead of a routeString.
  • #173 - Updates wmkk StandardRoute definition to include at least one fixname

4.0.0 (January 26, 2017)

Major

  • n8rzz/atc#220 - Restructures src files into client and server folders.
  • n8rzz/atc#184 - Updates Node to version 7.0.0
  • n8rzz/atc#181 - Moves aircraft command logic from AircraftInstanceModel to new AircraftCommander class
  • n8rzz/atc#243 - Adds spawnPatterns to airport json and vastly simplifies aircraft creation. Work on this issue ended up resolving many other smaller issues listed below.
    • n8rzz/atc#229 - Restructure Airport.departures to utilize routes
    • n8rzz/atc#56 - Abstract inline fix object out of ArrivalBase
    • n8rzz/atc#27 - Simplify creation of arrival aircraft
    • n8rzz/atc#242 - Include airline id in airline json
    • n8rzz/atc#235 - Create SpawnCollection, SpawnModel and SpawnScheduler classes
    • n8rzz/atc#28 - Circular reference in airportModel.departures.airport
    • n8rzz/atc#28 - Circular reference in airportModel.departures.airport

Minor

  • n8rzz/atc#193 - Changes AircraftStripView text outputs to be all uppercase
  • n8rzz/atc#133 - Ensures proper removal of all AircraftConflict instances involving an aircraft that has been removed from the simulation
  • n8rzz/atc#205 - Changes the names from having the flags in their name by adding WIP variable to the AIRPORT_LOAD_LIST in airportLoadList
  • n8rzz/atc#192 - Fixes white space in that is displayed from the AircraftInstanceModel
  • n8rzz/atc#233 - Adds cache to travis build

Bugfixes

3.2.1 (January 2, 2017)

Bugfixes

  • n8rzz/atc#206 - Restores behavior of aircraft flying present heading after completing all legs in their flightplan
  • n8rzz/atc#241 - Fix wrongful removal of departures from runway queues when arrivals land
  • n8rzz/atc#240 - Fix erroneous voice readbacks for altitude command
  • n8rzz/atc#133 - Fixes behavior of AircraftConflict in various ways, particularly with removal after deletion of aircraft

3.2.0 (December 20, 2016)

Major

  • n8rzz/atc#53 - Integrates sidCollection and starCollection with RouteModel within AircraftInstanceModel
    • Creates getters for currentLeg and currentWaypoint
    • Abstracts restrictions logic to live within Waypoint
    • Consolidates runSID() and climbViaSid() logic
  • n8rzz/atc#54 - Deprecates sid and star properties of the AirportModel in favor of sidCollection and starCollection
  • n8rzz/atc#169 - Adds Express server to serve static assets and add travis config file for travis continuous integration
  • n8rzz/atc#114 - Rewrites the CommandParser from the ground up
  • n8rzz/atc#216 - Removes Pegjs and references completing switch to new CommandParser

Minor

  • n8rzz/atc#77 - Implements modelSourceFactory and modelSourcePool
  • n8rzz/atc#144 - Refactors canvasController.canvas_draw_sids method to use airport.sidCollection instead of airport.sid
  • n8rzz/atc#55 - Moves properties shared by all Arrival types up to ArrivalBase
  • n8rzz/atc#52 - Removes $.each() from AirportModel in favor of _forEach() and uses _get() inside aircraftInstanceModel.parse() instead of if statements
  • n8rzz/atc#135 - Moves creation of Legs and Waypoints to constants instead of as method arguments
  • n8rzz/atc#17 - Moves .parseCoordinate() out of PositionModel and into unitConverters
  • n8rzz/atc#128 - Moves flight management system files to FlightManagementSystem folder
  • n8rzz/atc#163 - Adds RouteModel to AircraftInstanceModel.runSTAR for easier handling of a route string
  • n8rzz/atc#159 - Adds static calculatePosition method to PositionModel and abstracts common functions
  • n8rzz/atc#135 - Replaces active airport icao in view with a zulu time clock
  • n8rzz/atc#167 - Consolidates test fixtures in fixtures directory
  • n8rzz/atc#176 - Addresses issue with video maps being drawn incorrectly.
    • Updates PositionModel to run all calculations through the static .calculatePosition() method and vastly simplifies internal logic.
  • n8rzz/atc#186 - Refactors the the function names in FixCollection to better fit their function. init() to addItems() and destroy() to removeItems()
  • n8rzz/atc#194 - Adds gulp-cli and adds tools readme link to gulp issues with Windows
  • n8rzz/atc#188 - Changes routeString to routeCode in RouteModel and moves .toUpperCase() from the getter to .init()
  • n8rzz/atc#175 - Updates StandardRouteModel to throw when entry/exit point doesn't exist within a collection and updates .setDepartureRunway() to send the routeCode to Leg on instantiation
  • n8rzz/atc#134 - Prevents collision detection for aircraft that are outside of our airspace
  • n8rzz/atc#211 - Escape clears commands but not callsign if commands are present

Bugfixes

  • n8rzz/atc#145 - Moves _comment blocks in airport json file to be within object the are describing
  • n8rzz/atc#151 - Streamlines flight number generation and adds new method to add new callsigns to the existing list
  • n8rzz/atc#182 - Adds _isNumber check instead of !magneticNorth inside PositionModel.calculateRelativePosition() and the AirspaceModel constructor.
  • n8rzz/atc#196 - Adds additional handling to StandardRouteModel._buildEntryAndExitCollections to handle case where entryPoints and exitPoints don't exist in the airport.sids definition
  • n8rzz/atc#132 - Ensures proper removal of aircraft from the runway queue(s) when that aircraft has been deleted.

3.1.0 (November 20, 2016)

Major

  • n8rzz/atc#18 - Adds FixModel and static class FixCollection for reasoning about airport fixes
  • n8rzz/atc#19 - Adds StandardRoute classes reasoning about SIDs and STARs
  • n8rzz/atc#82 - Moves airlineController and aircraftController to instantiate from within airportController instead from App
  • n8rzz/atc#88 - Enable airport load without bundling and moves airportLoadList.js out of the src folder
  • n8rzz/atc#96 - Updates score calculations and how they are recorded

Minor

Bugfixes

  • n8rzz/atc#45 - WMKK has misnamed star name
  • n8rzz/atc#58 - Updates spelling in .convertMinutesToSeconds[)
  • n8rzz/atc#75 - Future aircraft path, when on ILS, wrong width
  • n8rzz/atc#90 - areas is undefined in AirportModel
  • n8rzz/atc#91 - FixCollection.init() does not clear current _items if any exist
  • n8rzz/atc#108 - Aircraft strips show arrival airport in uppercase
  • n8rzz/atc#109 - Updates FixCollection.findFixByName() to accept upper, mixed, or lower case fix name
  • n8rzz/atc#115 - Switching to a previously loaded airport does not clear previous airport fixes
  • n8rzz/atc#191 - Fixes parseElevation() so that it does not return NaN when it is given the string 'Infinity'