May 9 2023 build

From Skyscraper Wiki
Jump to navigation Jump to search

This build is mainly a Mac update build, I made a number of fixes and reorganizations to it.

For all platforms, Skyscraper now reports the OS version on startup, and on Mac and Linux, the SBS banner is now properly displayed (it wasn't showing before), this was made possible by a wxYield() call before the startup pause. Also, source builds are now about twice as fast, since Skyscraper now uses precompiled headers to speed up the Ogre header processing.

For Mac systems:

  1. unpacking the DMG file is now faster due to me reverting to the default compression method.
  2. Skyscraper now works properly on MacOS 10.13 and 10.14, in case anyone is using those versions. 10.13 is the earliest the current build compilation supports.
  3. certain keys such as ";" (start new engine) and "[ and ]" (change zoom/FOV) now work properly on Mac
  4. fixes were made to the source builds on Mac, CMake now automatically copies the binary into the Bundle folder, and a script I made copies the libraries into the Frameworks folder, so now you just have to "make" and run, making builds and testing a lot easier.
  5. dylib libaries have been moved into the Frameworks folder instead of the MacOS/Libs folder, to follow a more Apple-like method.

Changelog:

  1. Use precompiled headers to speed up build
  2. Report OS version on startup
  3. Revert ContentScaleFactor value to 1.0 on MacOS versions earlier than 10.15
  4. Don't process "stuck key" fix on Mac systems
  5. Configure Skyscraper's binary to use the Bundle framework
  6. Automatically copy OgreBullet and SBS into bundle on Mac
  7. Add a wxYield() call before the sleep() call, to print the SBS banner properly on Mac and Linux
  8. Report on initialization complete
  9. Revert dmg compression to default on Mac builds (was previously bzip)

See also[edit | edit source]

External links[edit | edit source]