elasota
b36077965d
Demote scaled blit to TODO
2019-12-27 14:18:34 -05:00
elasota
751a60b580
Add StringToNum implementation
2019-12-27 14:18:20 -05:00
elasota
8ca4d17de7
Add debug trace IDs to ports
2019-12-27 14:18:05 -05:00
elasota
88fe873bbe
EOL fixes
2019-12-27 14:17:53 -05:00
elasota
3fc9f587d5
Fix ScanlineMaskBuilder being in the wrong filter
2019-12-27 14:17:32 -05:00
elasota
d0d3999bab
Change saved games from assert to TODO
2019-12-27 14:17:01 -05:00
elasota
48dda0664e
Fix banner text
2019-12-27 14:16:42 -05:00
elasota
7bc647b026
Get scoreboard bar working
2019-12-27 00:30:31 -05:00
elasota
48f01567f7
Fix EOL
2019-12-26 19:41:32 -05:00
elasota
87d112d187
Nudge scoreboard rects to positive coordinates (pending move to a different window)
2019-12-26 19:41:24 -05:00
elasota
97570693da
Add NumToString
2019-12-26 19:40:47 -05:00
elasota
843718a6c4
Fix air duct crash
2019-12-26 15:22:40 -05:00
elasota
501f36070a
Implement sound stop/flush (stopping boombox no longer asserts)
2019-12-26 13:32:54 -05:00
elasota
b9f1d5222f
Fix music mode change thread safety
2019-12-26 13:12:56 -05:00
elasota
c4e93b0ccf
Cleanup, add scanline mask builder
2019-12-26 12:58:58 -05:00
elasota
b10dda4a54
Fix paper shredder crash
2019-12-25 22:20:25 -05:00
elasota
ac3929fb1f
Keyboard input
2019-12-25 22:20:10 -05:00
elasota
5cb9b85396
Fix house data corruption, progress to first screen
2019-12-24 18:39:30 -05:00
elasota
3111609536
Menu work, move VOS queue interface
2019-12-24 02:35:24 -05:00
elasota
4c743c90b1
Update license
2019-12-23 19:16:45 -05:00
elasota
9aacfdfea7
Updated docs/licenses
2019-12-23 19:15:17 -05:00
elasota
9cab71365d
Remove .aps and .res files
2019-12-23 17:48:59 -05:00
elasota
08ca318d50
Reimport icons
2019-12-23 17:47:52 -05:00
elasota
6b2a0226a7
Remove unused files
2019-12-23 17:47:34 -05:00
elasota
7ab4c8960d
Add Roboto font, misc icons and text things
2019-12-23 17:43:10 -05:00
elasota
e089cabf98
Update ConvertResources to make the packaged dirs
2019-12-22 00:36:40 -05:00
elasota
eed82e2960
Add mouse cursor handling
2019-12-22 00:35:30 -05:00
elasota
8354d13a84
Add FreeType, progress to title screen
2019-12-21 18:40:17 -05:00
elasota
c9c6976344
Working up to start of menu loading
2019-12-12 23:37:40 -05:00
elasota
f7335a2c8b
Add FTagData tool so QuickTime movies use the same FS format as everything else
2019-12-12 23:36:45 -05:00
elasota
e368cf7235
More work. Audio driver works enough to play music now.
2019-12-11 00:51:42 -05:00
elasota
b1e8e11a56
Delete .bin files
2019-11-11 00:16:00 -05:00
elasota
60013308f4
Delete .idb files
2019-11-11 00:14:14 -05:00
elasota
bb73fc6831
Add .idb to gitignore
2019-11-11 00:12:34 -05:00
elasota
c8472f7295
Lots of stuff
2019-11-11 00:11:59 -05:00
John Calhoun
49a35bb15b
Added legal section to read me.
...
Added legal section to read me with reference to GLPv2.
2016-01-31 10:01:26 -08:00
John Calhoun
b4aaee93e0
License has full-text.
...
Replaced LICENSE file with GPLv2-LICENSE including full-text of license.
2016-01-31 09:58:23 -08:00
John Calhoun
8b2a88d3e3
GPL 2 or later
...
GPL 2 or later.
2016-01-31 08:12:32 -08:00
John Calhoun
b90212cb6e
Attempt to fix formatting.
...
Formatting was not displaying correctly in GitHub, trying again.
2016-01-30 08:26:31 -08:00
John Calhoun
d23155ef42
Added additional credits.
...
Thanks webbedspace for getting the list of authors.
2016-01-29 21:54:57 -08:00
John Calhoun
2fa0db4491
Switched license to GPL.
...
Switched license to GPL (I think).
2016-01-29 21:00:55 -08:00
John Calhoun
3f3801f017
Added license.
...
Added GPL license.
2016-01-29 19:47:36 -08:00
John Calhoun
797cbfb5fb
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:24:59 -08:00
John Calhoun
b54548f889
Binhex'ed the house files.
...
Used ‘binhex encode’ from the command line to convert the Glider house
files into a form that GitHub will consume. You will need to binhex
decode to use.
2016-01-29 07:15:33 -08:00
John Calhoun
2d29a41f10
Trying binhex.
...
When I used macbinary to convert the house file and commit to GitHub,
the resource fork was lost. Trying to binhex encode the file instead to
see if it all gets committed.
2016-01-29 07:01:33 -08:00
John Calhoun
147a1fb4cb
Ran macbinary on .rsrc file.
...
GitHub was showing zero bytes for the rsrc. (resource) file so I
macbinary encoded the file and appended .bin to it. You will have to
run macbinary to decode the resource file to recover it.
2016-01-28 22:24:02 -08:00
John Calhoun
7a70d18ba6
First check-in.
...
Sources for Glider PRO, a Macintosh game written by John Calhoun and
published by Casady & Greene, Inc. I believe it was using CodeWarrior
IDE to create a fat (68K and PowerPC) binary.
2016-01-28 08:10:38 -08:00
softdorothy
350db52860
Initial commit
2016-01-28 08:07:23 -08:00