forked from microsoft/AirSim
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Merge AirSim upstream latest for VS 2022 support and more #14
Open
neomantra
wants to merge
78
commits into
SaundersJE97:master
Choose a base branch
from
neomantra:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
add meterial element index
Fixed date of a change
upgrade VS support to VS 2022
…cts under Unreal/Environments folder
Exit application with unsupported SimMode in Unity
…rvice/5c6be583-ca70-4b88-8c4e-d7c3ba82b9f0 Adding Microsoft SECURITY.MD
Fix Unreal Engine deprecations
Fix typo in channel log
add link to AirSim+MAVROS+PX4 tutorial
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@9.0.1...13.0.1) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…Viewer/Networking/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /LogViewer/Networking
…Viewer/LogViewer/Newtonsoft.Json-13.0.1 Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /LogViewer/LogViewer
Fix simLoadLevel and Levels OptionsMenu
Change master to main in docs
Change master to main
Current method to load level may work for a packaged binary but does not work in the UE editor where it will infinitely load the requested level. This PR adds a check to make sure the current level is not reloaded.
…s/main (GitHub CI) Bump actions/checkout and actions/setup-python version in workflows
Fix load level for UE editor
…sion_number AirSim v1.8.1
Add ShowLosDebugLines to settings.md
Updated Readme with Microsoft Project AirSim announcement.
Updated link directly to main Project AirSim page.
Signed-off-by: Evan Wies <[email protected]>
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.
Fixes: This fork required VS 2019, while upstream update to VS 2022. This merged AirSim master with PRL4AirSim master.
About
PRL4AirSim didn't have the latest changes from upstream.
How Has This Been Tested?
Successfully built against Win11 and Visual Studio 2022. Builds against OSX.
Screenshots (if appropriate):