Commit Graph

3419 Commits

Author SHA1 Message Date
Anthony Calosa
700d2182cb remove parenthesis 2022-08-19 21:56:52 +08:00
Anthony Calosa
520876f0de show messages for doppelganger if player is using custom decks in adventure 2022-08-19 21:55:05 +08:00
Anthony Calosa
797ff625db Adventure Custom StarterDecks
- add support loading custom starterdeck in adventure mode, custom->starterdecks on user folder before starting Forge
2022-08-19 21:28:23 +08:00
Anthony Calosa
89319f95ab crash fix using textratypist on Android 2022-08-18 15:39:51 +08:00
Anthony Calosa
0349f45a9b revert flip 2022-08-18 07:19:00 +08:00
Anthony Calosa
c595cf7896 fix autosave flip preview
- the screenshot is already flipped to render correctly so we don't need to flip it again
2022-08-18 04:33:59 +08:00
Anthony Calosa
8493c151c7 fix save preview for some android devices
- take screenshot and redraw it on a new framebuffer so it renders properly on some android devices that don't support RGBA framebuffer directly.
2022-08-18 03:22:09 +08:00
Anthony Calosa
003ec159c8 unused import 2022-08-17 13:37:06 +08:00
Anthony Calosa
7170b2d282 add TextraTypist
for Font Effects, Styles, etc..
2022-08-17 13:32:17 +08:00
Anthony Calosa
49e1df5682 .. 2022-08-16 14:32:46 +08:00
Anthony Calosa
aa1d639855 fix captured image
- on some android devices, it doesn't support RGBA Framebuffer, this should fix the lastScreenTexture rendering black
2022-08-16 14:20:10 +08:00
Anthony Calosa
1f9d212dfd prevent NPE 2022-08-15 08:25:15 +08:00
Anthony Calosa
8599c60177 Update StartScene.java 2022-08-14 10:12:09 +08:00
Anthony Calosa
be6b9ecca3 Update SaveLoadScene.java 2022-08-14 10:04:34 +08:00
Anthony Calosa
6ad81080fc set 250 as minimum value for temp health boost 2022-08-14 09:32:37 +08:00
Anthony Calosa
fcecec09d6 Update InnScene.java
move computation on scene enter
2022-08-13 20:17:36 +08:00
Anthony Calosa
f3f9c222b0 Merge branch 'master' into autoHealWhenEnteringTowns 2022-08-13 17:53:30 +08:00
Anthony Calosa
b9a3189849 Update GameHUD.java 2022-08-13 17:31:40 +08:00
Anthony Calosa
5e5117315b colored lifepoints 2022-08-13 17:26:14 +08:00
Anthony Calosa
cf1e5fc856 fix heal 2022-08-13 14:33:41 +08:00
Anthony Calosa
22365a3c10 Update AdventurePlayer.java 2022-08-13 14:24:22 +08:00
Anthony Calosa
661600d680 Update AdventurePlayer.java 2022-08-13 14:23:07 +08:00
Anthony Calosa
ece2fc575f Update AdventurePlayer.java 2022-08-13 14:19:52 +08:00
Anthony Calosa
9651812b0d Update TileMapScene.java 2022-08-13 14:15:45 +08:00
Anthony Calosa
86927e8076 add simple check for full heal 2022-08-13 14:13:11 +08:00
Anthony Calosa
007757187a Update Forge.java
unused import
2022-08-13 13:11:36 +08:00
Anthony Calosa
f1185707ee Update InnScene.java
add default message if localizer can't find the translation
2022-08-13 13:10:32 +08:00
Anthony Calosa
659f20edff Update TileMapScene.java 2022-08-13 13:07:42 +08:00
Anthony Calosa
f33ec785b0 move the code to tilemapscene 2022-08-13 13:05:44 +08:00
Anthony Calosa
e8152ef621 NPE check on dispose (this is called also on destroy event) 2022-08-13 09:12:02 +08:00
Anthony Calosa
c49521e063 update Flashback Zone on Mobile 2022-08-12 08:44:59 +08:00
Anthony Calosa
cc215499c5 cleanup 2022-08-11 20:47:49 +08:00
Anthony Calosa
3c186e38de Update DuelScene.java
fix avatar and player extra cards overwritten by blank effects.. (effect cards uses setcardsonbattlefields)
2022-08-11 20:43:05 +08:00
Grimm
618b272166 fixed Doppelgänger in chaos mode 2022-08-11 13:14:33 +02:00
Anthony Calosa
e4560f3714 prevent startup crash adventure (ExceptionInInitializerError)
- if not using classpath, it will fail to get the fallback_skin hidden inside the jar, to prevent crash use dummy instead;
2022-08-10 21:29:20 +08:00
Anthony Calosa
112a2ce18f unused imports 2022-08-10 19:35:48 +08:00
Anthony Calosa
9209c64399 Add progressbar on adventure loading transition 2022-08-10 19:31:53 +08:00
Anthony Calosa
d38b82867a unused imports 2022-08-10 12:34:40 +08:00
Anthony Calosa
e5a2d6a054 match color identity for random deck in chaos mode
- update colorid selector if chaos mode is chosen
2022-08-10 12:32:15 +08:00
Grimm
4bb9c37b92 removed unused list 2022-08-09 18:48:42 +02:00
Grimm
d1d65c7d57 removed unused list 2022-08-09 18:46:10 +02:00
Grimm
2ad0d598eb Added multiplayer fights 2022-08-09 18:38:43 +02:00
Grimm
eb33540143 Merge branch 'master' of https://github.com/Card-Forge/forge into adventure 2022-08-09 16:05:02 +02:00
Grimm
9402a15502 Adventure player reworked colorid to support multicolor 2022-08-09 16:04:30 +02:00
Grimm
af10670060 Merge branch 'master' of https://github.com/Card-Forge/forge into adventure
 Conflicts:
	forge-gui-mobile/src/forge/adventure/world/WorldSave.java
2022-08-09 13:50:01 +02:00
Grimm
70ef2a13a0 reworked starting deck to jumpstart, constructed or chaos
support localization in UIData and removed it from code (only NewGameScene for now)
2022-08-09 13:46:56 +02:00
Anthony Calosa
f93db8ce92 unused import 2022-08-09 19:43:18 +08:00
Anthony Calosa
cf1385666a update newgame+
- add highlight to difficulty selector
2022-08-09 19:37:52 +08:00
Grimm
c1a6313b1e reworked starting deck to jumpstart, constructed or chaos
support localization in UIData and removed it from code (only NewGameScene for now)
2022-08-09 13:33:06 +02:00
Anthony Calosa
c8073a333c reformat code
- fix color identity
- service pool is working good on android now so use it on generating map
2022-08-09 09:17:19 +08:00