Chris H
d7386138ea
Manually update android versions ( #4969 )
2024-04-07 13:51:18 +03:00
GitHub Actions
cf0a72cbc6
[maven-release-plugin] prepare for next development iteration
2024-04-02 20:58:59 -04:00
GitHub Actions
a1fc524a98
[maven-release-plugin] prepare release forge-1.6.61
2024-04-02 20:58:59 -04:00
GitHub Actions
aa4eba0c33
[maven-release-plugin] prepare for next development iteration
2024-03-05 14:02:09 -05:00
GitHub Actions
0db8025766
[maven-release-plugin] prepare release forge-1.6.60
2024-03-05 14:02:09 -05:00
friarsol
0d69b600f8
- Updating alpha versions
2023-12-04 21:49:15 -05:00
GitHub Actions
8c82589436
[maven-release-plugin] prepare for next development iteration
2023-12-04 20:40:21 -05:00
GitHub Actions
7e0088328b
[maven-release-plugin] prepare release forge-1.6.59
2023-12-04 20:40:21 -05:00
Chris H
98f84fb6ea
Improve android versioning + autoupdate ( #4240 )
2023-11-28 21:48:56 -05:00
Chris H
9355e3f76d
Automated android snapshots ( #4196 )
...
- Update pom and github action to allow for android anapshots
2023-11-22 23:28:21 -05:00
GitHub Actions
72ddfd0be6
[maven-release-plugin] prepare for next development iteration
2023-09-20 22:00:51 -04:00
GitHub Actions
c629080a8d
[maven-release-plugin] prepare release forge-1.6.58
2023-09-20 22:00:51 -04:00
TabletopGeneral
168f999a57
Adventure - Pathfinding update ( #3675 )
...
* Adventure - reward scene controller button availability
* Adventure A* & main quest prep
* Update pom.xml
* box2d natives
---------
Co-authored-by: kevlahnota <anthonycalosa@gmail.com >
2023-08-23 09:56:20 +03:00
Chris H
68d8187646
Version update (how do we automate these?) ( #3538 )
2023-07-27 08:46:22 +03:00
GitHub Actions
0b6e5f9983
[maven-release-plugin] prepare for next development iteration
2023-07-26 22:00:13 -04:00
GitHub Actions
294b8c445b
[maven-release-plugin] prepare release forge-1.6.57
2023-07-26 22:00:13 -04:00
Anthony Calosa
198180eec5
fix share text/data to Forge app
...
- add additional launcher activity to prevent GLES Context loss (when sharing data via intent)
- fix passing data from another app to Forge via share text / share file / share deck
2023-06-25 13:54:32 +08:00
Anthony Calosa
68d98eeb55
Update Main.java
2023-06-17 16:14:31 +08:00
Anthony Calosa
9b540831db
[Android] support receiving text intent
...
- allow deck manager to import shared text intent
2023-06-17 16:11:15 +08:00
GitHub Actions
53bed72fe5
[maven-release-plugin] prepare for next development iteration
2023-04-24 13:03:27 -04:00
GitHub Actions
b8c6086cc0
[maven-release-plugin] prepare release forge-1.6.56
2023-04-24 13:03:27 -04:00
friarsol
a943c1c035
Alpha version didn't update with desktop releases
2023-02-28 22:18:29 -05:00
GitHub Actions
de4feee3ef
[maven-release-plugin] prepare for next development iteration
2023-02-20 23:36:34 -05:00
GitHub Actions
257895f019
[maven-release-plugin] prepare release forge-1.6.55
2023-02-20 23:36:34 -05:00
GitHub Actions
3b94d10c0f
[maven-release-plugin] prepare for next development iteration
2023-01-25 22:05:01 -05:00
GitHub Actions
2009b57a59
[maven-release-plugin] prepare release forge-1.6.54
2023-01-25 22:05:01 -05:00
Anthony Calosa
4ce8d7bac2
update Shaders
...
- fix ripple effect
- fix flip effect
2022-11-29 16:29:33 +08:00
Anthony Calosa
55d3ffe9f2
update Shaders
2022-11-28 19:18:33 +08:00
Anthony Calosa
14e1f42164
update Transitionscreen, RewardScene & Hud
2022-11-22 02:15:38 +08:00
Anthony Calosa
3db079d8e3
update SplashScreen
...
- Adventure Splashscreen will be used if default startup is Adventure Mode.
2022-11-21 14:51:16 +08:00
Anthony Calosa
f0f3cb7d08
update fallback_skin
2022-11-21 07:02:20 +08:00
Grimm
fbd888f290
Merge branch 'master' of https://github.com/Card-Forge/forge into adventure
...
Conflicts:
forge-gui-mobile/src/forge/adventure/scene/DeckSelectScene.java
forge-gui-mobile/src/forge/adventure/scene/HudScene.java
forge-gui-mobile/src/forge/adventure/scene/PlayerStatisticScene.java
forge-gui-mobile/src/forge/adventure/scene/RewardScene.java
forge-gui-mobile/src/forge/adventure/scene/SaveLoadScene.java
forge-gui-mobile/src/forge/adventure/scene/SettingsScene.java
forge-gui-mobile/src/forge/adventure/scene/StartScene.java
forge-gui-mobile/src/forge/adventure/scene/UIScene.java
forge-gui-mobile/src/forge/adventure/stage/GameHUD.java
forge-gui-mobile/src/forge/adventure/stage/GameStage.java
forge-gui-mobile/src/forge/adventure/stage/MapStage.java
forge-gui-mobile/src/forge/adventure/stage/WorldStage.java
2022-09-16 18:35:47 +02:00
Grimm
5bae834f09
Render world map with more details
...
Changed SpellSmithScene to not display empty edition and fixed edition filter.
2022-09-16 18:13:13 +02:00
Anthony Calosa
5f1c29b823
Gamepad for Adventure Mode
2022-09-01 03:55:11 +08:00
Anthony Calosa
89319f95ab
crash fix using textratypist on Android
2022-08-18 15:39:51 +08:00
Anthony Calosa
dbe8e94900
Update Main.java
2022-08-04 09:31:54 +08:00
Anthony Calosa
a468d19408
update Assets
...
- load bitmapfonts to assetmanager
- load adventure skinfile to assetmanager
- update ondestroy on android to dispose assets
- fix confirmpayment on mobile not displaying card images on hidden zone (ie shocklands that were put into play from library to battlefield)
- increase pagesize for CJK Fonts
2022-08-04 08:57:22 +08:00
Anthony Calosa
27877ab102
Update Main.java
2022-08-01 16:09:49 +08:00
Anthony Calosa
9505657e30
add alternate method
2022-08-01 15:57:15 +08:00
Anthony Calosa
2a0f25a5f7
Update Main.java
2022-08-01 09:31:12 +08:00
Anthony Calosa
a72164d5f4
Update Main.java
2022-08-01 09:02:56 +08:00
Anthony Calosa
6b1c8d30f4
get realScreen size for android
...
- to check if the app renders different resolution and update the tooltips size
2022-08-01 08:46:47 +08:00
Michael Kamensky
693152cda6
- Prepare Forge for Android publish 1.6.53.001 [incremental].
2022-06-11 13:18:25 +03:00
Michael Kamensky
cff5e36d9e
[maven-release-plugin] prepare for next development iteration
2022-06-11 13:06:54 +03:00
Michael Kamensky
d3c411d097
[maven-release-plugin] prepare release forge-1.6.53
2022-06-11 13:06:46 +03:00
Michael Kamensky
761b10eba4
[maven-release-plugin] prepare for next development iteration
2022-06-11 12:55:35 +03:00
Michael Kamensky
bd2a42b435
[maven-release-plugin] prepare release forge-1.6.52
2022-06-11 12:55:27 +03:00
Michael Kamensky
20de403e64
[maven-release-plugin] prepare for next development iteration
2022-06-11 12:50:40 +03:00
Michael Kamensky
6c1fe344e1
[maven-release-plugin] prepare release forge-1.6.51
2022-06-11 12:48:23 +03:00
Michael Kamensky
888d49a43f
[maven-release-plugin] prepare for next development iteration
2022-05-30 20:40:26 +03:00