July 16 2024 build

From Skyscraper Wiki
Jump to navigation Jump to search
This article is legitimate.
It contains good-faith information, such as an existing building or content.
This article describes a development build of Skyscraper Simulator.
It contains good information related to Skyscraper Simulator.

This build has a number of bugfixes, including a crash fix that was just reported today. Currently I'm trying to fix the wall selection feature (where you can click on a wall and it'll show you the name), which is currently broken. It works a little more in this release, but I need to trace through the old and new code to see what's going on with it. I also fixed a bug in the GetWallExtents() C++ function which was affecting the Glass Tower's upper floors.

For information on the recent addition of For loops to the script interpreter, see the older build article:

June 30 2024 build

Changelog:

  1. Added new custom memory allocator (for future use)
  2. Remove friend definition (in SBS header) due to related functionality being moved into Utility object
  3. Fixed an issue where concurrent engine loads that happened after the initial start, would cause rendering to stay running during the load. Rendering being enabled properly now also works for the RenderOnStartup feature.
  4. Fix conversion mismatch in GetWallExtents() function
  5. Converted IntersectRay() function
  6. Fixed a crash that involved trying to create colliders from empty walls (no polygons)
  7. (IntersectSegment): Reverse function calls to match CS design
  8. Fixed an issue with IntersectSegmentPlane()

See also[edit | edit source]

External links[edit | edit source]