Author Topic: Build: 9/28/24 build  (Read 802 times)

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Build: 9/28/24 build
« on: September 28, 2024, 12:20:55 pm »
This build is a bugfix release, it fixes a major issue involving switching between engines/buildings.  The problem was that the older versions would remove the camera when detaching from a sim engine, but I found that I forgot to add the camera removal code line when rewriting a lot of the code.  The result is that it would end up with cameras active in multiple sim engines, which doesn't make sense, causing issues when switching engines.  This build also has the fixes that were put in place after the previous build was released.  This build also fixes an issue where the app would have errors when reloading a building with primitives in it.

For more information and screenshots of the recent features, see the related forum posts:
Primitives/shapes https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-92424-build/
VR support: https://skyscrapersimulatorforum.createaforum.com/download-skyscraper-simulator/new-build-92524-build/



Windows x64 Patch:
https://download.skyscrapersim.net/dev/patch-092824-x64.zip



Downloads:
Skyscraper: A first-person 3D virtual skyscraper simulator
skyscrapersim.net


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

Script guide:
skyscrapersim.net




Changelog:
-Delete prim objects in related destructors
-Make sure cameras are removed from the sim engine on detach
« Last Edit: October 06, 2024, 02:39:18 pm by eventhorizon »

Share on Bluesky Share on Facebook


Offline

  • Contributor Level I
  • *
  • Posts: 126
  • Nothing, or nothing you can see...
    • View Profile
Re: New build: 9/28/24 build
« Reply #1 on: September 28, 2024, 02:11:47 pm »
Nice fix. The Engine Context complexes are running fine now.
"The most realistic buildings will always be ones in real world."

Offline

  • Administrator
  • Contributor Level II
  • *****
  • Posts: 877
  • Location: Chicago, IL
    • View Profile
    • Ryan Thoryk's Website
Re: New build: 9/28/24 build
« Reply #2 on: September 28, 2024, 04:33:59 pm »
Nice fix. The Engine Context complexes are running fine now.

I'm glad it's working good for you now.  The fix for that big issue was interestingly enough a single short line of code:
https://github.com/eventhorizon5/skyscraper/commit/a3d84ce62e75458027cbfed5307d7307e5c93197