Commit Graph

4093 Commits

Author SHA1 Message Date
Anthony Calosa
f3ca16bf43 update PlayerStatisticScene
-add CardActivationAchievements
-fix flipped TextureRegion
2023-05-02 06:26:49 +08:00
Anthony Calosa
7db9f85bf9 (Android) enable numpad for getInteger prompt on supported platform 2023-04-28 19:03:24 +08:00
GitHub Actions
53bed72fe5 [maven-release-plugin] prepare for next development iteration 2023-04-24 13:03:27 -04:00
GitHub Actions
b8c6086cc0 [maven-release-plugin] prepare release forge-1.6.56 2023-04-24 13:03:27 -04:00
TabletopGeneral
6cdd7f8dba Style updates 2023-04-24 08:11:02 -04:00
jjayers99
9886d06790 Addition of MOM Jumpstart packs, integration into Adventure Mode start options 2023-04-23 22:41:11 -04:00
Anthony Calosa
b3e80cfe42 cleanup 2023-04-24 00:42:41 +08:00
Anthony Calosa
442a859ec1 Add AdventureWinLose Overlay
- show Match results after Duels on Adventure Mode
- update SettingsScene options to disable AdventureWinLose Overlay
- update console toggle
2023-04-24 00:38:57 +08:00
Anthony Calosa
6f8309c31a update equipped abilities 2023-04-23 08:01:43 +08:00
friarsol
7d5c1bed3c Select pet must use an English string to store pet selection 2023-04-20 18:10:35 -04:00
Anthony Calosa
7dba1eff07 update translation, disable foil for battle cards
- todo move the draw method inside the card render method or use a general foil effect shader..
2023-04-19 09:20:34 +08:00
TabletopGeneral
66c4d8581c Merge branch 'Card-Forge:master' into master 2023-04-17 21:26:05 -04:00
jjayers99
3aac5625f2 Adventure quest tracking correction 2023-04-17 21:25:37 -04:00
Anthony Calosa
e2c5be027f update icons 2023-04-18 07:23:52 +08:00
TabletopGeneral
cc5be08e0f Merge pull request #1 from jjayers99/Wake-Animations
Wake Animations
2023-04-17 09:20:59 -04:00
Anthony Calosa
b0cde1cd2e enable option to zoom view rotated battle cards 2023-04-17 21:01:43 +08:00
Anthony Calosa
9857084217 fix CardZoom not working 2023-04-17 20:31:42 +08:00
Anthony Calosa
797dc055c7 Update FSkinImage.java
use default sourcefile for MANAICONS
2023-04-17 20:16:45 +08:00
Anthony Calosa
32c7829ac8 Merge pull request #2939 from Card-Forge/battle-editor
Battle deck editor types
2023-04-17 19:28:39 +08:00
Anthony Calosa
e8bd1ae159 Update FSkin.java
get default skinfile for manaIcons, should fix old skins without battle icon
2023-04-17 18:11:07 +08:00
friarsol
2f6b6cbd47 Mobile battle deck editor additions 2023-04-16 23:06:36 -04:00
friarsol
245e828dd9 Add Battles for DeckEditor types 2023-04-16 22:19:20 -04:00
Anthony Calosa
e983cbac61 add Flip icon 2023-04-17 08:13:54 +08:00
Anthony Calosa
3948a6df8a Update AdventureQuestStage.java
format
2023-04-17 00:55:09 +08:00
TabletopGeneral
21d4478f28 Merge branch 'Card-Forge:master' into master 2023-04-16 07:29:43 -04:00
jjayers99
04ef8de211 Adventure Updates
Fix for requiring specific targets for battle objectives.
Small corrections to Island / Mountain capital maps
2023-04-16 07:29:10 -04:00
jjayers99
a83ed8785d Wake Animations
1. Define a wake animation in sprite + atlas
2. Set enemy as hidden, add a threatRadius value
3. Walk into range - hidden enemy will reveal itself via one-time wake animation
Note - Currently resets after battles, need to keep state to not re-bury zombies between fights.
2023-04-15 22:10:23 -04:00
Anthony Calosa
7a60241f73 update dialog and some icons 2023-04-15 21:18:42 +08:00
Anthony Calosa
d0a00461ae Update AdventureQuestController.java 2023-04-15 10:30:16 +08:00
jjayers99
fb8a7b904a Adventure quest updates
Arena quest stage objectives now available, one quest added.
Removed extra trigger for accepting quest in "A Vision of Destruction" offer dialog.
Minor dialog enhancements.
2023-04-14 22:14:12 -04:00
jjayers99
92ec69e095 Adventure updates
Clear quests on New Game+
Small cleanup tweaks to town layouts
Added (big) signs to capitals for arena and spellsmith.
Quests can now be tagged with sources, allowing generation in specific towns / biomes.
NPC arena matches are now weighted on relative HP rather than 50/50 odds.
Removed invisible collision wall in Maze_1.tmx, gave threat range to nearby enemy instead.
2023-04-14 07:55:38 -04:00
Anthony Calosa
c71c5874b3 Merge pull request #2910 from bbp9857/master
Added copy and delete deck
2023-04-14 08:31:39 +08:00
Benjamin Perry
0505b6c709 Merge conflicts 2023-04-13 20:10:21 -04:00
Benjamin Perry
2f17c2f8f9 Merge conflicts 2023-04-13 20:08:05 -04:00
Anthony Calosa
93b8fc79b7 fix buttons 2023-04-14 07:52:55 +08:00
Anthony Calosa
26cc7d0fe5 update menu button positions 2023-04-14 05:26:25 +08:00
Anthony Calosa
9da9d1f714 Update AdventureQuestController.java
update check
2023-04-14 04:10:08 +08:00
Anthony Calosa
4bbf516e89 fix loading error classcastexception
- fix classcastexception-cannot-assign-instance-of since the old value is of UUID and changed to String, old file will not load...
2023-04-14 04:04:09 +08:00
Anthony Calosa
11989ebb2b Merge pull request #2917 from kevlahnota/newmaster2
update GameHUD, InventoryScene
2023-04-14 03:15:15 +08:00
Anthony Calosa
932269f0c3 Merge pull request #2909 from jjayers99/master
Adventure updates
2023-04-14 03:06:39 +08:00
Anthony Calosa
8ccdabcdf6 update GameHUD, InventoryScene
- can equip activatable items for quick access on GameHUD
2023-04-14 02:49:09 +08:00
Benjamin Perry
7e386c034a Merge remote-tracking branch 'upstream/master' 2023-04-13 14:29:58 -04:00
jjayers99
8514442220 Additional quest fixes, framework for new objective type 2023-04-13 09:00:53 -04:00
Benjamin Perry
a743e412ce updating local deck, and selecting / scrolling to new copy 2023-04-13 08:23:32 -04:00
jjayers99
32417c7958 Update DialogActor.java 2023-04-13 07:11:52 -04:00
Benjamin Perry
a1366deff7 not mucking with selected index 2023-04-13 06:55:03 -04:00
Anthony Calosa
1eca58c313 remove redundant frames on navigation arrow 2023-04-13 11:50:34 +08:00
Benjamin Perry
f5f3496e30 Added copy and delete deck 2023-04-12 23:28:44 -04:00
jjayers99
3a8aae7af0 Adventure updates 2023-04-12 23:25:39 -04:00
Anthony Calosa
8b359d8b5c update navigation arrow 2023-04-12 18:10:52 +08:00