Grimm
cdd72d138b
AdventureEditor: added editors
2022-08-05 22:41:05 +02:00
Grimm
93ac9fd7fe
adventure Editor rework
2022-08-05 18:14:51 +02:00
Anthony Calosa
4e2435ebf7
try to fix bug getting default font not correctly setting the scale to 1
2022-08-05 20:50:01 +08:00
Anthony Calosa
6b0847159d
unused import
2022-08-05 14:23:01 +08:00
Anthony Calosa
d15cf79598
cleanup
2022-08-05 14:17:22 +08:00
Anthony Calosa
99222e6fa5
landscape and portrait settings for reward/shop card display/tooltips
...
- user can adjust the values seperately for landscape or portrait mode
2022-08-05 14:12:22 +08:00
Anthony Calosa
1759a94cdc
remove duplicate setting
2022-08-05 10:46:44 +08:00
Anthony Calosa
745d71745e
setting for card display/tooltip on adventure rewards/shops
...
- add support for various display aspect ratio
2022-08-05 10:26:32 +08:00
Anthony Calosa
efc5002bb7
minor adjustments on tooltips
2022-08-05 06:46:02 +08:00
Anthony Calosa
74c5c3d720
fix for drawables
2022-08-04 14:05:00 +08:00
Anthony Calosa
beca83a97c
adjust tooltips for screens without navigation menu
2022-08-04 11:00:33 +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
Grimm
aa9d15a908
adventure Editor rework
2022-08-03 16:26:46 +02:00
Grimm
95fba3d0cb
WaveFunctionCollapse editor
2022-08-02 17:59:30 +02:00
Anthony Calosa
f5bfdf3fda
Update RewardScene.java
...
minor adjustment
2022-08-01 16:14:34 +08:00
Anthony Calosa
f840bd118f
Update RewardScene.java
2022-08-01 09:49:20 +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
Anthony Calosa
6b04ab36a1
update alignment
2022-08-01 05:38:47 +08:00
Anthony Calosa
67a599a892
update dimension
2022-08-01 05:04:09 +08:00
Anthony Calosa
7306b2e371
unused import
2022-08-01 04:27:53 +08:00
Anthony Calosa
7d8534204d
update RewardScene & RewardActor for various screen display
...
- support for tall phones, ultra wide and unfolded screen (11.2:9)
- tested with simulated display aspect ratio of (4:3, 5:4, 16:9, 16:10, 18:9, 19:9, 21:9)
2022-08-01 03:40:24 +08:00
Anthony Calosa
194d5b00dc
fix LibGDXImageFetcher not deleting .tmp files
...
- removed unnecessary keys for 2nd variants displaying first art.
should fix displaying duplicated art when using image fetcher
2022-07-31 12:04:57 +08:00
Anthony Calosa
d369b45e60
support lookup card
2022-07-30 12:58:54 +08:00
Anthony Calosa
9e602202a8
update counter
2022-07-30 12:08:57 +08:00
Anthony Calosa
2e0e287ead
update comment
2022-07-30 11:19:16 +08:00
Anthony Calosa
b318b74ab4
fix some leaks on RewardActor
...
- fix not clearing RewardActor upon exiting scene
- use direct loading from assetmanager to prevent black texture
- clear card textures upon exiting scene to save RAM
2022-07-30 11:12:45 +08:00
Anthony Calosa
31bd2ff572
fix plural ends with "ds"
2022-07-29 21:07:48 +08:00
Anthony Calosa
368abbf0b4
add switchbutton on HoldTooltip
...
- also update coloridentity based on selected deck
- highlight deck text for empty deck
2022-07-29 16:40:33 +08:00
Anthony Calosa
cb7c9eee6e
fix memory tracking computation
...
compute the probable Texture usaga
2022-07-29 12:50:03 +08:00
friarsol
fb8f1fdeb9
Remove some useless comments
2022-07-28 23:15:25 -04:00
Anthony Calosa
2be8d83304
Starter deck for AdventurePlayer
2022-07-29 04:42:55 +08:00
Anthony Calosa
70bd8bddf8
support showing back face on shops and loot on adventure mode
...
- for mobile backport, hover the card and left click to switch the tooltip
- for android, double tap the image before holdtouching to switch tooltip
2022-07-28 23:52:12 +08:00
Grimm
42ae9dda06
wavefunction collapse first integration
2022-07-28 11:55:05 +02:00
Grimm
dc06bab331
AdventureEditor: added editors
2022-07-28 11:54:35 +02:00
Anthony Calosa
720afb044d
fix onfetched for RewardActor
...
- should fix the issue of not loading the images downloaded. This should method should get directly from the assetmanager.
2022-07-28 10:24:39 +08:00
friarsol
2a12f830aa
Update inn portrait with false life
2022-07-27 22:17:15 -04:00
friarsol
c9aa5baa83
Improve messaging for costs
2022-07-27 22:16:00 -04:00
friarsol
a42cb4f273
Convert heal to temp HP bonus for $200+ gold
2022-07-27 22:15:59 -04:00
Anthony Calosa
b1bb24add7
fix android tooltip after fetching card image
2022-07-27 16:38:32 +08:00
Anthony Calosa
8f691f05d8
remove unnecesary loop
2022-07-27 14:33:18 +08:00
Anthony Calosa
4855ddcf5c
refactor RewardActor
...
- fetched images online should update and appear immediately after download on Adventure mode on RewardScene (Shop, Loot)
2022-07-27 14:26:08 +08:00
Anthony Calosa
9b37b25a74
Update CardImageRenderer.java
2022-07-26 08:18:52 +08:00
Anthony Calosa
052a2bd16a
refactor defaultImage
...
- use assetmanager to handle defaultImage
2022-07-26 08:11:13 +08:00
Anthony Calosa
637744e3cc
update imagecache
2022-07-26 01:10:16 +08:00
Anthony Calosa
dd42977ac0
update reward actor
2022-07-26 01:08:25 +08:00
Anthony Calosa
b2a0bf8a3a
clear cardartCache on image fetched
2022-07-25 23:36:54 +08:00
Anthony Calosa
0e79ddf8d8
fix check imagekey
2022-07-25 07:00:48 +08:00
Anthony Calosa
a1457c4666
update image counter
2022-07-19 12:41:19 +08:00
Anthony Calosa
c4fd16a67f
Merge pull request #1140 from kevlahnota/master
...
refactor Assets
2022-07-19 12:34:32 +08:00
Anthony Calosa
7cc6ee18fd
Update ImageCache.java
2022-07-19 12:17:44 +08:00