June 1 2026 build

From Skyscraper Wiki
Jump to navigation Jump to search
This is an official build of Skyscraper, made by eventhorizon.
It contains only the files in SVN, and can be safely downloaded to your computer.
This article describes a development build of Skyscraper Simulator.
It contains good information related to Skyscraper Simulator.

This build has more bugfixes, I might try to get to some new features soon in the development. The first fix in this build fixes the ability to disable sound in the INI file. The next one adds an exception handler to the render window creation code, to detect and report errors with it, before the app would just crash with an unhandled exception. The third fix should help with sounds not playing when they were loaded multiple times, it's based on a bug report about the door close message sounds not playing with subsequent door open/closing.

Changelog:

  1. Don't run reverb code if sound is disabled in INI file
  2. Catch exceptions on render window creation, this detects issues with creating the OpenGL context on Wayland systems
  3. SBS: when loading a sound for a second time, return with 'true' if sound is already loaded instead of returning with false

See also[edit | edit source]

External links[edit | edit source]