Commit Graph

1229 Commits

Author SHA1 Message Date
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
e55f239158 Found a file tagged as Integer that was actually text (D2), making length ridiculous. Corrected. 2025-08-07 11:08:35 -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
A2 Geek
c68f0468b8 Merge pull request #164 from AppleCommander/feature/little-fixup
Feature/little fixup
2025-08-06 16:12:37 -05:00
Rob Greene
71fd8a8ce6 The needless constructor bothered me. ;-) 2025-08-06 16:03:29 -05:00
Rob Greene
45a1c351ce Replaced a deprecating api for SWT Image. 2025-08-06 16:03:29 -05:00
A2 Geek
ceadbe3d99 Merge pull request #161 from AppleCommander/dependabot/gradle/com.google.code.gson-gson-2.13.1
Bump com.google.code.gson:gson from 2.8.9 to 2.13.1
2025-08-06 14:55:30 -05:00
dependabot[bot]
0c29c49302 Bump com.google.code.gson:gson from 2.8.9 to 2.13.1
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.8.9 to 2.13.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.8.9...gson-parent-2.13.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-06 19:54:00 +00:00
A2 Geek
ff08eeaab0 Merge pull request #162 from AppleCommander/dependabot/gradle/org.apache.commons-commons-csv-1.14.1
Bump org.apache.commons:commons-csv from 1.8 to 1.14.1
2025-08-06 14:53:04 -05:00
Rob Greene
4bb38b3707 Adding duplicates strategy. 2025-08-06 14:50:03 -05:00
A2 Geek
a8d20f0bcd Merge pull request #163 from AppleCommander/dependabot/gradle/junit-junit-4.13.2
Bump junit:junit from 4.13.1 to 4.13.2
2025-08-06 14:41:49 -05:00
Rob Greene
f1ef40dab1 Pulling in the UniDOS an OzDOS adapters from prior work. 2025-08-05 22:11:50 -05:00
Rob Greene
d8486a89ae Adding DiskCopy image support. 2025-08-05 13:33:00 -05:00
Rob Greene
c2cce60ea9 Adding 2IMG "Universal Disk Image" as a Source type. 2025-08-05 12:23:18 -05:00
Rob Greene
70b6743ae5 Migrating conventional "images" into a dedicated package. Note that they don't necessarily conform to a specific interface. 2025-08-05 11:15:22 -05:00
Rob Greene
43258fd7c8 Adding BlockDevice, experimenting with Geometry, translating between DOS-ordered disks to ProDOS-ordered. 2025-08-04 19:47:57 -05:00
dependabot[bot]
9cf58034b0 Bump junit:junit from 4.13.1 to 4.13.2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13.1...r4.13.2)

---
updated-dependencies:
- dependency-name: junit:junit
  dependency-version: 4.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 18:15:34 +00:00
Rob Greene
be874ace62 Adding support for WOZ images along with incremental improvements for supporting components. 2025-08-04 12:57:16 -05:00
Rob Greene
7625a19e39 Fixing bug for 6&2 decoding - was trying to populate the sector as 410 bytes instead of 256. 2025-08-04 12:56:16 -05:00
dependabot[bot]
f661f97c91 Bump org.apache.commons:commons-csv from 1.8 to 1.14.1
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.8 to 1.14.1.
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-csv/compare/rel/commons-csv-1.8...rel/commons-csv-1.14.1)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  dependency-version: 1.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 17:45:15 +00:00
Rob Greene
31535a9c4b Adding 5&3 and 6&2 codecs, making NibbleImage function with new structures. 2025-08-03 15:39:25 -05:00
Rob Greene
4891358f6a Very preliminary ideas. CapabiltyProvider, BlockDevice/TrackSectorDevice, and some supporting classes with the hopes of better reusability and layers. 2025-08-02 17:03:44 -05:00
A2 Geek
b1480851f1 Merge pull request #160 from AppleCommander/toil/upgrade-gradle-and-cleanup
Toil/upgrade gradle and cleanup
2025-08-01 09:46:31 -05:00
Rob Greene
112051f743 Dropping conversion to pre-Java 8 scripts. We're way past that. 2025-08-01 09:28:55 -05:00
Rob Greene
9cf8f829fc Bumped to Gradle 8.14.2. 2025-08-01 09:25:36 -05:00
A2 Geek
c29452d6c2 Merge pull request #157 from AppleCommander/dependabot/gradle/org.apache.ant-ant-1.10.15
Bump org.apache.ant:ant from 1.9.16 to 1.10.15
2025-08-01 09:16:38 -05:00
dependabot[bot]
820e86695a Bump org.apache.ant:ant from 1.9.16 to 1.10.15
Bumps org.apache.ant:ant from 1.9.16 to 1.10.15.

---
updated-dependencies:
- dependency-name: org.apache.ant:ant
  dependency-version: 1.10.15
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 14:14:57 +00:00
A2 Geek
ad1de95d73 Merge pull request #156 from AppleCommander/dependabot/gradle/info.picocli-picocli-4.7.7
Bump info.picocli:picocli from 4.6.2 to 4.7.7
2025-08-01 09:14:49 -05:00
dependabot[bot]
98493d4287 Bump info.picocli:picocli from 4.6.2 to 4.7.7
Bumps [info.picocli:picocli](https://github.com/remkop/picocli) from 4.6.2 to 4.7.7.
- [Release notes](https://github.com/remkop/picocli/releases)
- [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md)
- [Commits](https://github.com/remkop/picocli/compare/v4.6.2...v4.7.7)

---
updated-dependencies:
- dependency-name: info.picocli:picocli
  dependency-version: 4.7.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 14:12:50 +00:00
A2 Geek
e6f6e355dd Merge pull request #158 from AppleCommander/dependabot/gradle/org.apache.commons-commons-lang3-3.18.0
Bump org.apache.commons:commons-lang3 from 3.7 to 3.18.0
2025-08-01 09:12:26 -05:00
A2 Geek
50ca022043 Merge pull request #159 from AppleCommander/dependabot/gradle/swtVersion-3.130.0
Bump swtVersion from 3.123.0 to 3.130.0
2025-08-01 09:12:00 -05:00
A2 Geek
a7622b56c1 Merge pull request #155 from AppleCommander/dependabot/gradle/org.springframework.boot-3.5.4
Bump org.springframework.boot from 2.7.17 to 3.5.4
2025-08-01 09:11:07 -05:00
dependabot[bot]
bdf26ab934 Bump swtVersion from 3.123.0 to 3.130.0
Bumps `swtVersion` from 3.123.0 to 3.130.0.

Updates `org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64` from 3.123.0 to 3.130.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform.swt/commits)

Updates `org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64` from 3.123.0 to 3.130.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform.swt/commits)

Updates `org.eclipse.platform:org.eclipse.swt.gtk.linux.aarch64` from 3.123.0 to 3.130.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform.swt/commits)

Updates `org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64` from 3.123.0 to 3.130.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform.swt/commits)

Updates `org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64` from 3.123.0 to 3.130.0
- [Commits](https://github.com/eclipse-platform/eclipse.platform.swt/commits)

---
updated-dependencies:
- dependency-name: org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64
  dependency-version: 3.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64
  dependency-version: 3.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.platform:org.eclipse.swt.gtk.linux.aarch64
  dependency-version: 3.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.platform:org.eclipse.swt.gtk.linux.x86_64
  dependency-version: 3.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64
  dependency-version: 3.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 14:08:30 +00:00
dependabot[bot]
5caa6791c2 Bump org.apache.commons:commons-lang3 from 3.7 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.7 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 14:08:13 +00:00
dependabot[bot]
91f458e71c Bump org.springframework.boot from 2.7.17 to 3.5.4
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.17 to 3.5.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.17...v3.5.4)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-version: 3.5.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 14:08:05 +00:00
A2 Geek
0ea02f9324 Merge pull request #154 from AppleCommander/toil/dependabot-stuff-2
Alternate variable definition. Also set the version to be next snapshot.
2025-08-01 09:06:08 -05:00
Rob Greene
6c615321cf Alternate variable definition. Also set the version to be next snapshot. 2025-08-01 09:03:58 -05:00
A2 Geek
bc47f69cd1 Merge pull request #153 from AppleCommander/toil/tinker-with-dependabot-because-it-doesnt-work
Trying to get dependabot to function in this repository. There are a …
2025-08-01 08:36:41 -05:00
Rob Greene
feb613b5fd Trying to get dependabot to function in this repository. There are a few differences amongst the repositories, so doing this piecemeal. 2025-08-01 08:33:43 -05:00
A2 Geek
1b6be16471 Merge pull request #152 from AppleCommander/feature/java21
Bumping to Java 21.
2025-07-31 20:13:14 -05:00
Rob Greene
d799be9d14 Bumping to Java 21. 2025-07-31 20:10:43 -05:00
A2 Geek
139f724d05 Merge pull request #151 from AppleCommander/toil/cleanup-old-files
Toil/cleanup old files
2025-07-31 17:38:06 -05:00
Rob Greene
84ee266a44 Dropping TODO file. 2025-07-31 17:36:23 -05:00
Rob Greene
87bda3fc77 Dropping the old Mac build components. Moved icon into lib/ac-swt-common/src/main/resource/mac folder. 2025-07-31 17:29:26 -05:00
Rob Greene
8e20378ef4 Removing the old ant-build directory. Moved the default boot sector into the lib/ac-api/main/asm folder. 2025-07-31 17:21:45 -05:00
Rob Greene
3f673fabbb Got publishing to work and updated the docs for it. 2025-07-31 13:36:25 -05:00
Rob Greene
da0fdcc659 Upgrading to Gradle 8.13. What a pain! ;-) 1.10.1 2025-07-31 09:59:49 -05:00
Rob Greene
5df08e2117 Bumping version. 2025-07-31 09:26:49 -05:00