Skip to content

v2.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 18:28

Opening on macOS

No paid Apple Developer account yet, so the macOS build is ad-hoc signed but not
notarized. On first launch Gatekeeper may say "XSpaceWar-AI is damaged and can't
be opened."
It is not damaged — macOS just quarantines un-notarized downloads.
Clear the quarantine flag in Terminal and it opens normally:

xattr -dr com.apple.quarantine /path/to/XSpaceWar-AI.app

Right-click → Open (and System Settings → Open Anyway) do not clear the
"damaged" warning — only the command above does.

What's Changed

  • Issue sweep: net DoS hardening + sim/ai/render refactors + InputMap routing by @CryptoJones in #27

New Contributors

Full Changelog: v2.2.0...v2.3.0