Commit Graph

8 Commits

Author SHA1 Message Date
softdorothy d023891da7
Update README.md
Fix typo.
2021-05-03 20:05:03 -07:00
John Calhoun 13c850f5fe Replaced the binhex’ed files with derez'ed files.
Replaced the binhex’ed resource files (.rsrc) with derez'ed (.r) files.
To return them to .rsrc files you will need to rez them (a command line
tool part of X-Code).
2016-01-29 18:30:25 -08:00
John Calhoun f63a4d3322 Replaced the binhex'ed files derez'ed files.
Replaced the binhex’ed resource files (.rsrc) with derez'ed (.r) files.
To return them to .rsrc files you will need to rez them (a command line
tool part of X-Code).
2016-01-29 18:23:42 -08:00
John Calhoun 53eaf379a0 Removed empty files, converted to macbinary
Several files (projects, resource files, etc.) were ignored by GitHub
(or rather represented with empty files). I converted these with
macbinary and appended .bin extension to them. These files need to be
decoded with macbinary to use.
2016-01-28 22:19:20 -08:00
John Calhoun f3828d8595 Removed (empty) non-text files.
Removed (empty) non-text files (resource files, project files, etc.).
These were replaced with macbinary’ed files.
2016-01-28 22:10:08 -08:00
John Calhoun 60ef69815c Adding MacBinary encoded files.
Files that were not text files (resource files, projects, etc.) were
empty ion GitHub. Ran “macbinary encode” from Terminal to encode them
as text files. Files ending in .bin will need to be decoded with
machinery.
2016-01-28 22:07:52 -08:00
John Calhoun e178486ce8 Initial check-in
There was an effort to organize the files a little bit for presenting
in this repository. I hope I have included everything needed for both
Glider 4.05 and the Room Editor 1.0.3. The code is in Pascal — THINK
Pascal was used to build the original. I’m not sure how someone would
open the project files (or for that matter the resource files) these
days. Never mind there is also a .o file (SMS.a) representing a
statically linked library (from hand-coded 68K assembly) for doing
performant 4-channel sound on 68K Macs in the day (this was licensed
from Patrick Buckland — I’m sure he won’t mind my preserving it here
for posterity, right?). Art files, sound files of unknown format…. What
a joy it will be sleuthing through these files…. Enjoy.
2016-01-26 20:30:26 -08:00
softdorothy eb5f66eac4 Initial commit 2016-01-26 08:46:24 -08:00