August 24 2024 build: Difference between revisions
Jump to navigation
Jump to search
Elevator1512 (talk | contribs) m (Text replacement - "Category:Development Builds" to "Category:Development Builds Category:2024 Builds") |
Elevator1512 (talk | contribs) mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
One thing I'm working on is the ability to stack sim engines vertically, I thought this would work, but currently has issues. | One thing I'm working on is the ability to stack sim engines vertically, I thought this would work, but currently has issues. | ||
'''Changelog:''' | |||
#added support for joysticks | |||
#Added AddElevatorIDSigns command (MultiMonorail) | |||
#Added joystick config file support | |||
#new CMake build system for Skyscraper | |||
#Have the keypad indicator display an error if a floor hasn't been selected due to different factors (MultiMonorail) | |||
#Fixed LimitQueue portion of Requested() function | |||
#removed ogre patch | |||
#removed old bullet patch | |||
#Prevent a floor request if the elevator is passing or departing the related floor | |||
#Fixed an issue where the Requested() function's LimitQueue code would prevent opposite-direction calls when the related queue was empty | |||
== See also == | == See also == | ||
* [[August 16 2024 build|Previous build]] | * [[August 16 2024 build|Previous build]] | ||
* Next build | * [[September 19 2024 build|Next build]] | ||
* [[Development Builds]] | * [[Development Builds]] | ||
== External links == | == External links == | ||
* [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-82424-build/ | * [https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-82424-build/ Build: 8/24/24 build on the Skyscraper Simulator Forum] | ||
[[Category:Development Builds]] | [[Category:Development Builds]] | ||
[[Category:2024 Builds]] | [[Category:2024 Builds]] | ||
[[Category:Beta Builds]] | [[Category:Beta Builds]] |
Latest revision as of 15:41, 8 October 2024
It contains good-faith information, such as an existing building or content. |
It contains good information related to Skyscraper Simulator. |
This build has a number of fixes and new features. I added joystick support, so if you have a joystick, you can try it out now. Currently Skyscraper only supports one joystick at a time, but it can be configured in the joystick.ini file. MultiMonorail added the AddElevatorIDSigns command, used for destination dispatch. On Windows, I made a new build system for Skyscraper, using CMake, and I'll put the instructions online very soon on how to use it, I mainly made it to better support debugging on Windows.
One thing I'm working on is the ability to stack sim engines vertically, I thought this would work, but currently has issues.
Changelog:
- added support for joysticks
- Added AddElevatorIDSigns command (MultiMonorail)
- Added joystick config file support
- new CMake build system for Skyscraper
- Have the keypad indicator display an error if a floor hasn't been selected due to different factors (MultiMonorail)
- Fixed LimitQueue portion of Requested() function
- removed ogre patch
- removed old bullet patch
- Prevent a floor request if the elevator is passing or departing the related floor
- Fixed an issue where the Requested() function's LimitQueue code would prevent opposite-direction calls when the related queue was empty