August 26 2025 build

From Skyscraper Wiki
Revision as of 08:40, 26 August 2025 by Elevator1512 (talk | contribs) (Created page with "{{OB}}{{db}} This build has the ImGui crash fix from before, and also has the start of the in-app building editor, which currently doesn't do anything but the demo is visible. The editor can be turned on and off with the equals "=" key, and uses ImGui for the rendering. '''Changelog:''' #VM: added Editor system, and moved the ImGui code into it #Editor: have editor only enable when called using the Enable() function #Frontend: the editor can now be opened with the '=' k...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 the ImGui crash fix from before, and also has the start of the in-app building editor, which currently doesn't do anything but the demo is visible. The editor can be turned on and off with the equals "=" key, and uses ImGui for the rendering.

Changelog:

  1. VM: added Editor system, and moved the ImGui code into it
  2. Editor: have editor only enable when called using the Enable() function
  3. Frontend: the editor can now be opened with the '=' key
  4. SBS: moved some functions from Simcore (sbs.cpp) to Utility
  5. SBS: Moved InBox() function to Utility
  6. Frontend: fix fullscreen window positioning on MacOS

See also

External links