2020-04-25 21:22:09 -04:00
2020-02-18 20:53:54 -05:00
2020-02-23 20:21:04 -05:00
2020-03-14 03:21:30 -04:00
2020-02-18 20:53:40 -05:00
2020-04-25 21:22:09 -04:00
2020-01-20 02:16:34 -05:00
2020-02-16 20:55:14 -05:00
2019-12-23 17:47:34 -05:00
2020-02-07 02:43:51 -05:00
2020-04-25 21:22:09 -04:00
2019-12-22 00:35:30 -05:00
2020-01-05 18:07:34 -05:00
2020-02-19 23:43:42 -05:00
2020-02-18 20:53:40 -05:00
2020-04-23 21:41:19 -04:00
2020-02-16 22:17:58 -05:00
2019-11-11 00:11:59 -05:00
2020-01-20 02:16:14 -05:00
2020-02-07 02:45:45 -05:00
2019-12-22 00:35:30 -05:00

Aerofoil is a collection of porting infrastructure to run Glider PRO.

It's divided into a few parts:
- PortabilityLayer: A static library that supports interaction with various vintage Mac-specific formats and API calls.  Some parts are capable of running by themselves, others require the support of drivers.
- Aerofoil:  This is the base application.  It loads drivers and loads the application.
- GpDisplayDriver_D3D11: Direct3D 11 display driver.
- GpAudioDriver_XAudio2: XAudio2 audio driver.
- GpApp: Glider PRO application DLL.


Other parts:
- CompileShadersD3D11: Compiles D3D11 shaders into C++ files containing the compiled shader data.
- ConvertColorCursors: Extracts color cursors and icons from the application resources and dumps them to .CUR and .ICO files.  Required because Windows has no API for creating color cursors at runtime.
- GliderProData: Glider PRO resource sources.
- hqx2bin: Converts BinHex to MacBinary (not really used any more)
- hqx2gp: Converts BinHex to .gpr, .gpd, and .gpf (resource fork data, data fork data, and Finder data, respectively)
- FTagData: Copies a data-only file to a .gpd and creates a .gpf for it
- PictChecker: Experimental app that extracts all of the PICT resources from all of the houses and dumps them to PNG.  Used to verify that the PICT loader works.
- MacRomanConverter: Micro-library that converts the Mac Roman character set to Unicode.

Aerofoil is intended to be primarily a straight port, retaining most of the look and feel of the original.

Planned additions:
- 32-bit color support (mainly matters for houses that have higher-resolution PICT resources)
- Resolution changes while the game is running
- Bring back the gray-to-color intro fade that was removed in later versions
- Gamepad support
Description
Multiplatform desktop/mobile/browser port of Glider PRO, the classic Macintosh paper airplane game
Readme 62 MiB
Languages
C 65.7%
C++ 17%
HTML 7.1%
Shell 2.3%
Objective-C 2%
Other 5.7%