Commit graph

2,559 commits

Author SHA1 Message Date
Jeff Parsons
1ce03810d3 Added support for (attempting to) suppress alerts that are meaningless if the user has aborted a machine by exiting the page before it was done loading 2017-06-22 15:53:34 -07:00
Jeff Parsons
986105b733 Software README updates 2017-06-22 13:12:35 -07:00
Jeff Parsons
1017f9becd Software README updates 2017-06-22 12:56:19 -07:00
Jeff Parsons
34b1b756e2 Machines specifying a background color can (and should) now specify "default", allowing the color to be modified in one place (currently components.xsl) instead of a bazillion XML machine files 2017-06-22 12:09:07 -07:00
Jeff Parsons
9626fed7c2 Got rid of more app-specific demo machines (eg, DONKEY and WIN101); demos like that are more properly located in either the /apps or /disks folders (not /devices) 2017-06-22 12:03:52 -07:00
Jeff Parsons
36933ef598 The DONKEY.BAS demo should use autoMount settings now 2017-06-21 19:37:33 -07:00
Jeff Parsons
857c82dfd3 Updated the manifest for the PC-DOS 1.10 disk (and shrank the JSON-encoded image a bit) 2017-06-21 19:33:53 -07:00
Jeff Parsons
50fe1793bb Updated the manifest for the PC-DOS 0.90 disk 2017-06-21 19:27:30 -07:00
Jeff Parsons
80d2c3a334 Updated the manifest for the PC-DOS 1.00 disk (and shrank the JSON-encoded image a bit) 2017-06-21 19:20:54 -07:00
Jeff Parsons
0197d8f617 Updated the manifest for the PC-DOS 0.90 disk (and shrank the JSON-encoded image a bit) 2017-06-21 18:27:14 -07:00
Jeff Parsons
6d527d2e46 Fixed size calculation in DiskDump's updateManifest() 2017-06-21 18:23:19 -07:00
Jeff Parsons
0b6cf80c88 Added buildManifestInfo() to populate disk manifests with file information when the files are available locally 2017-06-21 18:04:56 -07:00
Jeff Parsons
b671b086ce Website README updates 2017-06-21 16:55:12 -07:00
Jeff Parsons
52ef31c0f3 Website README updates 2017-06-21 16:18:21 -07:00
Jeff Parsons
1fd2b8e0f3 Disk README updates 2017-06-21 16:12:28 -07:00
Jeff Parsons
6fd2a3bcb6 Started work on v1.35.1 2017-06-21 11:18:02 -07:00
Jeff Parsons
b954bed327 Source maps should be checked in now, too 2017-06-21 10:51:26 -07:00
Jeff Parsons
921fe75d7d autoType sequences no longer require double backslashes 2017-06-21 10:48:31 -07:00
Jeff Parsons
27b5e68e94 Added directory listings to PCSIG08 shareware README 2017-06-20 15:56:29 -07:00
Jeff Parsons
5a92c57acd Fixed the last remaining autoMount override holdouts; the new way for a page to prevent a machine from autoMount'ing a diskette in a drive is to explicitly list that drive with a diskette 'name' property of "None"; the old syntax ("autoMount: ''") was a kludge, because it was using an empty string ('') as a way of defining an empty autoMount object, and there was no way to disable autoMount'ing for just one drive. 2017-06-20 10:55:28 -07:00
Jeff Parsons
07b330bc66 The Disk component needed improved handling of disk images containing sectors with no 'data' or 'byte' arrays, the Disk restore code needed to stop complaining about disk mismatches when there was no previous disk, and Disk notice() and println() calls (including those made on its behalf; eg, from assert() calls) needed to be passed through to the controller that called it. Also, since the PC-DOS 1.x disk images were changed recently to include BPBs, machines that use those disks and have a machine state file needed their state file updated (eg, the DONKEY.BAS demo). 2017-06-20 10:24:51 -07:00
Jeff Parsons
3d8b29223b The Disk component needed improved handling of disk images containing sectors with no 'data' or 'byte' arrays, the Disk restore code needed to stop complaining about disk mismatches when there was no previous disk, and Disk notice() and println() calls (including those made on its behalf; eg, from assert() calls) needed to be passed through to the controller that called it. Also, since the PC-DOS 1.x disk images were changed recently to include BPBs, machines that use those disks and have a machine state file needed their state file updated (eg, the DONKEY.BAS demo). 2017-06-20 10:24:07 -07:00
Jeff Parsons
2a6d2e079f Moved shareware manifest 2017-06-19 23:47:02 -07:00
Jeff Parsons
dc82650adb Moved shareware manifest 2017-06-19 23:45:31 -07:00
Jeff Parsons
96e3c4a060 Shareware diskette images added 2017-06-19 23:39:22 -07:00
Jeff Parsons
4e0d3d46da Fixed root directory check to ensure we don't select a disk format with too few root directory entries 2017-06-19 18:12:33 -07:00
Jeff Parsons
fb57561660 Fixed disk size calculation, ensuring that the disk size we select for a collection of files will actually work (including cluster overhead) 2017-06-19 16:06:58 -07:00
Jeff Parsons
187e09dd48 Automatically set the debugger property if an XML file in a "debugger" folder is selected (a convenience feature) 2017-06-19 09:00:03 -07:00
Jeff Parsons
d527e1bbe3 Updated the VisiCalc demo with an autoType sequence, a fresh disk image, new state file, and reference cards; also, updated autoType support to cancel autoType if a saved machine state is loaded 2017-06-19 08:48:42 -07:00
Jeff Parsons
5e0e5b7256 Updated the VisiCalc demo with an autoType sequence, a fresh disk image, new state file, and reference cards; also, updated autoType support to cancel autoType if a saved machine state is loaded 2017-06-19 08:48:10 -07:00
Jeff Parsons
935ece2c26 For those machines that don't need to autoMount a diskette either in drive A or drive B, explicitly indicate so (it will also save a tiny bit of load time) 2017-06-17 22:05:07 -07:00
Jeff Parsons
6d019e7d9d Fixed autoMount overrides (formerly, machines that wanted to override the diskette autoMount settings for a machine would set "autoMount: ''", but that was a sledgehammer solution, especially when the goal was merely to prevent a diskette from being loaded in drive A; the preferred solution now is to set "autoMount: A: None", allowing the rest of the machine's autoMount settings, if any, to remain intact) 2017-06-17 21:30:03 -07:00
Jeff Parsons
cb43a6b360 Fixed cancellation of key injection whenever a soft key is pressed 2017-06-17 17:43:43 -07:00
Jeff Parsons
dbc21c3d85 autoType sequences must continue using double-backslashes for escaped characters 2017-06-17 11:23:38 -07:00
Jeff Parsons
fd3348f907 Added an autoType sequence to the RatBas demo 2017-06-17 10:56:22 -07:00
Jeff Parsons
b2d6e254ac DiskDump updates 2017-06-17 09:54:32 -07:00
Jeff Parsons
86cadeec0b Updated ADVENTMATH disk 2017-06-17 09:09:44 -07:00
Jeff Parsons
1236452ef4 Added RatBas files 2017-06-16 18:12:05 -07:00
Jeff Parsons
71c8490363 Added RatBas files 2017-06-16 18:11:26 -07:00
Jeff Parsons
947f50f277 Reordered function keys 2017-06-15 22:11:39 -07:00
Jeff Parsons
4fdc17b6aa Added markdown file for future RatBAS software retrospective 2017-06-15 21:28:55 -07:00
Jeff Parsons
8f8082d170 Stop keyboard injection as soon as any real keyboard activity is detected 2017-06-15 16:48:12 -07:00
Jeff Parsons
6e6e95eb1f Updated information on fixed disk images v1.35.0 2017-06-15 16:34:43 -07:00
Jeff Parsons
21e252b2b9 Updated v1.35.0 files 2017-06-15 16:04:10 -07:00
Jeff Parsons
d5b21be782 Updated v1.35.0 files 2017-06-15 16:03:05 -07:00
Jeff Parsons
f0f3d8fa42 Added v1.35.0 files 2017-06-15 15:12:30 -07:00
Jeff Parsons
f6fc85e225 New blog post: Adventures in Archiving 2017-06-15 14:39:08 -07:00
Jeff Parsons
a1fced4f3c Updated "Adventures in Math" README 2017-06-15 09:57:02 -07:00
Jeff Parsons
37eab35953 Updated DiskDump comments 2017-06-15 09:19:47 -07:00
Jeff Parsons
5285e78f1f Updated "Adventures in Math" README 2017-06-15 09:09:35 -07:00