June 23 2024 build: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
MelvinMan10 (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{OB}}{{db}} | ||
This build has been made on my birthday, and is a bugfix release for the last build which introduced the new polygon code. The main issue fixed in this was elevator and counterweight ropes. It's now also possible again to delete objects during runtime, in the last build there was some geometry corruption when deleting objects. | This build has been made on my birthday, and is a bugfix release for the last build which introduced the new polygon code. The main issue fixed in this was elevator and counterweight ropes. It's now also possible again to delete objects during runtime, in the [[June 17 2024 build|last build]] there was some geometry corruption when deleting objects. | ||
'''Changelog:''' | '''Changelog:''' | ||
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 00:05, 22 May 2025
It contains only the files in SVN, and can be safely downloaded to your computer. |
It contains good information related to Skyscraper Simulator. |
This build has been made on my birthday, and is a bugfix release for the last build which introduced the new polygon code. The main issue fixed in this was elevator and counterweight ropes. It's now also possible again to delete objects during runtime, in the last build there was some geometry corruption when deleting objects.
Changelog:
- IsInCar() performance fix
- Fix for elevator and counterweight ropes
- Fix polygon count
- Make sure mesh bounds is cleared when rebuilding in Prepare()
- Delete unneeded DeletePolygons() call
- Re-prepare meshes when walls are deleted
- GetTriangleCount() shouldn't by default calculate total
- Fixed an issue where dynamicmesh submeshes wouldn't be deleted/managed properly