Skip to content
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 252 commits into from
Dec 20, 2016
Merged

release/3.2.0 #755

merged 252 commits into from
Dec 20, 2016

Conversation

n8rzz
Copy link
Contributor

@n8rzz n8rzz commented Dec 12, 2016

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 become fh 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.

n8rzz added 30 commits October 31, 2016 18:12
* 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
…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
…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
@erikquinn erikquinn mentioned this pull request Dec 19, 2016
@n8rzz n8rzz changed the title [WIP] Release/3.2.0 release/3.2.0 Dec 19, 2016
@n8rzz
Copy link
Contributor Author

n8rzz commented Dec 19, 2016

@erikquinn everything merged fine locally and tests pass. :shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Command Parsing Issues
4 participants