August 30 2025 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) Created page with "{{OB}}{{db}} This build mainly has fixes, and the Mac build is not up yet due to more Apple notarization service issues. (this was fixed) ImGui is now working properly with mouse support, you can try it by pressing the "=" key and testing the demo window. VMConsole now supports multiline commands, which also fixes quirks in the way it was working. A sim engine bounds issue was fixed, and I reverted a change that was causing some elevator interior panels and buttons not t..." |
Elevator1512 (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
== See also == | == See also == | ||
*[[August 26 2025 build|Previous build]] | *[[August 26 2025 build|Previous build]] | ||
*Next build | *[[September 2 2025 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
== External links == | == External links == | ||
*[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-83025-build/ | *[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-83025-build/ Build: 8/30/25 build] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2025 Builds]] | [[Category:2025 Builds]] |
Latest revision as of 09:19, 2 September 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 mainly has fixes, and the Mac build is not up yet due to more Apple notarization service issues. (this was fixed) ImGui is now working properly with mouse support, you can try it by pressing the "=" key and testing the demo window. VMConsole now supports multiline commands, which also fixes quirks in the way it was working. A sim engine bounds issue was fixed, and I reverted a change that was causing some elevator interior panels and buttons not to show up.
Changelog:
- VM: added multiline command processing to VMConsole
- Editor: added initialized state
- Editor: update ImGui frame data on each frame cycle, fixes sizing issues
- Frontend: added ImGui input handling code to MainScreen
- Disabled ImGui in VR mode
- Editor: moved ImGui processing code into new Process() function
- Editor: started experimental transform window
- Editor: fix window close behavior
- VM: changed Run() return type to VMStatus enum
- Revert "PolyMesh: when creating the bounding box, the vertices need to be co
- nverted to Local space first"
- PolyMesh: fixed ToLocal scaling of sim engine bounds