August 24 2024 build: Difference between revisions

From Skyscraper Wiki
Jump to navigation Jump to search
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/ New build: 8/24/24 (Beta) build on the Skyscraper Simulator Forum]
* [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

This article is legitimate.
It contains good-faith information, such as an existing building or content.
This article describes a development build of Skyscraper Simulator.
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:

  1. added support for joysticks
  2. Added AddElevatorIDSigns command (MultiMonorail)
  3. Added joystick config file support
  4. new CMake build system for Skyscraper
  5. Have the keypad indicator display an error if a floor hasn't been selected due to different factors (MultiMonorail)
  6. Fixed LimitQueue portion of Requested() function
  7. removed ogre patch
  8. removed old bullet patch
  9. Prevent a floor request if the elevator is passing or departing the related floor
  10. Fixed an issue where the Requested() function's LimitQueue code would prevent opposite-direction calls when the related queue was empty

See also[edit | edit source]

External links[edit | edit source]