-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release/3.2.0 #755
Merged
Merged
release/3.2.0 #755
Conversation
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
* Updates refs for new getters * Begins abstracting waypoint creation to individual methods * Adds _get for setting properties from passed in object in Leg and Waypoint models
* Adds aircraftConstants to Leg * Adds new method to get waypoint models for sid in AirportModel
StandardRouteCollections when dealing with sids and stars. * Removes inline string transformation logic from Leg
…he passed fixName before searching.
…eModel within the AircraftInstanceModel - Adds doc blocks to Leg - Adds new methods to Leg to reset the current waypoint array and for adding a new Waypoint to the waypoint array.
* Removes fms.clearedAsFiled() method * Consolidates runSID() and climbViaSid() logic
* Adds .getStarLegWaypoints() * Removes dead code
…ypoint * Adds tests and supporting fixutes and mocks for Waypoint
…TC-53 Conflicts: - src/assets/scripts/canvas/CanvasController.js - test/airport/fix/FixCollection.spec.js
…s, adds additional test case.
…TC-53 Conflicts: - src/assets/scripts/aircraft/AircraftFlightManagementSystem.js - src/assets/scripts/airport/StandardRoute/StandardRouteWaypointModel.js - test/airport/fix/FixCollection.spec.js - test/airport/standardRoute/StandardRouteWaypointModel.spec.js
…xModel * Adds BaseCollection to FixCollection * Changes name of Position to PositionModel
* Updates tests to use implemented model, FixModel
feature/ATC-216
feature/ATC-211
…fix/ATC-196 Conflicts: - CHANGELOG.md
Closed
bugfix/ATC-196
…TC-134 Conflicts: - CHANGELOG.md
feature/ATC-134
…TC-175 Conflicts: - CHANGELOG.md
feature/ATC-175
@erikquinn everything merged fine locally and tests pass. |
This was referenced Dec 20, 2016
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #700, #706, #736, #742, #744, #747, #753, #754, #756, #760, #763.
This release will contain a complete re-write of the command parser (currently in PR on my fork). This will change how commands are used in the sim.
There will be more information forthcoming on command changes as we get closer to the release date. TL;DR every command will require a space between the command and its arguments.
ex:
fh270
will becomefh 270
.This release is targeted to be completed on 12/20/2016.
If you find a bug or figured out a way to break something, please log an issue on my fork. If you have any questions about upcoming changes, please log them here.