July 8 2024 build: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{legit}}{{db}} This build fixes a couple major issues, both are related to malfunctions in the ChangeTexture() C++ code. Keep testing this, and let me know if there are any more issues. I also added the Simple - Sliding Doors Demo building which was in a build post but not in the simulator package itself. For information on the recent addition of For loops to the script interpreter, see the older build article: June 30 2024 build '''Changelog:''' #Added the "S...") |
Elevator1512 (talk | contribs) m (Text replacement - "Category:Development Builds" to "Category:Development Builds Category:2024 Builds") |
||
(2 intermediate revisions by one other user not shown) | |||
Line 16: | Line 16: | ||
* [[July 6 2024 build|Previous build]] | * [[July 6 2024 build|Previous build]] | ||
* Next build | * [[July 16 2024 build|Next build]] | ||
* [[Development Builds]] | * [[Development Builds]] | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7824-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-7824-build/ Build: 7/8/24 build on the Skyscraper Simulator Forum] | ||
[[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 fixes a couple major issues, both are related to malfunctions in the ChangeTexture() C++ code. Keep testing this, and let me know if there are any more issues. I also added the Simple - Sliding Doors Demo building which was in a build post but not in the simulator package itself.
For information on the recent addition of For loops to the script interpreter, see the older build article:
Changelog:
- Added the "Simple - Sliding Doors Demo" building from last year
- Initialize direction vectors (fixes an uninitialized memory issue)
- Fixed texture changing functions
- Disable reprepare in ChangeTexture() function, was in a situation causing triangle corruption