Author Topic: Build: 3/19/23 build  (Read 172 times)

Offline eventhorizon

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 389
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Build: 3/19/23 build
« on: March 19, 2023, 07:15:20 pm »
This build, which is the first of the 1.12 (Alpha 12) development releases, introduces a major new feature, the Sound Manager dialog window, which demonstrates Skyscraper's newer sound system that I designed a number of years ago.  Basically it lets you have a much more advanced amount of control over the sounds in the simulator.

The Triton Center's swimming pool's collider wasn't working anymore, this was fixed and the script guide has been updated to document the change for collider meshes.

A major crash that happened when deleting elevator objects has been fixed, it was caused by an out-of-order object deletion process, this mainly prompted an update release for Alpha 11.

I added more verbose messages for sound processing, for debugging.

I added an INI file setting to enable or disable the frame statistics on the top right of the screen.

I have an old Macbook Pro (with a Retina screen) and tried booting Debian Linux on it but Skyscraper wouldn't display properly due to the scaling factor being at 200%.  This has been fixed in the code, and now Skyscraper works with different scaling factors on Linux, I haven't tested Windows yet for this, if it has a similar thing.

Downloads:
https://www.skyscrapersim.net

GitHub repository:
https://github.com/eventhorizon5/skyscraper

Script guide:
https://www.skyscrapersim.net/guide

Changelog:
-Updated guide to reflect collider filename change
-Upgraded the swimmingpool collider mesh format, and renamed it to a "collider.mesh" file in order to load properly
-Sizing fixes for CameraTexture dialog
-CameraTexture dialog fixes
-Fixed a crash when deleting elevator objects
-Added verbose messages to soundsystem and sounds
-Fix for the sound's GetSpeed() function
-new Sound Manager dialog
-Added an INI file setting to enable or disable the frame statistics on startup
-Render window now resizes properly on Linux when the scaling factor is not 100%
« Last Edit: March 28, 2023, 02:20:53 pm by eventhorizon »

Share on Facebook Share on Twitter


Offline QuarioQuario54321

  • Contributor Level I
  • *
  • Posts: 152
  • Location: Michigan, United States
    • View Profile
Re: New build: 3/19/23 build
« Reply #1 on: March 19, 2023, 09:41:26 pm »
Are this and Alpha 11 update 1 the same build?

Offline eventhorizon

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 389
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Re: New build: 3/19/23 build
« Reply #2 on: March 19, 2023, 11:07:08 pm »
Are this and Alpha 11 update 1 the same build?

No, the 3/19/23 build (development branch) has both the features and bugfixes, Alpha 11 Update 1 (release branch) is just the bugfixes only.