Magpie
6a668f1871
Big map update 2
...
Fix indent.
2022-04-12 23:27:29 +02:00
Magpie
78d8b196c1
Big map update 1
...
Update player and enemy collision boxes.
2022-04-12 23:11:17 +02:00
Magpie
a5bd40d7af
Adventure mode PoI refactor.
...
Renamed, re-set and cherry-picked a few of the various PoIs and reverted placement behavior.
2022-04-11 09:25:36 +02:00
Anthony Calosa
76b342b47f
update preview Date
2022-04-11 04:30:00 +08:00
Grimm
6171589330
fixed saving poi data, added date to load screen
2022-04-10 20:05:27 +02:00
Anthony Calosa
da4b9976ec
fix New Game+ button on Portrait Mode
2022-04-10 20:18:12 +08:00
Anthony Calosa
b7aab46134
remove unused import
2022-04-10 03:47:17 +00:00
Magpie
55362a9e79
Adventure fixes 3.
...
Use MyRandom for RNG.
2022-04-10 05:25:17 +02:00
Magpie
8e6a1ca046
Adventure fixes 2.
...
Adds a constant for Adventure mode folder, so it's consistent on Linux due to case sensitivity.
2022-04-10 04:29:30 +02:00
Magpie
c83031ed8b
Adventure fixes.
...
Fixes loading of PoIs (Points of Interest) by making a list and picking one.
Fixes Green Castle boss.
2022-04-10 03:55:35 +02:00
Grimm
7fa4bab499
added new game+
2022-04-09 01:02:40 +02:00
Anthony Calosa
4571edd9d1
Allow to load old saves to fail to regenerate a new correct world
2022-04-07 23:46:47 +08:00
Magpie
d687088fd8
Quick fixes.
...
Made text wrap in item descriptions and reverted a test item.
2022-04-07 12:22:51 +02:00
Magpie
473410b449
Might as well.
2022-04-07 10:10:41 +02:00
Magpie
0c5e59089e
As suggested.
2022-04-07 09:45:28 +02:00
Magpie
4480675799
Added item tooltips with names and descriptions to rewards view in Adventure.
...
Please test on mobile in case the text is too small!
Moved item description method to the ItemData class so it can be reached anywhere, and made some minor tweaks for *conveyance*.
2022-04-07 07:41:38 +02:00
Magpie
3c5ad4f5d7
Sped up some animations in Adventure.
...
This way they don't feel like load times.
2022-04-07 04:37:40 +02:00
Magpie
bd5f4ee1fc
Small fix.
2022-04-07 04:08:39 +02:00
Magpie
0a08fa3deb
Enables selecting AI type for Adventure mode enemies.
...
So far only the Wurm has forced Reckless AI, we should ask players or deck experts about what AI types to use for each deck.
2022-04-07 04:01:37 +02:00
Magpie
20b562fa07
Generate previews for card Rewards in Adventure.
...
This uses a framebuffer object to draw the card preview and output a texture.
The first MR gave issues when bilinear texture filtering was enabled.
2022-04-06 00:32:38 +02:00
Magpie
d5a5965c01
Revert "Use rendered cards for Adventure when no image file has been found."
...
This reverts commit e3f14d5bdc
2022-04-05 22:21:51 +00:00
Magpie
e3f14d5bdc
Use rendered cards for Adventure when no image file has been found.
...
This allows seeing cards that are yet to download as well as custom cards.
Also, a card rendering is forced before showing the mode selection screen, a temporary fix with an issue with CardImageRenderer, where it fails the very first time.
2022-04-05 02:06:07 +02:00
Michael Kamensky
311002069a
Merge branch 'kevlahnota-master-patch-16223' into 'master'
...
[Mobile] Fix Mobile GUI Illegal cast
Closes #2127
See merge request core-developers/forge!6470
2022-04-04 14:42:48 +00:00
Anthony Calosa
13e909e44b
update adventure saveload dialog & screen image capture
2022-04-04 22:15:05 +08:00
Anthony Calosa
a7d3d83287
[Mobile] update Adventure inventory
2022-04-03 10:27:09 +08:00
Magpie
16bd09d6eb
Prevent loading sprites that are out of bonds in Adventure.
...
Could happen from older savefiles.
2022-04-03 01:48:39 +02:00
Grimm
882aa434c4
-added items/equipment
...
-added 6 castle
-added dialogs
-fixed collision on maps
-fixed layer rendering
2022-04-01 21:25:40 +02:00
Grimm
e55f859d19
-added items/equipment
...
-added 6 castle
-added dialogs
-fixed collision on maps
-fixed layer rendering
2022-04-01 21:14:51 +02:00
Grimm
55fd56e7d2
-added items/equipment
...
-added 6 castle
-added dialogs
-fixed collision on maps
-fixed layer rendering
2022-04-01 21:14:22 +02:00
Grimm
6349dcbad8
-added items/equipment
...
-added 6 castle
-added dialogs
-fixed collision on maps
-fixed layer rendering
2022-04-01 20:30:54 +02:00
Anthony Calosa
c411476ca1
revert check since unselectable doesn't work before selection is made
2022-04-01 15:27:38 +00:00
Anthony Calosa
1f89136475
check if not selectable
2022-04-01 15:22:24 +00:00
Anthony Calosa
9c5a487341
update
2022-04-01 15:18:22 +00:00
Anthony Calosa
36aff0cf6c
limit check to hand
2022-04-01 15:00:41 +00:00
Anthony Calosa
041fbfe523
Update check to viewable cards
2022-04-01 13:26:23 +00:00
Anthony Calosa
a4d0f9cdd7
[Mobile] Fix Mobile GUI Illegal cast
...
closes #2127
2022-04-01 12:46:56 +00:00
Anthony Calosa
bdd69aac28
When exiting the game, fades out the volume
2022-03-29 19:45:25 +08:00
Michael Kamensky
d0d08573f5
[maven-release-plugin] prepare for next development iteration
2022-03-28 17:48:30 +03:00
Michael Kamensky
31144ad505
[maven-release-plugin] prepare release forge-1.6.49
2022-03-28 17:48:16 +03:00
Anthony Calosa
76e04d1905
Class level marker
2022-03-28 14:28:26 +08:00
Anthony Calosa
acedcc72aa
[Mobile] Help Button
...
- Help Button for Join Discord | Forge Support options
2022-03-24 20:19:39 +08:00
Anthony Calosa
8417badc5f
[Mobile] Open draft screen after saving draft deck
2022-03-23 14:52:00 +08:00
Hans Mackowiak
2a7db08900
removes compatqual.NullableDecl
2022-03-21 12:34:20 +00:00
Hans Mackowiak
c8e5a02487
Sentry upgrade
2022-03-21 05:11:36 +00:00
Anthony Calosa
93f55c58d4
[Mobile] fix default theme check
2022-03-19 19:11:24 +08:00
Anthony Calosa
a6de8df2ed
Merge branch 'NewMaster' into 'master'
...
[Adventure] add backdrop for Inn
See merge request core-developers/forge!6394
2022-03-13 05:49:34 +00:00
Anthony Calosa
895e7034be
[Adventure] add backdrop for Inn
2022-03-13 13:05:49 +08:00
Michael Kamensky
6e5df41780
Merge branch 'master' into 'master'
...
Added NEO/NEC achievements by Marek14.
See merge request core-developers/forge!6393
2022-03-12 19:01:07 +00:00
Anthony Calosa
56ec2b4952
[Adventure] fix RewardScene label
...
- hide gold label when RewardScene is not Shop type
2022-03-12 16:47:53 +08:00
Anthony Calosa
8a0f2837d9
[Adventure] add market BG
2022-03-12 14:06:08 +08:00