Commit Graph

3431 Commits

Author SHA1 Message Date
Anthony Calosa
0c77e8b270 unused import 2022-02-27 19:52:20 +08:00
Anthony Calosa
9e4ce0756e [Adventure] fix Map Stage Visibility
- add Life, Money on Statistics
- use ExtendViewport for MapStage
- auto show/hide Map and GameHud controls for MapStage visibility
- decrease Reward/Match delay for faster loading of scenes
2022-02-27 19:08:03 +08:00
Anthony Calosa
360522475c remove unnecessary pixmap 2022-02-27 13:19:33 +08:00
Anthony Calosa
ac8365e13a Fix World Background 2022-02-27 13:12:55 +08:00
Anthony Calosa
3f252af15e fix black transition screen when loading save
- run transition screen first then switchscene
2022-02-27 12:34:35 +08:00
Anthony Calosa
5a0f1714e9 use DecompressibleInputStream 2022-02-27 11:55:14 +08:00
Anthony Calosa
ac440d5d07 update 2022-02-27 11:05:08 +08:00
Anthony Calosa
26f27bdd76 [Adventure] Try to load old save file
- override mismatch
2022-02-27 11:00:28 +08:00
Anthony Calosa
b72a991d5c [Android] fix reward actor 2022-02-26 22:35:29 +08:00
Anthony Calosa
c5c484fd41 fix compile 2022-02-26 10:15:16 +00:00
Anthony Calosa
31824f2180 update resume
- if the player was inside the tilemap, reload the tiledmap scene
2022-02-26 14:38:28 +08:00
Anthony Calosa
b5631eb95c update StartScene and NewGameScene 2022-02-26 12:37:30 +08:00
Anthony Calosa
9c72cd2279 update touch controls 2022-02-26 11:58:51 +08:00
Anthony Calosa
0ec1e7a25a update RewardScene 2022-02-25 18:14:12 +08:00
Anthony Calosa
5a9322c0ee fix resume 2022-02-24 08:26:18 +08:00
Anthony Calosa
2bee81d49c update stage and cleanup 2022-02-24 08:16:59 +08:00
Anthony Calosa
ede766fc56 update inn and deck select scene 2022-02-24 04:17:00 +08:00
Anthony Calosa
44a363d075 update stats 2022-02-24 03:18:51 +08:00
Anthony Calosa
1e73ac0e4a update deck selector 2022-02-24 02:29:13 +08:00
Anthony Calosa
94594673e0 update 2022-02-24 02:07:35 +08:00
Anthony Calosa
802f9837bd update settings check box and back button 2022-02-23 21:22:07 +08:00
Anthony Calosa
aa0fca7b68 update new game, save load and settings 2022-02-23 16:09:55 +08:00
Anthony Calosa
3d8648f7d8 update start menu 2022-02-23 14:00:48 +08:00
Anthony Calosa
2936380bb8 update player name when loading save and starting match
- todo update some mobile layout
2022-02-23 13:31:51 +08:00
Anthony Calosa
d7dcc2ae21 update viewport and hud button bounds 2022-02-23 08:00:14 +08:00
Anthony Calosa
e594a1ba86 unused imports 2022-02-22 15:00:47 +08:00
Anthony Calosa
10c28ff2c3 align save/load layout 2022-02-22 14:42:25 +08:00
Anthony Calosa
b6a6b4517c update UIActor
- to set Label styles for font inside Table
2022-02-22 12:30:18 +08:00
Anthony Calosa
68ecc56a4e update TransitionScreen
- to match selected theme and logo
2022-02-22 09:36:29 +08:00
Anthony Calosa
82a8732c87 make altzonetabs for adventure mode
- todo add reveal zone
2022-02-22 07:12:27 +08:00
Anthony Calosa
2faddd3824 use cropped border image for shop and reward cards 2022-02-22 05:56:03 +08:00
Anthony Calosa
f080a71300 update holdtooltip 2022-02-22 05:44:12 +08:00
Anthony Calosa
b73c4dfeea updated tooltip code
-todo set correct x, y and scale
2022-02-21 20:22:41 +08:00
Anthony Calosa
6d6998ae92 update touch controls for adventure rewards
- simulate hover for rewards cards / shop cards on touchdown
2022-02-21 16:05:32 +08:00
Anthony Calosa
b503ddc939 fix black screen for trying to load incompatible save.. 2022-02-21 13:14:24 +08:00
Anthony Calosa
1d1d753b51 add additional check for touchpad allowed bounds
mark card magnifier as experimantal since it gets stuck on certain os/setup
2022-02-21 11:15:23 +08:00
Anthony Calosa
a55e0e8f0d make touchpad auto follow 2022-02-21 08:45:30 +08:00
Anthony Calosa
3f07e65ead fix gamehud world map
- lock gamehud map controls inside the map stage (not world stage).
2022-02-21 07:39:56 +08:00
Anthony Calosa
e01953af0d fix player keeps moving 2022-02-21 07:34:38 +08:00
Anthony Calosa
42f244d109 cache cursors 2022-02-21 07:30:22 +08:00
Anthony Calosa
0bfaad5a5a unused import 2022-02-21 06:58:27 +08:00
Anthony Calosa
06a8daf02c fix loading transition 2022-02-21 06:56:34 +08:00
Anthony Calosa
945067ade7 Update GameHUD.java 2022-02-20 15:30:50 +00:00
Anthony Calosa
342f97d80d try to return to saveload scene if it fails to load old/corrupt saves 2022-02-20 19:03:51 +08:00
Anthony Calosa
08f1aef7ac add loading screen for new game 2022-02-20 17:40:19 +08:00
Anthony Calosa
a1650c84cc Fix mouse touchup controls and added loading transition 2022-02-20 17:24:13 +08:00
Anthony Calosa
66722d0302 Added Touchpad for Android Adventure
- It's easier to move around on android adventure version using touchpad
2022-02-20 16:48:32 +08:00
Anthony Calosa
39ef5b5f5c update gamehud controls 2022-02-20 13:05:11 +08:00
Anthony Calosa
448130e21a Update World for android
- reuse the map image until the background generator is compatible with android..
2022-02-20 10:18:46 +08:00
Anthony Calosa
aeb90f55c6 fix gamehud touch 2022-02-20 06:53:02 +08:00