Jeff Parsons
|
0fff0624e1
|
Merge branch 'master' into gh-pages
|
2017-06-22 12:56:32 -07:00 |
|
Jeff Parsons
|
1017f9becd
|
Software README updates
|
2017-06-22 12:56:19 -07:00 |
|
Jeff Parsons
|
f993017c97
|
Updated gh-pages version (and revised home page)
|
2017-06-22 12:24:52 -07:00 |
|
Jeff Parsons
|
0b6dd6059c
|
Merge branch 'master' into gh-pages
# Conflicts:
# apps/README.md
# disks/pcx86/README.md
|
2017-06-22 12:14:10 -07:00 |
|
Jeff Parsons
|
93ed399b81
|
Merge branch 'master' into gh-pages
# Conflicts:
# apps/README.md
# disks/pcx86/README.md
|
2017-06-22 12:12:18 -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
|
0e70629657
|
Website README updates
|
2017-06-21 16:56:40 -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
|
9c28299ef5
|
Website README updates
|
2017-06-21 16:17:29 -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
|
96fa64d77f
|
The W3C Validator says that "Using the meta element to specify the document-wide default language is obsolete", so let's remove it (it didn't fix Google's broken language assumption about the TopView page anyway)
|
2017-06-21 11:11:36 -07:00 |
|
Jeff Parsons
|
73c735401a
|
Merge branch 'master' into gh-pages
|
2017-06-21 10:51:41 -07:00 |
|
Jeff Parsons
|
b954bed327
|
Source maps should be checked in now, too
|
2017-06-21 10:51:26 -07:00 |
|
Jeff Parsons
|
e77e496e00
|
Merge branch 'master' into gh-pages
|
2017-06-21 10:48:49 -07:00 |
|
Jeff Parsons
|
921fe75d7d
|
autoType sequences no longer require double backslashes
|
2017-06-21 10:48:31 -07:00 |
|
Jeff Parsons
|
5355532a5d
|
Fixed Jekyll support for uncompiled PCjs apps
|
2017-06-21 10:29:56 -07:00 |
|
Jeff Parsons
|
7271046b1b
|
Fixed Jekyll support for uncompiled PCjs apps
|
2017-06-21 10:29:10 -07:00 |
|
Jeff Parsons
|
41e198f378
|
Removed unsightly comment from Jekyll template
|
2017-06-21 08:08:13 -07:00 |
|
Jeff Parsons
|
1fe9cb68b2
|
Merge branch 'master' into gh-pages
|
2017-06-20 15:58:47 -07:00 |
|
Jeff Parsons
|
27b5e68e94
|
Added directory listings to PCSIG08 shareware README
|
2017-06-20 15:56:29 -07:00 |
|
Jeff Parsons
|
3d27599635
|
Merge branch 'master' into gh-pages
|
2017-06-20 10:55:50 -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
|
785702eac3
|
Merge branch 'master' into gh-pages
|
2017-06-20 10:26:15 -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
|
95212cff3f
|
Automatically set the debugger property if an XML file in a "debugger" folder is selected (a convenience feature)
|
2017-06-19 09:11:39 -07:00 |
|
Jeff Parsons
|
e26f3b80e0
|
Merge branch 'master' into gh-pages
|
2017-06-19 09:00:26 -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
|
898888ee05
|
Merge branch 'master' into gh-pages
|
2017-06-17 22:05:22 -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
|
84c97a909e
|
Merge branch 'master' into gh-pages
|
2017-06-17 17:44:02 -07:00 |
|
Jeff Parsons
|
cb43a6b360
|
Fixed cancellation of key injection whenever a soft key is pressed
|
2017-06-17 17:43:43 -07:00 |
|