Orbiter development build
Pre-release
Pre-release
Builds
Commits
- acb9135: Use std::filesystem instead of windows API in Orbiter core (Gondos) #374
- ce174af: Add new CreateAirfoil4 function (Matthew W Hume) #384
- 97df5e7: fix sign error (Matthew W Hume) #384
- 635925a: Add gravity model for Earth; fix documentation. (Matthew W Hume) #385
- 0579cbb: add credit in documentation for data (Matthew W Hume) #385
- bc826f4: Bump actions/checkout from 3 to 4 (dependabot[bot]) #386
- 41485ac: Bump actions/upload-artifact from 3.1.2 to 3.1.3 (dependabot[bot]) #387
- aa4d51a: Add system requirements (Miner34dev) #388
- 8209db3: Update README.md (Miner34dev) #388
- e64484d: Revert "Use std::filesystem instead of windows API in Orbiter core" (Matthew W Hume) #390
- 85c3b0c: Addressing issue orbitersim#277 (jarmonik) #394
- a659fcd: Merge branch 'main' of https://github.com/orbitersim/orbiter into terrain_elev (jarmonik) #394
- f3ea689: Implemented a use of D3D9on12 driver to address issues on some intel graphics chips such as (Iris Xe Graphics) (jarmonik) #392
- 25661ac: Merge branch 'main' of https://github.com/orbitersim/orbiter into d3d9on12 (jarmonik) #392
- 21e9229: Added a note, regarding link error with outdated d3d9.lib (jarmonik) #392
- 91d8e5e: Changed calling place of clbkInitialise(), can't be called from DllMain() (jarmonik) #395
- 04017e6: Merge branch 'main' of https://github.com/orbitersim/orbiter into startup_cleanup (jarmonik) #395
- f344154: Further startup cleanup and error detection. (jarmonik) #395
- e9e6153: Adding exports artifact (Oleg V. Kozlyuk) #393
- 1622330: Filtered and demangled exports.txt (Oleg V. Kozlyuk) #393
- a286af5: Use 'server' Orbiter.exe, fix for syntax (Oleg V. Kozlyuk) #393
- ce9ffec: Add reference exports file (DarkWanderer) #393
- 8defd0a: Diff exports with 2016 edition (Oleg V. Kozlyuk) #393
- 6e80138: Use -U0 for git diff (Oleg V. Kozlyuk) #393
- 25d71b7: Fix working directory (Oleg V. Kozlyuk) #393
- 3394583: Only diff x86 exports (Oleg V. Kozlyuk) #393
- 4eb26d2: Increased maximum terrain resolution level to 21 (jarmonik) #394
- 4d1ee0f: Fixed elev_mod problem. (jarmonik) #394
- 7171239: Bump actions/download-artifact from 3 to 4 (dependabot[bot]) #396
- 5f7e038: Bump actions/upload-artifact from 3.1.3 to 4.0.0 (dependabot[bot]) #397
- 0b74561: add vector function (Matthew W Hume) #384
- 6a8fa99: Fixed issue orbitersim#328 and improved real-time debugging. (jarmonik) #400
- 9859daa: Fix error with Drag reporting variable (Matthew W Hume) #384
- 87836fd: fix missing jgmro_120f_sha.tab (Matthew W Hume) #401
- 045698d: start adding side-force vector (Matthew W Hume) #384
- 6127042: Included with VC 2017 and lower (jarmonik) #394
- cb2b095: fixed inconsistend line endings (why is this ALWAYS happening?) (schnepe2) #402
- 38f7ad8: replaced deprecated by (schnepe2) #402
- e9fd305: removed #include (was just commented-out) (schnepe2) #402
- 23a1ca5: added missing logic to save option changes upon their change and enable/disable sub-options (GLS-SSV) #403
- 64e92ac: add missing functions (Matthew W Hume) #384
- 20c0aa5: testing (Matthew W Hume) #384
- 8677916: Add visual helper option (Matthew W Hume) #384
- eb4134a: Merge branch 'main' into exports-check (jarmonik) #393
- 5318e92: Merge branch 'main' of https://github.com/orbitersim/orbiter into terrain_elev (jarmonik) #394
- 72e6268: Merge branch 'orbitersim:main' into CreateAirfoil4 (Matthew W Hume) #384
- c57dfd2: First (untested) extension to "file i/o" Lua interface. (schnepe2) #414
- 0c981b5: Merge branch 'orbitersim:main' into Lua_extension (schnepe2) #414
- c47a802: further fixes to menu and functions (Matthew W Hume) #384
- 670952f: fix menu (Matthew W Hume) #384
- eff61a0: Merge branch 'CreateAirfoil4' of https://github.com/n7275/orbiter into CreateAirfoil4 (Matthew W Hume) #384
- a1bbd0b: - Added rendering of side force vectors (jarmonik) #384
- eb8e1c0: Cleaned up video configuration, added message box for failed device creation. (jarmonik) #395
- ccfccb0: Merge branch 'main' of https://github.com/orbitersim/orbiter into startup_cleanup (jarmonik) #395
- 1d922a8: Fixed config file write error (jarmonik) #395
- efe39a6: Standardize TerrainToolKit naming (jarmonik) #409
- c5100e4: Merge branch 'orbitersim:main' into Lua_extension (schnepe2) #414
- 259e1bd: Increased max tile level, fixed tile bounds check bug. (jarmonik) #409
- 6672a95: Fixed overlay clipping problem. (jarmonik) #409
- c72ff75: Fixed "cancel" CTD, disable unused GUI buttons. (jarmonik) #409
- 634a878: Enabled tile mipmaps for all tile levels. Default = All (jarmonik) #409
- 6188e64: Floating point output stream formatter added to serialize double/float values nice & tidy. (schnepe2) #411
- b23c9d7: Merge branch 'orbitersim:main' into fix_410_unpredictable_precision (schnepe2) #411
- 0145ba2: Merge branch 'orbitersim:main' into Lua_extension (schnepe2) #414
- 11f03d3: fix vector direction display (Matthew W Hume) #384
- b7ea10c: - added generic Lua 'oapi' Tests (schnepe2) #414
- bf0aeac: get_color doesn't seem to work in "headless" CI test :( (schnepe2) #414
- 496dfb6: Merge branch 'orbitersim:main' into fix_410_unpredictable_precision (schnepe2) #411
- baf51c9: Merge branch 'orbitersim:main' into Lua_extension (schnepe2) #414
- 7e173fc: Merge branch 'orbitersim:main' into Lua_extension (schnepe2) #414
- 9e34918: - extended generic Lua 'oapi' Tests (schnepe2) #414
- 65a6049: Added removal of "delete_me.txt" test-artifact file. (schnepe2) #414
- 02b06fb: Grrr last commit included to many changes, so here's the rest (schnepe2) #414
- 931212d: Try to get CI tests to pass. (schnepe2) #414
- 124e95f: Try to get CI tests to pass. (schnepe2) #414
- 8b0518c: Try to get CI tests to pass. (schnepe2) #414
- ab864f7: Try to get CI tests to pass. (schnepe2) #414
- 2a7166c: Try to get CI tests to pass. (schnepe2) #414
- fffd344: Try to get CI tests to pass. (schnepe2) #414
- 0d9c8e0: Try to get CI tests to pass. (schnepe2) #414
- d60513c: exact 1 to 1 copy of the working VesselApiTest, just renamed to GenericApiTest, to see what will happens. (schnepe2) #414
- 49e7742: Recreation of generic API tests: (schnepe2) #414
- 1042f6b: Recreation of generic API tests: (schnepe2) #414
- d24b503: Had to remove file-i/o tests. (schnepe2) #414
- 5fda943: reduced precision-tests. (schnepe2) #414
- 021ef3d: oapi.openfile() with only "write-first" to have a known file in root. (schnepe2) #414
- 608ac13: further oapi.openfile() tests re-activated. (schnepe2) #414
- 0f3dc93: even more oapi.openfile() tests re-activated. (schnepe2) #414
- 3e14c5f: all oapi.openfile() "read" tests re-activated. (schnepe2) #414
- db22b3b: write tests oapi.openfile(,,APPEND), oapi.writeline() and oapi.writeitem_xxx() tests re-activated. (schnepe2) #414
- 00686e6: api.readitem_xxx() tests re-activated. (schnepe2) #414
- 0c01100: cleanup some mess we left... (schnepe2) #414
- a3320cc: GeneralApiTest.scn back to baic. (schnepe2) #414
- d17ba3b: Fixed (hopefully) d3d9 device creation on wine. (jarmonik) #423
- c67ccb6: Use std::filesystem instead of windows API in Orbiter core (Gondos) #424
- 8072858: Add support for VS2022 builds (Gondos) #425
- 2bbd8d7: Fixed sunlight bug, Fixed flickering doors (animation components) while in planetarium mode (jarmonik) #428
- 8e82f50: Disabled meshres 64 max is now 32 (jarmonik) #428
- 0391689: Fixed TerrainToolKit text issues (jarmonik) #428
- 71112b5: Added planetary texture check and warning. (jarmonik) #428
- 9da015d: Fixed sunglare visibility when near sun. (jarmonik) #428
- 811433d: Fixed some sun glare and sunlight problems. Related to occlusion by different body than reference. (jarmonik) #428
- 83468dc: Tried to improve body referencing. (jarmonik) #428
- e2b0e6e: Bump actions/cache from 3 to 4 (dependabot[bot]) #430
- d429c48: Fixed a problem of moon being lit in a shadow of a planet by adding (accurate) support for eclipses. (jarmonik) #428
- f48b073: - TerrainToolKit: Made tile name appear on red if the tile doesn't exists. (jarmonik) #428
- 0c18991: Applied some fixes to planet rendering without textures. Less faulty look. (jarmonik) #434
- c383eef: Added oapiSaveSurface() function (jarmonik) #434
- 930a382: Fixed the physics performance problem with missing elevation. Fixed tile cache. (jarmonik) #434
- 484567c: Fixed a planetarium mode drawing bug. (jarmonik) #434
- 964270c: Improved tile cache. (jarmonik) #434
- 9854ca4: Applied some reverts to minimize code changes. (jarmonik) #434
- 9d31b3b: Removed forgotten "Eclipse" debug text. (jarmonik) #434
- b6cfbc3: AtmoControls cleanup, water rendering customization. (jarmonik) #434
- bb701d0: Fix for PARTICLESTREAMSPEC::LVL_PLIN (jarmonik) #434
- e67fa5c: Change XRSound/Default installation path to ORBITER_INSTALL_ROOT_DIR. (Igor Mróz) #442
- 4333462: Minor fixes (jarmonik) #434
- d120c8b: Revert "Various fixes here and there." (jarmonik) #443
- e9e4b7b: Applied some fixes to planet rendering without textures. Less faulty look. (jarmonik) #445
- cdf320a: Added oapiSaveSurface() function (jarmonik) #445
- 573096c: Fixed the physics performance problem with missing elevation. Fixed tile cache. (jarmonik) #445
- 638f7ee: Fixed a planetarium mode drawing bug. (jarmonik) #445
- fc2cec8: Improved tile cache. (jarmonik) #445
- e081cd1: Applied some reverts to minimize code changes. (jarmonik) #445
- ef78d3b: Removed forgotten "Eclipse" debug text. (jarmonik) #445
- da0f544: AtmoControls cleanup, water rendering customization. (jarmonik) #445
- 3e6650b: Fix for PARTICLESTREAMSPEC::LVL_PLIN (jarmonik) #445
- e3c5edd: Minor fixes (jarmonik) #445
- d270677: Applied fixes in the tile cache (jarmonik) #445
- f1d0311: Implemented SoftDock routine (jarmonik) #445
- 3bca27f: Finished Soft-Dock routines. (jarmonik) #445
- c04c211: Minor documentation updates and fixes (jarmonik) #445
- a990ec1: Fixed a critical bug from Vecmat.h (jarmonik) #445
- 337d37c: Fixed the problem of black clouds on some scenarios. (jarmonik) #445
- 90e5a32: Fixed the elevation problem. (jarmonik) #445
- b94f580: Added a check that pre-existing tiles in a cache belongs to used manager. (jarmonik) #445
- b899fe9: [Lua]Add more capabilities to the ScriptVessel class and the LuaInterpreter (Gondos) #427
- dd813e6: [Lua]Add sample vessels in the Orbiter SDK (Gondos) #427
- 895021e: Merge branch 'orbitersim:main' into luavessel (TheGondos) #427
- 12f2fbb: [Lua]Add oapiSaveSurface (Gondos) #427
- 13dd316: [Lua]Add soft docking API (Gondos) #427
- a64b401: [Lua]Handle second Dock method overload (Gondos) #427
- e5ddee7: Reuse memory instead constant release and reallocation. (jarmonik) #446
- 3954644: Added resource cache for all tile related resources. Cleaned up tile loading implementation. (jarmonik) #446
- 6b422be: Added file existence check (jarmonik) #446
- f8d625b: Fixed a surface tile loading anomaly. (jarmonik) #446
- 44f2b7d: Fixed a tile load anomaly, code cleanup, debug options. (jarmonik) #446
- 29abbd9: Ensured unloading of inactive planets. (jarmonik) #446
- 1098e96: Added some dynamic tile count limiters. (jarmonik) #446
- 2ee14f9: [Lua]Add beacon support (Gondos) #447
- 8be0e69: [Lua]Fix Lua DG consuming all key events + VC throttle lever error (Gondos) #447
- ab8ea90: Install of SDK samples and LUA samples (jarmonik) #448
- ede3eb7: Fixed the camera location jump CTD. Added some sanity checks. (jarmonik) #446
- c88e2ad: Set initial camera distance at focus change, fixed a problem of camera stuck under planets surface. (jarmonik) #446
- 22a21f0: Added debug libs (jarmonik) #448
- aafdccd: Removed the debug-libs (jarmonik) #448
- d77eabc: Fix attempt the custom problem, fixed debug assert, added launchpad option for max tile count. (jarmonik) #450
- 9b0fb80: Fixed 'camera distance reset' (jarmonik) #450
- 4117d2b: Sorted out custom camera problem. (jarmonik) #450
- 27de218: Fixed some tile boundary problems. (jarmonik) #450
- dd01311: Fixed vessel label problem. (jarmonik) #450
- 1107108: Cleaned up failed scene initialization. (jarmonik) #450
- 44a6dbb: [Lua]Fix Lua DG inputs + errors when loading/saving scenario (Gondos) #451
- f42f7e5: CMake Files for building SDK samples without building the Orbiter (jarmonik) #452
- bd844d6: Added some documentation about how to build the samples. (jarmonik) #452
- 201d4d9: Fixed installation of pre-build docs (jarmonik) #452
- 70be14f: [Lua]Add Lua DG pressure and docking subsystems + associated API requirements (Gondos) #453
- 75e3587: Added LuaConsole, LuaMFD, ScriptMFD, ScriptVessel, Solarsail, TransX (jarmonik) #452
- 561a7ca: [Lua]Finish Lua DG (Gondos) #454
- 45317a3: [Lua]Add support for oapiOpenInputBoxEx (Gondos) #456