November 9 2024 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) (Created page with "{{legit}}{{db}} This is a bugfix build, and mainly fixes issues with the serviced floor manager in the elevator editor. See the previous build for the recent changes. '''Changelog:''' #Fixed a crash in the elevator door's AddServicedFloor() function, by rewriting the code #Cleaned up elevator door's RemoveServicedFloor() function #Don't create or remove shaft doors when modifying serviced floors in the elevator editor #Use correct floor index function, this fixes an is...") |
Elevator1512 (talk | contribs) mNo edit summary |
||
Line 13: | Line 13: | ||
== See also == | == See also == | ||
* [[November 7 2024 build|Previous build]] | * [[November 7 2024 build|Previous build]] | ||
* Next build | * [[November 11 2024 build|Next build]] | ||
* [[Development Builds]] | * [[Development Builds]] | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-11924-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-11924-build/ Build: 11/9/24 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2024 Builds]] | [[Category:2024 Builds]] | ||
[[Category:Beta Builds]] | [[Category:Beta Builds]] |
Latest revision as of 16:46, 11 November 2024
It contains good-faith information, such as an existing building or content. |
It contains good information related to Skyscraper Simulator. |
This is a bugfix build, and mainly fixes issues with the serviced floor manager in the elevator editor.
See the previous build for the recent changes.
Changelog:
- Fixed a crash in the elevator door's AddServicedFloor() function, by rewriting the code
- Cleaned up elevator door's RemoveServicedFloor() function
- Don't create or remove shaft doors when modifying serviced floors in the elevator editor
- Use correct floor index function, this fixes an issue where negative floors wouldn't show up in the elevator editor's serviced floor box.
- Have elevator editor's serviced floor section only display floors with existing elevator doors
- Exit to menu on a render failure, this fix is for the recent code reorganization changes