Aline Bee

Results 6 issues of Aline Bee

Feature request: [ZDoom's `GAMEINFO` lump](http://zdoom.org/wiki/GAMEINFO) is a handy way for PWADs to specify which IWAD to load, along with any additional PWADs that should be sideloaded (e.g. BTSX2's `btsx_e2a.wad`.) Sadly...

feature request

Boxer attempts to capture OS X hotkeys that will interfere with games, like Ctrl+arrowkeys: ensuring the keypresses go to the DOS game instead of triggering system shortcuts. In order to...

Input

_(Another tracking issue/googlebait for a common Boxer 1.3.2 problem. This has been partially fixed in development versions, and a workaround is documented below for Boxer 1.3.2.)_ When importing some games,...

Game import

This is a tracking issue/googlebait for a problem that shows up in my inbox quite frequently. Boxer autodetects Sierra's early AGI-era games (e.g. King's Quest III, Space Quest II, Leisure...

Game import

_(This is a tracking issue/googlebait for a current limitation of Boxer, one which comes up frequently in my inbox.)_ Some older DOS games came on self-booting floppy disks, commonly called...

Game import

Currently YACYAML matches the single-character sequences `y/Y` and `n/N` as booleans, along with their more verbose equivalents (`true/false`, `YES/NO`, `on/off`…) This is correct as per [the YAML 1.1 spec](http://yaml.org/type/bool.html), which...