May 3 2023 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) (Created page with "This build mainly has important bugfixes, some of those were reported. I found that the Mac version didn't treat filenames as case-insensitive, so I rebuilt Ogre with a newer version with that option on, it should now work better with building add-ons (Ogre was upgraded on Mac from 13.6.2 to 13.6.4). Indicators now strip the direction character from sound filenames, so an indicator of "<A" will load "soundA.wav" if "sound*.wav" is specified. I fixed a number of Direction...") |
Elevator1512 (talk | contribs) m (Text replacement - "Category:Development Builds" to "Category:Development Builds Category:2023 Builds") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{legit}}{{db}} | |||
This build mainly has important bugfixes, some of those were reported. I found that the Mac version didn't treat filenames as case-insensitive, so I rebuilt Ogre with a newer version with that option on, it should now work better with building add-ons (Ogre was upgraded on Mac from 13.6.2 to 13.6.4). Indicators now strip the direction character from sound filenames, so an indicator of "<A" will load "soundA.wav" if "sound*.wav" is specified. I fixed a number of Direction parameters in the code which were causing issues when capital letters were used. | This build mainly has important bugfixes, some of those were reported. I found that the Mac version didn't treat filenames as case-insensitive, so I rebuilt Ogre with a newer version with that option on, it should now work better with building add-ons (Ogre was upgraded on Mac from 13.6.2 to 13.6.4). Indicators now strip the direction character from sound filenames, so an indicator of "<A" will load "soundA.wav" if "sound*.wav" is specified. I fixed a number of Direction parameters in the code which were causing issues when capital letters were used. | ||
Line 7: | Line 8: | ||
#Make direction parameter in Button Panels lowercase, this fixes issues where the panel wouldn't be created if capital letters were used | #Make direction parameter in Button Panels lowercase, this fixes issues where the panel wouldn't be created if capital letters were used | ||
#Allow calling elevator from the same floor in the Elevator Editor | #Allow calling elevator from the same floor in the Elevator Editor | ||
#(Simple - Callstation) Don't create both call button directions on end floors | #([[Simple - Callstation]]) Don't create both call button directions on end floors | ||
#Mac version was rebuilt for the case-insensitive option | #Mac version was rebuilt for the case-insensitive option | ||
== See also == | == See also == | ||
*Previous build | *[[April 27 2023 build|Previous build]] | ||
*[[May 6 2023 build|Next build]] | *[[May 6 2023 build|Next build]] | ||
*[[Development Builds]] | *[[Development Builds]] | ||
Line 18: | Line 19: | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-5323-build/ Build: 5/3/23 build on the Skyscraper Simulator Forum] | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-5323-build/ Build: 5/3/23 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2023 Builds]] | |||
[[Category:Alpha 12 builds]] | [[Category:Alpha 12 builds]] |
Latest revision as of 13:59, 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 mainly has important bugfixes, some of those were reported. I found that the Mac version didn't treat filenames as case-insensitive, so I rebuilt Ogre with a newer version with that option on, it should now work better with building add-ons (Ogre was upgraded on Mac from 13.6.2 to 13.6.4). Indicators now strip the direction character from sound filenames, so an indicator of "<A" will load "soundA.wav" if "sound*.wav" is specified. I fixed a number of Direction parameters in the code which were causing issues when capital letters were used.
Changelog:
- Add startingfloor check to floor indicator, to prevent a crash
- Added a small amount of interfloorheight to some of the Underground building floors, to fix shaft door opening issues
- Don't use direction characters in sound filenames
- Make direction parameter in Button Panels lowercase, this fixes issues where the panel wouldn't be created if capital letters were used
- Allow calling elevator from the same floor in the Elevator Editor
- (Simple - Callstation) Don't create both call button directions on end floors
- Mac version was rebuilt for the case-insensitive option