-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first try * Delete LineStringPlus.java * fixed random seed reset * remove Least Hops (abandoning idea) * updadting JTS * 7.59.0 * 7.59.1 remove extra translation * checking all language files for missing values * checking all language files for unused values * updating all translations to remove unused values. * PiCaptureAction translations cleaned up * update Action dependencies * added parse svg "viewbox" parameter read the svg viewbox. use this to display the SVG at it's original intended size. * 7.61.0 * Removed Donatello code * 7.62.0
- Loading branch information
1 parent
ed2c7ea
commit 2c97a3a
Showing
38 changed files
with
1,369 additions
and
8,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-java@v4.2.1 | ||
- uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
@@ -68,7 +68,7 @@ jobs: | |
|
||
- name: Deploy universal release | ||
if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' | ||
uses: WebFreak001/deploy-nightly@v3.1.0 | ||
uses: WebFreak001/deploy-nightly@v3.2.0 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions | ||
upload_url: ${{ env.UPLOAD_URL }} | ||
|
@@ -79,7 +79,7 @@ jobs: | |
max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted | ||
|
||
- name: Upload artifact for package | ||
uses: actions/upload-artifact@v4.3.3 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: jar | ||
retention-days: 1 | ||
|
@@ -100,12 +100,12 @@ jobs: | |
matrix: | ||
os: [macos-latest, ubuntu-latest, windows-latest] | ||
steps: | ||
- uses: actions/setup-java@v3 | ||
- uses: actions/setup-java@v4.5.0 | ||
with: | ||
distribution: 'temurin' | ||
java-version: '17' | ||
|
||
- uses: actions/[email protected].7 | ||
- uses: actions/[email protected].8 | ||
with: | ||
name: jar | ||
|
||
|
@@ -129,7 +129,7 @@ jobs: | |
- name: Deploy installation release | ||
# if: github.repository == 'MarginallyClever/Makelangelo-software' | ||
# if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master' | ||
uses: WebFreak001/deploy-nightly@v3.1.0 | ||
uses: WebFreak001/deploy-nightly@v3.2.0 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions | ||
upload_url: ${{ env.UPLOAD_URL }} | ||
|
@@ -141,7 +141,7 @@ jobs: | |
|
||
- name: Upload artifact for testing purpose | ||
# if: github.repository == 'MarginallyClever/Makelangelo-software' || github.ref != 'refs/heads/master' | ||
uses: actions/upload-artifact@v4.3.3 | ||
uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: ${{ env.BINARY }} | ||
retention-days: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 0 additions & 55 deletions
55
src/main/java/com/marginallyclever/makelangelo/donatelloimpl/DonatelloRegistry.java
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
src/main/java/com/marginallyclever/makelangelo/donatelloimpl/nodes/AddTurtles.java
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/main/java/com/marginallyclever/makelangelo/donatelloimpl/nodes/ColorTurtle.java
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
src/main/java/com/marginallyclever/makelangelo/donatelloimpl/nodes/LoadTurtle.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.