July 6 2024 build: Difference between revisions
Jump to navigation
Jump to search
m (A new build has been recently released again.) |
m (A new build has been recently released again.) |
||
Line 20: | Line 20: | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7624-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7624-build/ Build: 7/6/24 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:Alpha 12 builds]] | [[Category:Alpha 12 builds]] |
Revision as of 11:44, 8 July 2024
It contains good-faith information, such as an existing building or content. |
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:
Changelog:
- Created a base Manager class for all manager objects
- Moved the SBS utility functions into a new Utility object
- Avoid double-initialize
- Revert "Modify SBS Prepare functions to work from the runloop"