July 6 2024 build: Difference between revisions
Jump to navigation
Jump to search
m (A new build has been recently released again.) |
Elevator1512 (talk | contribs) m (Text replacement - "Category:Development Builds" to "Category:Development Builds Category:2024 Builds") |
||
Line 23: | Line 23: | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2024 Builds]] | |||
[[Category:Alpha 12 builds]] | [[Category:Alpha 12 builds]] |
Latest revision as of 13:57, 1 September 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"