Skip to content
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
7cfe900
Restart OO development from scratch with CMake
CaptainSwag101 Jun 30, 2024
9cdab42
Add remaining projects
CaptainSwag101 Jun 30, 2024
f1b3188
Fix MCC vessel build output location
CaptainSwag101 Jun 30, 2024
f6c9e4d
Add compatibility with Orbiter Beta R90
CaptainSwag101 Jul 1, 2024
58c928b
Delete CMakeSettings.json
CaptainSwag101 Jul 1, 2024
662c187
Add new default CMakeSettings.json
CaptainSwag101 Jul 1, 2024
9bfc73e
Ignore further changes to CMakeSettings.json
CaptainSwag101 Jul 1, 2024
feaafdb
More gitignore changes
CaptainSwag101 Jul 1, 2024
8bcb00c
Un-hardcode project name into linking details
CaptainSwag101 Jul 23, 2024
ec361c0
Add new Ascent/Rendezvous Monitor source files to projects
CaptainSwag101 Jul 23, 2024
e887853
Add new setting for final output directory for special installations
CaptainSwag101 Jul 23, 2024
072f474
Configure config/data file auto-copying
CaptainSwag101 Jul 31, 2024
12678b6
Add extra check for final dir == repo root before copying
CaptainSwag101 Jul 31, 2024
cce0a4d
Clarify copy variable name, fix NASSP-inside-Orbiter-dir detection
CaptainSwag101 Aug 1, 2024
06aabc4
Reorganize main CMakeLists file
CaptainSwag101 Aug 1, 2024
43c0a0c
Message the final install dir when copying
CaptainSwag101 Aug 6, 2024
1a789f4
Consolidate target_link_libraries() statements in projects
CaptainSwag101 Aug 9, 2024
79d158b
Vastly simplify install step, only copy data files when explicitly ru…
CaptainSwag101 Aug 9, 2024
6997477
Enable auto-detection of OpenOrbiter, optimize install step slightly
CaptainSwag101 Aug 9, 2024
81df97f
Move MSVC compiler settings to after OpenOrbiter flag definition
CaptainSwag101 Aug 9, 2024
c8a3237
Fix arrangement of Orbiter install dir and final install dir variables
CaptainSwag101 Aug 9, 2024
01d2cf1
Actually fix variable ordering this time
CaptainSwag101 Aug 19, 2024
c09452c
Copy Missions folder during Install step
CaptainSwag101 Sep 12, 2024
a767895
Fix oapiWriteLogError macro usage in Hsysparse
CaptainSwag101 Sep 25, 2024
7e96749
Add Mission source to MCC project
CaptainSwag101 Nov 5, 2024
10a2805
Enable new lunar gravity model & RTCC support for it
CaptainSwag101 Jan 1, 2025
9a5a93e
Use R2 padload values for the AGC where applicable
CaptainSwag101 Jan 1, 2025
50e26ee
Enable new Earth gravity model & RTCC support for it
CaptainSwag101 Jan 1, 2025
f02758e
Disable 32-bit-only moons
CaptainSwag101 Jan 1, 2025
eb9084a
Update Moon config to latest visual settings / comments
CaptainSwag101 Jan 2, 2025
851a607
Update Earth config to latest parameters
CaptainSwag101 Jan 2, 2025
e1a4583
Remove legacy Earth.cfg and Sol.cfg files
CaptainSwag101 Jan 2, 2025
c11e202
Fix building with new MCC code
CaptainSwag101 Jan 12, 2025
e9977ee
Add Flag vessel
CaptainSwag101 Jan 14, 2025
d4b250c
Add GH Actions workflow for autobuilding
CaptainSwag101 Feb 21, 2025
9a43fd4
Bump version number to 9.0
CaptainSwag101 Feb 21, 2025
4eef5cf
Remove Appveyor script
CaptainSwag101 Feb 22, 2025
22ec945
Update contributing guideline file for Orbiter 2024
CaptainSwag101 Feb 22, 2025
5cd9d21
Try and cache the Orbiter 2024 x64 zip file for the buildbot
CaptainSwag101 Feb 22, 2025
b27c792
Remove COPYING.txt since OpenOrbiter is free software
CaptainSwag101 Feb 22, 2025
ba21ba6
Remove "beta" from build names, move "x64" to zip filename
CaptainSwag101 Feb 22, 2025
8649a52
Update gitattributes to target the new build script
CaptainSwag101 Feb 22, 2025
f47d1a0
Update VS version recommendation in readme
CaptainSwag101 Feb 22, 2025
4787bf9
Add Two-Impulse Processor code files to RTCC and MCC projects
CaptainSwag101 Apr 10, 2025
78ff8ab
Fix DirectInput on x64
CaptainSwag101 Oct 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update VS version recommendation in readme
  • Loading branch information
CaptainSwag101 committed Dec 6, 2025
commit f47d1a09064516fe1a9dfb28d2e367e1e7382610
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ or accessible simulation there are plenty of better options,
both for Orbiter and for other platforms.

Orbiter is a Windows program, so this is a Windows-based project. You
will need Microsoft Visual Studio 2017 (or newer) to build the project.
will need Microsoft Visual Studio 2019/2022 (or newer) to build the project.
Until someone ports Orbiter to other platforms (or produces an
Orbiter-compatible simulator of sufficient capability) there's not much
that can be done about this. Orbiter and NASSP might run under WINE,
Expand Down