99 Commits

Author SHA1 Message Date
Rob Greene
4ca86ec6b7 Adding GraalVM native-image to 'ac' and 'acx'. 2025-08-25 19:58:23 -05:00
Rob Greene
03cd4a6e53 Allowing 'acx dump' command to handle a range of blocks or tracks and sectors. 2025-08-24 10:37:40 -05:00
Rob Greene
2a404079bd Merged Disk and FormattedDisk. Moved constants to DiskConstants class. 2025-08-23 19:20:04 -05:00
Rob Greene
f2346dfeec Clearing out one Disk constructor. 2025-08-23 16:16:09 -05:00
Rob Greene
887bb2fdcd Updating comparisons to use updated DiskDiff with FormattedDisk. 2025-08-23 15:25:56 -05:00
Rob Greene
2efacef00c Updating FileStreamer API to use FormattedDisks. 2025-08-23 13:09:21 -05:00
Rob Greene
f46b43ae67 First round of moving away from Disk constructor to using Disks and/or Sources. 2025-08-23 11:41:21 -05:00
Rob Greene
1e4c60611e Consolidating Disk constructors. 2025-08-23 09:49:03 -05:00
Rob Greene
5c02a9f742 Renaming diskImageManager to be source. 2025-08-23 08:55:09 -05:00
Rob Greene
a4747bebbb Extending hints to include origin of source (2IMG, DiskCopy, or the magical SHK unpack routine). Used in 'ac' to determine writability (?). 2025-08-22 16:02:47 -05:00
Rob Greene
b3bfc9b854 Extracting FilenameFilter to be an entity independent of Disk. 2025-08-22 14:10:51 -05:00
Rob Greene
7070a25511 Adding license to all the files missed before. 2025-08-22 13:08:20 -05:00
Rob Greene
a4ff88b6f1 Trying to get unit testing as an option to debug when Ant goes haywire. 2025-08-21 11:27:35 -05:00
Rob Greene
433e7a4655 Adding CP/M disk recognition routines. 2025-08-20 16:01:55 -05:00
Rob Greene
ba580f0d2c Noticed that "scan" missed case extensions (specifically Unix and presumably Mac), so altering glob creation to be "*.{[Dd][Ss][Kk],...}" instead of (the more readable) "*.{dsk,...}". 2025-08-20 11:28:18 -05:00
Rob Greene
ff30b7b05a Adding Gutenberg/WP DiskFactory. 2025-08-20 11:12:47 -05:00
Rob Greene
ef988df62a Adding RDOS DiskFactory. 2025-08-19 13:44:31 -05:00
Rob Greene
43b65f86e1 Adding NakedOS/Super-Mon; added a test cases for NakedOS; realized every Disk test can try reading _all_ files and they now do so. 2025-08-18 19:43:32 -05:00
Rob Greene
c1303c3ca0 Early draft of new Apple Pascal detection. 2025-08-18 15:14:29 -05:00
Rob Greene
debe51c06b Adding a bit more detail for degradation reports. For now, not optional. 2025-08-16 10:46:24 -05:00
Rob Greene
e6f4c6acc1 Working on discovery. Updated UniDOS config (it used to be given a dos-sector-ordered disk but now uses a prodos-ordered disk). 2025-08-15 22:24:43 -05:00
Rob Greene
3c529f8916 Typo. 2025-08-15 22:23:08 -05:00
Rob Greene
9ae22dc48a Apparently got rid of a function too early. Swapping in equivalent logic. 2025-08-15 13:06:06 -05:00
Rob Greene
de640a3c03 Two wrapped changes: (1) creating a ShrinkitSourceFactory to magically decode SHK/SDK/BXY files into a ProDOS image (removing that functionality from Disk) and (2) added DataBufferSource to support these generic images which (which also fit in with a lot of new images being created). 2025-08-14 19:21:05 -05:00
Rob Greene
2f48071ed4 Uncertain why the report had a default value -- stdout should be the default. 2025-08-12 19:21:10 -05:00
Rob Greene
a4b0c6079d Adding report capability to scan. 2025-08-12 16:37:44 -05:00
Rob Greene
70d161371f Minor refactoring to accomodate Ant tasks, since it seems to block ServiceLoader from working. 2025-08-10 19:08:14 -05:00
Rob Greene
f3bea76de5 Updating to JUnit 5. Primarily due to the parameterized tests being pretty nice. Also found one of the SWT Linux tests works now, so enabled it. 2025-08-10 14:29:32 -05:00
Rob Greene
3bbe418f1e Adding information for sources when requested ('acx info', 'ac -i', info tab in GUI). 2025-08-09 17:38:25 -05:00
Rob Greene
6525785405 Merge branch 'main' into feature/replace-order-with-device
# Conflicts:
#	lib/ac-api/src/main/java/com/webcodepro/applecommander/storage/Disk.java
2025-08-09 12:30:30 -05:00
Rob Greene
5beb6f9fa0 Removing ByteArrayImageLayout and the related UniversalDiskImageLayout in favor of Source (FileSource, DiskCopyImage, and UniversalDiskImage). 2025-08-08 19:22:47 -05:00
Rob Greene
f76d411e8c Updating logging and allowing report(s) to be written to a file. 2025-08-07 13:31:31 -05:00
Rob Greene
6739adb74e Correcting subdirectory handling (oops); adding exception message to unreadable files. 2025-08-07 13:11:43 -05:00
Rob Greene
ee758e6618 Adjusting CPM blocks to read. 2025-08-07 11:17:40 -05:00
Rob Greene
fdc1f1521a Revising to be a bit more fault-tolerant and keep pushing. 2025-08-07 11:04:10 -05:00
Rob Greene
058bc4182b Start of scan command. 2025-08-07 10:05:36 -05:00
Rob Greene
4bb38b3707 Adding duplicates strategy. 2025-08-06 14:50:03 -05:00
Rob Greene
d799be9d14 Bumping to Java 21. 2025-07-31 20:10:43 -05:00
Rob Greene
da0fdcc659 Upgrading to Gradle 8.13. What a pain! ;-) 2025-07-31 09:59:49 -05:00
Rob Greene
796631a9fb Allowing coordinates (T/S and blocks) to be specified as hex. 2025-07-28 15:59:41 -05:00
Rob Greene
8954b5b2d3 This corrects for a naming issue if the file is given on the command line; a full directory path causes issues. 2025-07-27 20:27:09 -05:00
Rob Greene
dca33021b7 Noticed a typo in CR code. 2025-07-13 12:19:14 -05:00
Rob Greene
5cd97c6d35 Fixing recursive acx copy. #130 2023-10-27 16:37:03 -05:00
Rob Greene
72f51be107 Fixing acx create disk with DOS format to mark tracks 0-2 as used. #129 2023-10-26 23:01:25 -05:00
Rob Greene
1c6bc6238b Fixing omission in 'acx copy' command where target directory is utterly ignored. #104 2023-10-26 18:53:09 -05:00
Rob Greene
745895d553 Updating error message on number conversion to remind uses that Unix shell quoting can come into play. #91 2023-10-25 18:51:35 -05:00
A2 Geek
da8358ee76 Merge pull request #98 from ThomasFok/feature/dump_65c02_support
acx - Dump Command Enhancements
2023-10-24 15:40:52 -05:00
Rob Greene
bdc60cad2c Adding default option for 'acx import' to use raw/binary. #122 2023-10-23 22:08:15 -05:00
Rob Greene
643de4b4b1 Correcting acx import from an AppleSingle file to setup binary address correctly. #108 2023-10-21 13:54:04 -05:00
A2 Geek
6064b52d41 Merge pull request #99 from ThomasFok/update_acx_readme
Update README.md
2023-02-19 19:16:05 -06:00