July 6 2024 build: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
MelvinMan10 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
{{legit}}{{db}}
{{OB}}{{db}}
This build has a couple performance improvements, the first is the new Utility object (utility.cpp/utility.h) that uses persistent vectors to improve performance, and the other is a minor change that avoids a double-initialize for bounding boxes.  The main fix in this is that I reverted a change that was intended to make better performance for the Prepare stage (end of the building startup), but it broke a lot of things and so isn't in this build.  Let me know if you encounter any more issues.
This build has a couple performance improvements, the first is the new Utility object (utility.cpp/utility.h) that uses persistent vectors to improve performance, and the other is a minor change that avoids a double-initialize for bounding boxes.  The main fix in this is that I reverted a change that was intended to make better performance for the Prepare stage (end of the building startup), but it broke a lot of things and so isn't in this build.  Let me know if you encounter any more issues.



Latest revision as of 00:04, 22 May 2025

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 a couple performance improvements, the first is the new Utility object (utility.cpp/utility.h) that uses persistent vectors to improve performance, and the other is a minor change that avoids a double-initialize for bounding boxes. The main fix in this is that I reverted a change that was intended to make better performance for the Prepare stage (end of the building startup), but it broke a lot of things and so isn't in this build. Let me know if you encounter any more issues.

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

June 30 2024 build

Changelog:

  1. Created a base Manager class for all manager objects
  2. Moved the SBS utility functions into a new Utility object
  3. Avoid double-initialize
  4. Revert "Modify SBS Prepare functions to work from the runloop"

See also[edit | edit source]

External links[edit | edit source]