Boxer
Boxer copied to clipboard
The DOS game emulator that's fit for your Mac.
First, thanks for taking the time to maintain this fork. I built a release build of Boxer using Xcode's Archive functionality. App appears to work fine and games play without...
There's a crash on exit due to Key-value observing not being happy: ```` 2021-04-05 12:35:41.568218-0600 Boxer[13480:13258843] [General] Cannot remove an observer for the key path "currentFrame.scaledResolution" from , most likely...
The graphics smoothing capabilities of Boxer are amazing. They improve the graphics by at least ten years. However, smoothing does not do wonders for blocky text, and it seems that...
Mac mini, 16 GB Ram, 1 TB SSD, Big Sur 11.1/2 After installing the Boxer binary build, we fired up some old games to give them a try. Games, such...
First of all thank you for your work! I compiled the app with no errors following the instructions. Checking 'Optimize for newer games' in a dos prompt crashes the app...
@MaddTheSane , Do you, or would you be interested in adding a Cocoa + XCode UI frame for Boxer (and by extension, dosbox-staging)? We understand macOS's shortcut key-manager doesn't work...
We've experienced an issue where SDL2 by default was blocking macOS systems from idling (also affected other platforms too): https://github.com/dosbox-staging/dosbox-staging/issues/630 Curious if Boxer users have hit this, and/or if you're...
To get code signing to work on CI, I recommend setting up [fastlane match](https://docs.fastlane.tools/actions/match/) which creates and encrypts code signing certificates in a separate git repo. Then you store the...
Is there a possibility to support [DOSBox-X](https://dosbox-x.com) ?
I am trying to understand why CI is not working. It has something to do with release vs debug builds This command succeeds: ``` xcodebuild -derivedDataPath ./build -workspace Boxer.xcworkspace -scheme...