Commit Graph

3466 Commits

Author SHA1 Message Date
Grimm
e220bcbef5 removed command only cards and ante from the adventure card pool 2022-10-01 00:03:00 +02:00
Grimm
6ecf5838ce fixed collision geometry reduction 2022-09-28 22:15:27 +02:00
Grimm
2bd1022800 fixed collision geometry reduction 2022-09-28 21:59:00 +02:00
Grimm
34ca9907ca added custom cards to adventure
do not show dialog if all options are invalid
changed castles to have 2 floors
added custom cards for each castle
added possibility for a respawn on maps
2022-09-27 02:04:56 +02:00
Grimm
9d318b257d Merge branch 'master' of https://github.com/Card-Forge/forge into adventure 2022-09-26 01:41:36 +02:00
Grimm
b0b77f4c88 moved controller support to UIScene and abstract it
uses focus for keyboard and controller
added Keyboard support
Show key hint for buttons
added voice line for dialogs
fixed missing items rewards
fixed some maps
adjusted pile decks
2022-09-26 01:15:49 +02:00
Grimm
7bf3b2a9ef fixed portrait reward scene
fixed TextraButton.getText with Override
2022-09-20 17:25:49 +02:00
Anthony Calosa
3697fe3654 fix DeckSelectScene button size/layout 2022-09-20 20:09:23 +08:00
Grimm
3db42fb934 issue #1511 added insane difficulty, added drop multiplier for rewards (only for drops that have a range), added "Pile" as mode where you start with just a pile of cards 2022-09-20 03:37:01 +02:00
Grimm
154b92d6e4 Merge branch 'master' of https://github.com/Card-Forge/forge into adventure 2022-09-20 02:07:56 +02:00
Grimm
38748301ae issue #1340 made it possible to create custom adventures from the user data folder 2022-09-20 02:02:52 +02:00
Anthony Calosa
50af236535 Merge pull request #1559 from kevlahnota/master
prevent NPE World generation
2022-09-20 06:57:06 +08:00
Anthony Calosa
78cb1e0207 Merge pull request #1438 from Northmoc/specImages
HBG: Specialize face images for local/FTP
2022-09-20 06:56:47 +08:00
Anthony Calosa
d832e21c98 prevent NPE World generation 2022-09-20 06:50:51 +08:00
Anthony Calosa
1340df7c26 fix difficulty selector alignment 2022-09-19 14:05:48 +08:00
Anthony Calosa
d4d169fa01 fix colorlabel color 2022-09-19 10:13:14 +08:00
Grimm
da504d36a2 Merge remote-tracking branch 'origin/adventure' into adventure 2022-09-18 18:36:03 +02:00
Grimm
ab87a32fc1 fixed item use in poi 2022-09-18 17:58:09 +02:00
Grimm
93bdec1f2d integrated Textra for Labels and Buttons
fixed executables for release
2022-09-18 17:44:28 +02:00
Grimm
a601ef5ec7 integrating TextraLabel into adventure ui 2022-09-18 03:10:57 +02: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
Grimm
f9de0c1678 Merge branch 'adventure' of https://github.com/TrueFuFLeaderG/forge into adventure 2022-09-15 19:32:55 +02:00
Grimm
8e544633a2 crash fix for lazy loading
Fixed 500 card adventure starting deck
2022-09-15 17:29:54 +02:00
Grimm
e193c4881a crash fix for lazy loading
Fixed 500 card adventure starting deck
2022-09-15 17:29:45 +02:00
Grimm
98f833f019 Added item use support
Added mana for item usage
Added new AI art
Added particle effect system
Added capitals
Added some map modifications like hiding and flying
Added a arena to the capitals
Made more items findable
2022-09-14 21:18:31 +02:00
Northmoc
a53bd569e8 RewardActor update boolean to String 2022-09-06 21:35:40 -04:00
Eric
4b2ecafc6b In Adventure matches, don't warn about cards the AI can't play well. 2022-09-05 15:08:23 -05:00
Grimm
f0daceef25 reworkd adventure main call
added particle effects
2022-09-02 15:23:23 +02:00
Anthony Calosa
79c58053fe Enable controller listener when adventure mode starts
- Controller listener needs continuous rendering like Adventure mode. Classic mode only shouldn't be affected by continuous rendering unless the listener has already started.
2022-09-02 09:12:16 +08:00
Anthony Calosa
b6cab2ac5c remove comment 2022-09-01 20:10:28 +08:00
Anthony Calosa
3421b3bdd7 update controls 2022-09-01 20:03:33 +08:00
Anthony Calosa
4bde4911ea add DPAD selector for gamepad in ListChooser
also add a way to select player using back button (select button on ds4), highlight player using left analog down, then press the back button to select player
2022-09-01 19:02:31 +08:00
Anthony Calosa
aa12e751a1 Merge branch 'master' into newmaster 2022-09-01 05:16:59 +08:00
Anthony Calosa
6ad0b32c64 add bypass for android version displaying magnification on hover (when using gamepad) 2022-09-01 05:11:12 +08:00
Anthony Calosa
33d927f71f Update CardZoom.java 2022-09-01 04:11:19 +08:00
Anthony Calosa
39a44eb354 unused import 2022-09-01 04:03:39 +08:00
Anthony Calosa
5f1c29b823 Gamepad for Adventure Mode 2022-09-01 03:55:11 +08:00
Anthony Calosa
0615cb3a53 Merge pull request #1417 from rikimbo/fix_adventure_card_reward_bonus
Adventure: Fix "Card Reward Bonus" to properly max at 3
2022-08-31 05:46:43 +08:00
Eric
5f0ae9eca1 Changed RegisteredPlayer.addExtraCardsOnBattlefield() so that when called multiple times, it adds to the existing set of cards each time. Fixes Adventure dungeon effects that add creatures to the battlefield. 2022-08-29 21:15:48 -05:00
Eric
c9bf08f0d2 Fix AdventurePlayer.bonusDeckCards() to properly cap out at 3. 2022-08-28 12:53:16 -05:00
Grimm
1a112ae7c6 Merge branch 'master' of https://github.com/Card-Forge/forge into adventure 2022-08-22 14:46:49 +02:00
Grimm
6d009f552b reworkd adventure main call
added particle effects
2022-08-22 14:46:34 +02:00
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
Grimm
b3d7d26ac3 Merge branch 'master' of https://github.com/Card-Forge/forge into adventure
 Conflicts:
	forge-gui-mobile/src/forge/adventure/stage/WorldStage.java
2022-08-18 14:21:26 +02:00
Grimm
f14771b09a added usable items 2022-08-18 14:18:19 +02: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