July 31 2024 build: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{legit}}{{db}} This is another build of the 2.0 Beta codebase, see the previous build for more info on the switch to Beta status. This build has a number of changes by MultiMonorail, and a fix I made that keeps the memory usage at normal levels when loading the Simple City demo. The Linux build should now be working properly too, and is now built on Debian 12. See the changelog below for more details. Changelog: #Fixed Call Cancel Action, it should cancel all ca..." |
MelvinMan10 (talk | contribs) mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{OB}} | ||
{{db}} | |||
This is another build of the 2.0 Beta codebase, see the previous build for more info on the switch to Beta status. This build has a number of changes by MultiMonorail, and a fix I made that keeps the memory usage at normal levels when loading the [[Simple City]] demo. The Linux build should now be working properly too, and is now built on Debian 12. See the changelog below for more details. | This is another build of the 2.0 Beta codebase, see the previous build for more info on the switch to Beta status. This build has a number of changes by MultiMonorail, and a fix I made that keeps the memory usage at normal levels when loading the [[Simple City]] demo. The Linux build should now be working properly too, and is now built on Debian 12. See the changelog below for more details. | ||
Changelog: | '''Changelog:''' | ||
#Fixed Call Cancel Action, it should cancel all calls and not just the last added call. (by MultiMonorail) | #Fixed Call Cancel Action, it should cancel all calls and not just the last added call. (by MultiMonorail) | ||
#Opening an elevator door with interlocks enabled now emergency stops the elevator. (by MultiMonorail) | #Opening an elevator door with interlocks enabled now emergency stops the elevator. (by MultiMonorail) | ||
Line 10: | Line 11: | ||
== See also == | == See also == | ||
* [[July 28 2024 build|Previous build]] | * [[July 28 2024 build|Previous build]] | ||
* Next build | * [[August 9 2024 build|Next build]] | ||
* [[Development Builds]] | * [[Development Builds]] | ||
Line 17: | Line 18: | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2024 Builds]] | |||
[[Category:Beta Builds]] |
Latest revision as of 00:16, 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 is another build of the 2.0 Beta codebase, see the previous build for more info on the switch to Beta status. This build has a number of changes by MultiMonorail, and a fix I made that keeps the memory usage at normal levels when loading the Simple City demo. The Linux build should now be working properly too, and is now built on Debian 12. See the changelog below for more details.
Changelog:
- Fixed Call Cancel Action, it should cancel all calls and not just the last added call. (by MultiMonorail)
- Opening an elevator door with interlocks enabled now emergency stops the elevator. (by MultiMonorail)
- Call Cancel now works with Independent Service enabled. (by MultiMonorail)
- Fixed minor typo in EarlyDownChimeSound (designguide.html) section. (by MultiMonorail)
- Free text-to-texture memory when a script is finished loading, in addition to simulator start. This fixes an issue where the raw font map textures (glyph maps) would stack up when loading many sim engines, wasting too much memory, before they were unloaded.