eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Current releases broken on MacOS 10.13 and 14 #32

Closed eventhorizon5 closed 1 year ago

eventhorizon5 commented 1 year ago

Skyscraper runs but doesn't currently work properly on MacOS versions before 10.15, possibly due to the Retina code fixes interfering on those versions. Previous releases (Alpha 10 and earlier) work fine. I'm not sure if anyone uses those versions of MacOS with Skyscraper, but I'll look into a fix.

The Skyscraper Mac builds currently have a build target of 10.13, since I intended to support those versions.

Issues: the start screen is broken but the buttons work, and while the simulator looks like it works fine, most things can't be clicked on properly.

eventhorizon5 commented 1 year ago

I just committed code that possibly fixes this issue, I need to test this later on the older MacOS versions. The changes also report the MacOS version on Skyscraper startup.

eventhorizon5 commented 1 year ago

This issue has been resolved.