August 26 2025 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) Created page with "{{OB}}{{db}} This build has the ImGui crash fix from before, and also has the start of the in-app building editor, which currently doesn't do anything but the demo is visible. The editor can be turned on and off with the equals "=" key, and uses ImGui for the rendering. '''Changelog:''' #VM: added Editor system, and moved the ImGui code into it #Editor: have editor only enable when called using the Enable() function #Frontend: the editor can now be opened with the '=' k..." |
Elevator1512 (talk | contribs) mNo edit summary |
||
Line 12: | Line 12: | ||
== See also == | == See also == | ||
*[[August 20 2025 build|Previous build]] | *[[August 20 2025 build|Previous build]] | ||
*Next build | *[[August 30 2025 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
== External links == | == External links == | ||
*[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-2-1-build-82625-build/ | *[https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-2-1-build-82625-build/ Build: 8/26/25 build] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2025 Builds]] | [[Category:2025 Builds]] |
Latest revision as of 16:25, 30 August 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 the ImGui crash fix from before, and also has the start of the in-app building editor, which currently doesn't do anything but the demo is visible. The editor can be turned on and off with the equals "=" key, and uses ImGui for the rendering.
Changelog:
- VM: added Editor system, and moved the ImGui code into it
- Editor: have editor only enable when called using the Enable() function
- Frontend: the editor can now be opened with the '=' key
- SBS: moved some functions from Simcore (sbs.cpp) to Utility
- SBS: Moved InBox() function to Utility
- Frontend: fix fullscreen window positioning on MacOS