Skip to content

Releases: OoMrFlibble/oolite

Oolite 1.91.0.7749-250802-cf91fd5

Pre-release

Choose a tag to compare

32 bit is gone.

Oolite 1.91.0.7741-250726-7946864

Pre-release

Choose a tag to compare

  • Doing apt -y upgrade before build.
  • Removed some superfluous apt update instances.
  • espeak-ng is implemented.
  • Old include files are gone.
  • Old static bundled libs are gone.
  • Libs bundled from build system are, I believe, minimal now.

The mouse seems to get sort-of 'locked-in' if one goes full-screen and back to windowed. Alt-tab (assuming one has another window open already), grants a brief moment to (once per go) resize, move, or kill using the window handles. This may only happen on some platforms. Bundling libSDL.so from the build system didn't help. (#9)

Oolite 1.91.0.7738-250726-30efc5e

Pre-release

Choose a tag to compare

espeak-ng is implemented.
Old include files are gone.
Old static bundled libs are gone.
Libs bundled from build system are, I believe, minimal now.

The mouse seems to get sort-of 'locked-in' if one goes full-screen and back to windowed. Alt-tab (assuming one has another window, give a brief moment to resize, move, or kill using the window handles. This may only happen on some platforms. Bundling libSDL.so from the build system didn't help.

Oolite 1.91.0.7735-250726-0fffbd5

Pre-release

Choose a tag to compare

Another attempt at espeak-ng

Oolite 1.91.0.7730-250725-52d7194

Pre-release

Choose a tag to compare

Tidy up

Oolite 1.91.0.7725-250724-9af99bc

Pre-release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 21:48
9af99bc

This should be using system libraries now, though some legacy includes still exist. I'll try ripping them out on the next build.

Oolite 1.91.0.7712-250703-6477e4d

Pre-release

Choose a tag to compare

Not sure what's changed in mac. will attempt to reset later as it doe…

Oolite 1.91.0.7710-250627-93a1322

Pre-release

Choose a tag to compare

Syncronised with upstream and re-did the actions script to not build windows version and use distro package of doxygen to save a job. Pulled in additions to oolite-binary-resources.

New changes to static libraries included with linux-deps:

  • Moved libesound.so.1 to libesound.so.1.alsa, made a symlink named libesound.so.1 pointing to libespeak.so.1.pulseaudio. Most modern distros have pipewire with pulseaudio compatibility, and not all have the pipewire-alsa package installed. This seems a better default now. Unfortunately the symlink gets dereferenced somewhere between source and installation. I feel that the copied file at 231648 bytes to make things clearer is no real shame.
  • Removed libopenal.so.1 as it doesn't seem to function standalone. On distros that don't already have it (e.g. minimal installation of lubuntu25.04) you'll need to install it : apt install libopenal1

Oolite 1.91.0.7712-250620-459153a

Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jun 13:43
459153a

Syncronised with upstream and re-did the actions script to not build windows version. Also fixed doxygen to use the newer version provided by Ubuntu rather than building an older version.

The library bundle is likely far more correct now.