Commit Graph

885 Commits

Author SHA1 Message Date
Rob Greene 75b5396940 adding -v option; otherwise run in quiet mode #29 2020-01-20 14:49:35 -06:00
Rob Greene c6bb6c68f6 adding retrolamba based on script supplied by gungwald #29 2020-01-20 14:39:38 -06:00
Rob Greene 9e7019e245 bumping bastools version #36 2020-01-20 14:18:53 -06:00
Rob Greene 253ad08520 using new constructor mechanism #36 2020-01-20 14:18:28 -06:00
Rob Greene 9151c49983 updating to use #36 2020-01-20 14:15:43 -06:00
Rob Greene 78d72989e4 bumping copyright date #36 2020-01-20 14:14:30 -06:00
A2 Geek 26812111dc
Merge pull request #38 from david-schmidt/patch-1
Apple /// Business BASIC INSTR is not INSTR$
2019-10-28 21:02:06 -05:00
David Schmidt aa13824994
Apple /// Business BASIC INSTR is not INSTR$ 2019-10-28 09:31:02 -04:00
Rob Greene 2699b3cea6 Went through and did a pass on spell checking. #36 2019-10-06 19:40:19 -05:00
Rob Greene 711df891a9 Reverting some of the changes as the interfaces bleed outside of the
implementation. #36
2019-10-06 15:44:08 -05:00
Rob Greene 8fa9f64b6c Revamping AppleImage creation a bit. #36. 2019-10-06 13:43:44 -05:00
Rob Greene f1202a1c66 This should clean up all the `TextBundle#format` with array references.
#36
2019-10-06 13:17:46 -05:00
Rob Greene d54b14f797 Both TextBundle changes and DirectoryEntry change. #36
This is a change to the API, so bumping minor version as well. 1.6.0!
2019-10-06 13:09:17 -05:00
Rob Greene c82571df3c Unused code (for real this time!). #36 2019-10-06 13:07:24 -05:00
Rob Greene f8eef28cf6 Unused code. #36 2019-10-06 13:05:10 -05:00
Rob Greene 668547ad25 Noticed new Gradle projects have a newer structure; making changes to
reflect this. #36
2019-10-06 13:03:43 -05:00
Rob Greene 3b31a9385d Detecting Windows and disabling case insensitive file filters as they
aren't supported (or needed!). #35
2019-10-05 15:26:11 -05:00
Rob Greene 3187d016af Setting default filter index. #35 2019-10-01 19:07:05 -05:00
Rob Greene 608b222426 Updating a bit per comments in #30. 2019-09-30 19:58:02 -05:00
Rob Greene 4a3b00d226 Bumping version. 2019-09-29 18:13:01 -05:00
Rob Greene c26a8b0844 Adding a -ptx flag to load a text file with high bit cleared. #33 2019-09-29 18:11:41 -05:00
Rob Greene aa3e8ae22f Updating Gradle version. #30 2019-09-29 15:50:38 -05:00
Rob Greene 4406c705aa Bumping version. 2018-11-24 00:36:04 -06:00
Rob Greene 39fc60fc8b Ensuring bastools gets added into resulting JAR files. 2018-11-24 00:35:56 -06:00
Rob Greene 26ff14e0ea Resolving issue for API change in bastools. 2018-11-24 00:35:34 -06:00
Rob Greene c5ff4fb97d Adding '-pt' switch to import text with appropriate assumptions #27 2018-11-23 22:38:06 -06:00
Rob Greene a0a0c1ce74 Removing some files that have either moved or no longer apply. 2018-11-21 21:56:44 -06:00
Rob Greene 4942f1fdbc Bumping version/packaging of bastools. 2018-11-21 21:51:07 -06:00
Rob Greene b14b72476e Patching file extensions to include upper/lower case in filters. 2018-06-12 21:42:35 -05:00
Rob Greene 6915ada616 Moved tokenizer out to the bastokenizer project; GUI now recognizes and
utilizes an AppleSingle on import.
2018-06-08 22:18:41 -05:00
Rob Greene 6b1bdab366 Disabling SwtImage tests for Mac as they fail with 'Invalid thread access'. 2018-05-29 10:59:22 -05:00
Rob Greene 5a313bf9b8 Gradle tweak: fix for Oracle javadoc doclint strictness. 2018-05-29 10:58:23 -05:00
Rob Greene 061846dc96 Bumping applesingle version. 2018-05-28 22:40:39 -05:00
Rob Greene 7b65c2fc7b Switching to applesingle library. Closes #25. 2018-05-26 21:29:30 -05:00
Rob Greene 70c715bed9 Trying to remove signing dependencies when not signing. #24. 2018-05-09 21:57:24 -05:00
Rob Greene f3cecfd415 First draft of AppleSoft BASIC tokenizer for 'ac'. #23. 2018-05-08 21:40:47 -05:00
Rob Greene 275a0b8b68 Merge branch 'master' of git@github.com:AppleCommander/AppleCommander.git 2018-04-29 10:32:50 -05:00
Rob Greene c45fc75e24 Version should be marked as BETA. :-) 2018-04-29 10:31:57 -05:00
Rob Greene fb91f305a3 Bumping AppleCommander version and pulling in latest ShrinkItArchive
version.
2018-04-29 10:31:39 -05:00
A2 Geek c4f70c4c47
Merge pull request #22 from DevoKun/NewJpegLogos
Created new 150dpi RGB jpeg images with Shaston font
2018-03-31 17:12:49 -05:00
Devon Hubner cc4a6ea7db Created new RGB jpeg images with Shaston font 2018-03-28 22:10:08 -04:00
Rob Greene c71a777b8e Pulling notes over to this repository as well for publishing. 2018-03-10 00:34:50 -06:00
Rob Greene 7e6f82a933 Filtered on artifacts a bit cleaner... 2018-03-10 00:34:25 -06:00
Rob Greene c5a69c0673 Futzing with Gradle build. This seems to build the right POM, upload the right files, and build the JAR files correctly. 2018-03-10 00:21:09 -06:00
Rob Greene 41ac815c42 Cleaning up Javadoc warnings and errors; removed "createDirectory()"
method that maybe was part of the interface but no longer is (was
replaced by createDirectory(name) which remains).
2018-03-09 22:49:40 -06:00
Rob Greene 59bd38fcac Pulling out clone of ShrinkItArchive; blending it in the build process. Closes #21. 2018-03-08 21:31:22 -06:00
Rob Greene 1987164dc5 Adding 'dos' and 'as' to the AntTask. #20 2018-03-04 13:27:08 -06:00
Rob Greene 59a08d5146 Switching -cc65 over to -dos. If -cc65 used, a deprecation message is
displayed. #20
2018-03-03 12:31:00 -06:00
Rob Greene c93d7095a1 Resolved a OzDOS and UniDOS format issue. #12 2018-03-03 12:22:31 -06:00
Rob Greene 28e966db9f Using commons-lang to disable SWT GIF test for Linux. #12 2018-03-03 12:04:48 -06:00