Releases: OoliteProject/oolite
Oolite 1.93.0.7794-260410-f8fb87d
help should not show splash screen (#595)
Oolite 1.93.0.7793-260410-7180330
Remove legacy gcc build (#596)
Oolite 1.93.0.7792-260409-35f5fee
Use lld as linker for clang builds on Linux (already used on Windows)…
Oolite 1.93.0.7791-260408-8bd882c
Merge pull request #590 from OoliteProject/bugfix-station-launchPirat…
Oolite 1.93.0.7789-260407-795d9bc
Add test that launches Oolite, creates a snapshot and closes it (#591) * Add JS quit command and related Obj-C plumbing * Make AddOns folder in oolite.app not build * Add Python test that launches Oolite, takes a snapshot and quits * Add to test_builds workflow * Add Windows test build * Update OOlite.nsi to exclude AddOns in oolite.app folder as it is already one level up * Install mesa for Windows CI * Gallium driver env var * Fix appimage (old Ubuntu doesn't have Wayland) * Update README.md to show how to run test * Check png size * Move quitGame into ifndef NDEBUG * Better comments
Oolite 1.93.0.7788-260403-8d82f67
Merge pull request #567 from mcarans/master Don't include unused submodules
Oolite 1.93.0.7786-260331-9dd66af
Windows: Oolite now opts-in for EcoQos when out of focus or paused. EcoQos is a quality of service level in Windows that allows apps to opt-in for low power consumption modes. Oolite can use it when it is not in focus or when it is paused, since we don't need the full processing power of the CPU if the game is not under direct player control. It can be extremely helpful with battery consumption on laptops and should overall result in greater efficiency and system responsiveness. When active, EcoQoS schedules the game for running on more efficient, low-power CPU cores and the CPU is also throttled to a more efficient operating frequency. That allows for less power requirements and higher responsiveness of other applications that might have the focus when EcoQoS is active. EcoQoS can be controlled via user preference by setting the OoliteDefaults.plist key ecoqos to either YES or NO. Default is YES and setting it to NO will result in the game behaving as it has been until now (no efficient power usage).
Oolite 1.93.0.7785-260331-043d473
Windows: Enabled optional generation of .pdb files for external debug…
Oolite 1.92.1
This is a bug-fix update. Addressed in this release:
Windows:
- Fixed game window title bar not respecting system dark mode settings when the game was launched with the -nosplash parameter.
- Fixed white flashbang on startup when the game was started with the -nosplash parameter.
- Disabled the incorrect transfer of full screen window to different monitor with Win + Shift + Left/Right in multi-monitor setups.
Linux:
- Centre main window after showing splash.
- Smooth resizing of game window.
- Fix for crash when no network.
Common to both ports:
- Fixed bug where a save file passed as command line argument would not load unless it was the last argument.
- Full game version and build type identification now reported in the --help command line argument output.
- Security improvement: Download expansions list via https.
Oolite 1.92.1.7804-260318-088f9b3
Commits
- 9f1b9bb: Version bump to 1.92.1 on maintenance. (AnotherCommander)
- 324e8a3: Fixed game window title bar not respecting system dark mode settings on Windows when launched with the -nosplash cmd line arg. (AnotherCommander)
- f4fb51c: Bring Flatpak build in line with FlatHub submission (#548) (Mike) #548
- ac70b54: Fixed white flashbang on Windows port startup when the game was started with the -nosplash cmd line argument - ported from master. (AnotherCommander)
- 545bc9f: More changes requested by FlatHub (#550) (Mike) #550
- eb4b3b5: Security fix: Download OXZ list using https. (AnotherCommander)
- 488538b: Try changing homepage (mcarans)
- ebb6b0a: Revert "Try changing homepage" (mcarans)
- a816b8a: Use sdl12-compat from shared modules requested by bbhtt (mcarans)
- 6e0b406: Fix typo (mcarans)
- d2a705b: Try to fix Arch build (mcarans)
- db40695: Make flatpak manifest what is submitted to FlatHub (mcarans)
- 29c0966: Fix lint (mcarans)
- 7dd5bdf: Reorder Flatpak manifest lint check in script (Mike)
- c94d2bb: Add license.md (mcarans)
- 62bcdf8: Merge remote-tracking branch 'origin/1.92-maintenance' into 1.92-maintenance (mcarans)
- 20316fd: Change mkmanfest.sh to reference LICENSE.md instead of LICENSE.txt (mcarans)
- ef2cd52: Use linter in container if one doesn't exist natively (mcarans)
- 8de9398: Added TinyEXR licesnse to license.md. (AnotherCommander)
- bab9043: Rename LICENSE.md (mcarans)
- d14d868: Merge remote-tracking branch 'origin/1.92-maintenance' into 1.92-maintenance (mcarans)
- 87fef95: Add soem images for FlatHub (mcarans)
- 6d83f8e: Add svg for FlatHub (mcarans)
- 0a901bc: Update image (mcarans)
- 6168c59: Update image (mcarans)
- af5b6c8: Update images (mcarans)
- c70761c: Get date for Flatpak from git (mcarans)
- b7fb3f2: Fixed bug where a savefile passed as cmd line argument would not load unless it was the last argument. Ported from master. (AnotherCommander)
- db22c95: Add replaceement image (mcarans)
- 9dd62a3: Add replacement image. Use png logo (mcarans)
- 0e2a2d2: Fixed inability to launch using the (-)-help argument. (AnotherCommander)
- 55a7caf: Fix typo (mcarans)
- e142711: build/AddOns, appimage fix, version backport, manifest output (#553) (Mike) #553
- 9ca54c9: Updated 1.92.1 changelog and fixed a few incorrect links in Oolite_Readme.txt. (AnotherCommander)
- 2d8e970: Updated OoliteReadMe with Microsoft Store version-specific information. (AnotherCommander)
- d0058b7: Added test release build identification in help text output. (AnotherCommander)
- 7ba9e5f: Fix Linux issues raised by OoMrFlibble (#559) (Mike) #559
- 366115c: Remove no network workaround as fixed upstream (#560) (Mike) #560
- Fixed regression regarding transfer of full screen window to different monitor with Win + Shift + Left/Right in multi-monitor setups. (AnotherCommander)
- 1c97981: Add images (mcarans)
- 088f9b3: Combined freedesktop build step and metadata for AppImageHub and FlatHub (#561) (Mike) #561