Skip to content

Commit dfe4f84

Browse files
authored
Merge pull request #46 from Crazy-Marvin/development
Halma 7.0
2 parents 30f1ce8 + c3af0e0 commit dfe4f84

File tree

9 files changed

+78
-12
lines changed

9 files changed

+78
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Java CI with Gradle
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ trunk ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ trunk ]
1111

1212
jobs:
1313
build:

.github/workflows/deploy_itch.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
- name: Publish Halma on Itch.io
2+
# You may pin to the exact commit or the version.
3+
# uses: KikimoraGames/itch-publish@ea06fdc7e36b34a6c4f88b379a73f3362537b998
4+
uses: KikimoraGames/itch-publish@v0.0.3
5+
with:
6+
# Butler API Key
7+
butlerApiKey:
8+
# Directory or .zip file of the game data. Zip files are slower to upload.
9+
gameData:
10+
# Itch.io username of the game owner. e.g. in finji/overland this would be finji.
11+
itchUsername:
12+
# Itch.io id of the game. e.g. in finji/overland this would be overland.
13+
itchGameId:
14+
# Channel name of the game: https://itch.io/docs/butler/pushing.html#channel-names
15+
buildChannel:
16+
# Optional build number, use to supply your own build version instead of using itch's versioning
17+
buildNumber: # optional
18+
# Optional build number file path, use to supply your own build version instead of using itch's versioning. The file should contain a single line with the version or build number, in UTF-8 without BOM.
19+
buildNumberFile: # optional

.github/workflows/deploy_pages.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Simple workflow for deploying static content to GitHub Pages
2+
name: Deploy Halma to GitHub Pages
3+
4+
on:
5+
# Runs on pushes targeting the default branch
6+
push:
7+
branches: ["trunk"]
8+
9+
# Allows you to run this workflow manually from the Actions tab
10+
workflow_dispatch:
11+
12+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13+
permissions:
14+
contents: read
15+
pages: write
16+
id-token: write
17+
18+
# Allow one concurrent deployment
19+
concurrency:
20+
group: "pages"
21+
cancel-in-progress: true
22+
23+
jobs:
24+
# Single deploy job since we're just deploying
25+
deploy:
26+
environment:
27+
name: github-pages
28+
url: ${{ steps.deployment.outputs.page_url }}
29+
runs-on: ubuntu-latest
30+
steps:
31+
- name: Checkout
32+
uses: actions/checkout@v3
33+
- name: Setup Pages
34+
uses: actions/configure-pages@v2
35+
- name: Upload artifact
36+
uses: actions/upload-pages-artifact@v1
37+
with:
38+
# Upload entire repository
39+
path: '.'
40+
- name: Deploy to GitHub Pages
41+
id: deployment
42+
uses: actions/deploy-pages@v1

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ www-test/
2929
*.iml
3030
/android/out/
3131
com_crashlytics_export_strings.xml
32+
/android/release
3233

3334
## Eclipse
3435

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
[![Hosted Weblate](https://hosted.weblate.org/widgets/halma/-/svg-badge.svg)](https://hosted.weblate.org/engage/halma/)
1111
[![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/Crazy-Marvin/Halma)](https://snyk.io/)
1212
[![API](https://img.shields.io/badge/API-19%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=19)
13-
[![F-Droid](https://img.shields.io/f-droid/v/rocks.poopjournal.halma.svg)](https://f-droid.org/en/packages/rocks.poopjournal.halma/)
14-
[![Google Play](https://badgen.net/badge/icon/googleplay?icon=googleplay&label)](https://play.google.com/store/apps/details?id=rocks.poopjournal.halma)
13+
[![F-Droid](https://img.shields.io/f-droid/v/rocks.poopjournal.halma.svg)](https://f-droid.org/en/packages/app.halma/)
14+
[![Google Play](https://badgen.net/badge/icon/googleplay?icon=googleplay&label)](https://play.google.com/store/apps/details?id=app.halma)
1515

1616
# Halma
1717

1818
This is the Halma game built with the awesome [libGDX](https://libgdx.com/) framework. It is optimized for Android and the web.
1919

20-
<a href="https://f-droid.org/packages/rocks.poopjournal.halma/">
20+
<a href="https://f-droid.org/packages/app.halma/">
2121
<img alt="Get it on F-Droid"
2222
height="80"
2323
src="https://user-images.githubusercontent.com/15004217/36919296-19b8524e-1e5d-11e8-8962-48463b1cec8a.png" />
2424
</a>
25-
<a href="https://play.google.com/store/apps/details?id=rocks.poopjournal.halma">
25+
<a href="https://play.google.com/store/apps/details?id=app.halma">
2626
<img alt="Get it on Google Play"
2727
height="80"
2828
src="https://user-images.githubusercontent.com/15004217/36810046-fa306856-1cc9-11e8-808e-6eb8a81783c7.png" />

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId "app.halma"
2121
minSdkVersion 14
2222
targetSdkVersion 31
23-
versionCode 6
24-
versionName "6.0"
23+
versionCode 7
24+
versionName "7.0"
2525
}
2626
buildTypes {
2727
release {

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ buildscript {
88
google()
99
}
1010
dependencies {
11-
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.19'
12-
classpath 'org.gretty:gretty:3.0.7'
11+
classpath 'org.wisepersist:gwt-gradle-plugin:1.1.16'
12+
classpath 'org.gretty:gretty:3.0.8'
1313
classpath 'com.android.tools.build:gradle:7.2.2'
1414

1515
}
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
- Translation updates
2-
- Under the hood improvements
1+
- Use I18NBundle for strings (#30)
2+
- Regenerate the project for libGDX 1.11.0 (#36)
3+
- Dependency updates
4+
- Removed unused parts
5+
- Many other improvements
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Dependency updates

0 commit comments

Comments
 (0)