Skip to content

Releases: OoliteProject/oolite

Oolite 1.93.0.7801-260414-11dd6f9

14 Apr 21:05
11dd6f9

Choose a tag to compare

Pre-release
Mozilla JS in Linux from GitHub release (#603)

* Use local in bash functions
* Build Mozilla JS and gnustep on Linux in home by default
* Options are system, home or build folder
* Copy libraries to oolite.app if home or build (which aren't by default in LD_LIBRARY_PATH)
* Check out specific commits of GNUstep libraries
* Use release URL to https://github.com/OoliteProject/mozillajs-linux/releases/download/0.0.1/mozilla-js-static-lib.tar.gz

Oolite 1.93.0.7800-260412-dcd426e

12 Apr 22:19
dcd426e

Choose a tag to compare

Pre-release
Fix for [-Werror=format-security] (#601)

Oolite 1.93.0.7799-260412-f2ce854

12 Apr 20:22
f2ce854

Choose a tag to compare

Pre-release
Fast enumeration only and debug JS library (#598)

* Fast enumeration only

* Add Linux debug library

Oolite 1.93.0.7798-260411-b4f4f77

11 Apr 22:48
b4f4f77

Choose a tag to compare

Pre-release
Merge pull request #600 from OoliteProject/bugfix-newgame-guiScreenCh…

Oolite 1.93.0.7796-260411-b0c36bc

11 Apr 05:40
b0c36bc

Choose a tag to compare

Pre-release
Windows-deps submodule removed (#597)

Oolite 1.93.0.7795-260411-a3d0e6d

11 Apr 00:44
a3d0e6d

Choose a tag to compare

Pre-release
Enum migration (#141)

* Begin migrating away from NSEnumerator:
Use foreachkey or foreach macro when appropriate.

* Have each foreach and foreachkey enums have a different value for the NSEnumerator object.

* More migrating away from NSEnumerator.

* Slowly picking away at this...

* Almost done.
Skipping StationEntity.m because of its heavy use of custom enumerators.

* Have the foreach and foreachkey macros match the space after the declaration,
as is done for "for".

* Fix a couple of bugs.

* Revert some changes that use their own custom enumerators.

* Fixed a few improper foreachkeys.

* Fixed an overlooked NSEnumerator.

Oolite 1.93.0.7794-260410-f8fb87d

10 Apr 20:58
f8fb87d

Choose a tag to compare

Pre-release
help should not show splash screen (#595)

Oolite 1.93.0.7793-260410-7180330

10 Apr 07:50
7180330

Choose a tag to compare

Pre-release
Remove legacy gcc build (#596)

Oolite 1.92.1

19 Mar 07:26
dd117d3

Choose a tag to compare

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

18 Mar 06:23
088f9b3

Choose a tag to compare

Pre-release

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