Commit Graph

140 Commits

Author SHA1 Message Date
A2 Geek 5981f65db1
Merge pull request #30 from AppleCommander/dependabot/gradle/net.sf.applecommander-AppleCommander-1.9.0
Bump net.sf.applecommander:AppleCommander from 1.8.0 to 1.9.0
2023-11-08 23:57:41 -06:00
dependabot[bot] 459394d1a9
Bump net.sf.applecommander:AppleCommander from 1.8.0 to 1.9.0
Bumps [net.sf.applecommander:AppleCommander](https://github.com/AppleCommander/AppleCommander) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/AppleCommander/AppleCommander/releases)
- [Commits](https://github.com/AppleCommander/AppleCommander/compare/1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: net.sf.applecommander:AppleCommander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 00:13:48 +00:00
Rob Greene 3d936a435c Fixing Maven publish artifactId. 2023-10-31 18:27:37 -05:00
Rob Greene 797224c65a Bumping minor version since there is an enhancement. 2023-10-30 12:59:39 -05:00
Rob Greene 87336e7d97 Fixing typo. 2023-10-30 12:59:09 -05:00
Rob Greene c55b15b505 Merge remote-tracking branch 'origin/master' 2023-10-30 12:53:57 -05:00
Rob Greene 5e72a68c42 Adding a "wrapper" capability to help with DOS rewriting application. #24 2023-10-30 12:53:33 -05:00
Rob Greene 778c094b7b Adding a "wrapper" capability to help with DOS rewriting application. #124 2023-10-29 22:43:32 -05:00
Rob Greene 089356a3a2 Adding note regarding DOS vs ProDOS for '$embed'. #24 2023-10-29 14:38:15 -05:00
Rob Greene 02269e8abb Using the same version of Gradle across all AppleCommander projects. #21 2023-10-29 14:35:21 -05:00
Rob Greene ca87be4733 Updating version of Picocli. 2023-10-29 13:55:46 -05:00
A2 Geek 848468ed21
Merge pull request #26 from AppleCommander/dependabot/gradle/net.sf.applecommander-AppleCommander-1.8.0
Bump net.sf.applecommander:AppleCommander from 1.4.0 to 1.8.0
2023-10-29 13:48:36 -05:00
A2 Geek f61fdbac27
Create gradle.yml 2023-10-29 13:45:29 -05:00
Rob Greene d84d4ca1e8 Correcting call when moving to call the move code instead of the embedded code. Related to #24. 2023-10-29 13:41:44 -05:00
Rob Greene 81e1fa0ce3 Bumping to next snapshot version. 2023-10-29 13:41:08 -05:00
dependabot[bot] 8e8bf72618
Bump net.sf.applecommander:AppleCommander from 1.4.0 to 1.8.0
Bumps [net.sf.applecommander:AppleCommander](https://github.com/AppleCommander/AppleCommander) from 1.4.0 to 1.8.0.
- [Release notes](https://github.com/AppleCommander/AppleCommander/releases)
- [Commits](https://github.com/AppleCommander/AppleCommander/commits/1.8.0)

---
updated-dependencies:
- dependency-name: net.sf.applecommander:AppleCommander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:54:35 +00:00
A2 Geek baabfead2c
Merge pull request #25 from AppleCommander/dependabot/gradle/net.sf.applecommander-applesingle-api-1.2.2
Bump net.sf.applecommander:applesingle-api from 1.2.1 to 1.2.2
2023-10-28 12:53:45 -05:00
A2 Geek d59a033550
Merge pull request #29 from AppleCommander/dependabot/gradle/junit-junit-4.13.2
Bump junit:junit from 4.12 to 4.13.2
2023-10-28 12:53:19 -05:00
dependabot[bot] 013790a610
Bump junit:junit from 4.12 to 4.13.2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:51:54 +00:00
dependabot[bot] 9f657dc531
Bump net.sf.applecommander:applesingle-api from 1.2.1 to 1.2.2
Bumps [net.sf.applecommander:applesingle-api](https://github.com/AppleCommander/applesingle) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/AppleCommander/applesingle/releases)
- [Commits](https://github.com/AppleCommander/applesingle/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: net.sf.applecommander:applesingle-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-28 17:51:37 +00:00
A2 Geek 06eddc96c6
Create dependabot.yml 2023-10-28 12:51:19 -05:00
A2 Geek 814f199782
Merge pull request #22 from ryandesign/patch-1
Fix typo in README-TOKENIZER.md
2021-10-29 23:06:31 -05:00
Ryan Schmidt 9fbbcc5b81
Fix typo in README-TOKENIZER.md 2021-10-01 18:08:36 -05:00
Rob Greene bcfa634f7b Marking most of this class as private to prevent API poisoning.
Preparation for #43.
2020-11-25 12:38:31 -06:00
Rob Greene 71f28fccc0 First round of updates. Leaving publication and the mainClassName
reference for later. #21
2020-11-24 19:36:34 -06:00
Rob Greene 983d8d06f1 Bumping version. 2019-09-02 21:12:43 -05:00
Rob Greene 1471521271 Bumping version. 2019-09-02 21:08:05 -05:00
Rob Greene f729ef7c6d Displaying a more intelligent error message with invalid tokens in the
input stream. #20
2019-09-02 21:07:52 -05:00
A2 Geek cc12f7ccba
Merge pull request #19 from KrisKennaway/master
Support parsing '?' tokens, which is a shorthand for 'PRINT'.
2019-09-01 14:58:42 -05:00
kris 7939985f89 Add a comment explaining what is going on 2019-07-20 15:54:34 -05:00
kris f7b5b050dd Support parsing '?' tokens, which is a shorthand for 'PRINT'. 2019-07-20 15:52:01 -05:00
Rob Greene 801ce68525 Updating README to include current help text. 2018-11-21 15:15:23 -06:00
Rob Greene ceecbd49fa Tweaking to handle empty lines a bit better for #18. 2018-11-21 14:34:03 -06:00
Rob Greene c43baf9c15 Updating version referenced in README. 2018-11-21 14:28:56 -06:00
Rob Greene 6989a186e6 Testing a few other types of input. 2018-11-21 14:28:27 -06:00
Rob Greene 722fee2b6d Reordered the erase to do the sub before the depthcharge. 2018-07-16 22:21:15 -05:00
Rob Greene 4c779f45e9 Restructured source code: long variable names, multi-line, a bit of
commenting.
2018-07-16 22:17:38 -05:00
Rob Greene 9078361a18 Adding an optimization to shorten variable names to 1 or 2 characters.
This allows more useful variable names in the program.
2018-07-16 22:16:59 -05:00
Rob Greene b84896c8cf Allowing a line continuation character of "\" with a newline immediately
after the "\" character.
2018-07-16 22:16:03 -05:00
Rob Greene 070b9371ec Allowing a ' to begin a full-line comment; cannot be used within a
continued line.
2018-07-16 22:14:27 -05:00
Rob Greene 1ae29b4488 Fixed a couple of bugs. 2018-07-15 19:46:27 -05:00
Rob Greene e20a9c03e0 Decided that exempting "A=150" wasn't really getting anywhere. If that's
in a loop, that 150 should be pre-assigned to a "constant".
2018-07-15 18:03:13 -05:00
Rob Greene adc60b9d41 Renamed code, finished it up with an intro screen. 2018-07-15 18:02:29 -05:00
Rob Greene 35b02d96dc Adding ability to import external shape files via shape generator. 2018-07-14 23:25:55 -05:00
Rob Greene 53b8575d3b Adding sub explosions. 2018-07-14 16:48:12 -05:00
Rob Greene fde074ccdc Dealing with a circular pattern in the computed mark address. 2018-07-14 16:47:16 -05:00
Rob Greene 87c5930b0c Added subs and collision detection. 2018-07-13 23:16:19 -05:00
Rob Greene a35ab37419 Only 1 depth charge redraws per loop. 2018-07-13 22:22:10 -05:00
Rob Greene ba55fc2aaf Multiple depth charges. 2018-07-13 21:22:22 -05:00
Rob Greene 486016d7d6 Tweaking logic (again) to more correctly reassign line numbers. 2018-07-13 21:21:59 -05:00