jjayers99
46aab83d72
Merge branch 'master' of https://github.com/jjayers99/forge-updates into master-local
2024-01-02 20:51:49 -05:00
jjayers99
8948193bd6
Adventure - Enable "Continue" button for BO3 duels
2024-01-02 20:51:32 -05:00
TabletopGeneral
80ada76793
Merge branch 'Card-Forge:master' into master
2024-01-02 20:46:42 -05:00
jjayers99
b65e3a3a34
Adventure - Enable "Continue" button for BO3 duels
2024-01-02 20:43:09 -05:00
Jorilx
13cf081046
Adventure: check for decks in user plane directory too ( #4401 )
...
* Adventure: check for decks in user plane directory too
* Adventure: simplified check for decks in user plane directory
* Removed unused import
2024-01-02 20:10:15 +03:00
Jorilx
3cb7fac8f2
Adventure: add config setting 'allowedEditions' ( #4431 )
2024-01-02 17:20:45 +03:00
Jorilx
4161858bcf
Adventure: when loading enemies on a map, if an enemy definition cannot be found choose a random one from the current biome ( #4463 )
2024-01-02 17:20:22 +03:00
jjayers99
3de20add60
Adventure - quest code refactoring
2023-12-31 10:56:16 -05:00
jjayers99
008de375f3
Removing unused imports
2023-12-30 09:19:13 -05:00
jjayers99
54cdf3c6ab
Adventure - save tweaks
2023-12-30 09:04:25 -05:00
jjayers99
f49c002048
Removing unused import
2023-12-30 01:10:05 -05:00
jjayers99
bb4e21b94b
Adventure - Overworld pathfinding WIP cleanup
2023-12-30 01:08:02 -05:00
jjayers99
3cc39b6a11
Adventure - Exploration branch of Chapter 1 storyline quests
2023-12-30 00:15:04 -05:00
Northmoc
7f5e75bdb0
PIP: Radiation mechanic implementation ( #4204 )
...
* PIP: Radiation mechanic implementation
* remove OVERRIDE
* remove unused property
2023-12-26 06:55:14 +03:00
friarsol
0d69b600f8
- Updating alpha versions
2023-12-04 21:49:15 -05:00
GitHub Actions
8c82589436
[maven-release-plugin] prepare for next development iteration
2023-12-04 20:40:21 -05:00
GitHub Actions
7e0088328b
[maven-release-plugin] prepare release forge-1.6.59
2023-12-04 20:40:21 -05:00
Chris H
98f84fb6ea
Improve android versioning + autoupdate ( #4240 )
2023-11-28 21:48:56 -05:00
Chris H
f7b498c586
Android release ( #4203 )
...
Futzing with the Android Forge Version
2023-11-23 22:41:57 -05:00
Anthony Calosa
881ccf81b1
update DefaultItemRenderer title/ability name
...
- support spaces on ability/title with cost
2023-11-05 20:51:29 +08:00
Anthony Calosa
4abce673ef
..
2023-11-05 18:33:25 +08:00
Anthony Calosa
88087bd929
remove duplicate
2023-11-04 22:49:59 +08:00
Anthony Calosa
cedb4b2bef
update AdventureEventData pickWeightedCardBlock
2023-11-04 22:46:53 +08:00
Anthony Calosa
7cf8c49a90
fix missing planes not downloading
...
- resets texture to null to reload
2023-11-04 01:03:07 +08:00
Anthony Calosa
b53dc6f6b9
refactor planechase loader
...
- add who planes images
2023-11-02 15:23:48 +08:00
Anthony Calosa
5bf4c03b23
prevent NPE when loading save with null boosters object
2023-11-01 19:30:39 +08:00
Anthony Calosa
76583c1769
move status symbol
...
- closes #4035
2023-11-01 09:54:29 +08:00
Northmoc
77725b6e6d
merge lblOk and lblOK ( #4040 )
2023-10-30 21:50:28 +03:00
Agetian
04c53a1b94
Fix pulling a card with no filters in All Card Variants mode ( #4009 )
...
* - Implement a fallback mechanism in case getting a card by name and edition fails for whatever reason.
* - Patch up pulling a card without filters in All Card Variants mode.
2023-10-28 08:19:41 +03:00
Agetian
d53af083f2
- Implement a fallback mechanism in case getting a card by name and edition fails for whatever reason. ( #4008 )
2023-10-28 08:14:27 +03:00
Anthony Calosa
0a6fc95203
remove UI_CLONE_MODE_SOURCE preference
...
- clone effect was updated last 2019 and this isn't used anymore, free up some space for options
2023-10-26 16:41:10 +08:00
Agetian
4d515c8bce
SpellSmith: fix a crash when trying to pull from a specific set with the "Use All Card Variants" mode disabled ( #3968 )
...
* - Add puzzle PS_WOE4.
* - SpellSmith: when Use All Card Variants is disabled, pull from whatever set is the only one existing in Adventure.
2023-10-25 06:48:45 +03:00
Agetian
61b39b9f57
Spell Smith should pull cards from a particular edition ( #3953 )
...
* - DamageDealAi: allow beneficial PW abilities (e.g. Sorin, Vengeful Broodlord).
* - Better place for the logic
* - Simpler implementation
* - Pull cards from a particular edition in the Spell Smith's shop.
2023-10-23 21:27:09 +03:00
Agetian
1131003e74
Ensure that cards correspond to the world seed in All Card Variants mode + add puzzle PS_WOE3 ( #3919 )
...
* - Add puzzle PS_WOE3.
* - Ensure that the cards are generated with the world seed in mind.
2023-10-18 13:38:29 +03:00
Anthony Calosa
8d1d5359b1
Merge branch 'master' into newmaster2
2023-10-15 15:33:37 +08:00
Anthony Calosa
20a5671da4
save options even if winlose overlay is disabled
2023-10-15 15:12:09 +08:00
Anthony Calosa
06db3b78a4
fix adventure mode match options not saving
2023-10-15 15:06:34 +08:00
Agetian
1ca40fcb4c
Avoid excessive duplicates in "All Card Variants" mode ( #3905 )
...
* - Add an option to use all card variants in Adventure Mode.
* - Don't ignore card restrictions.
* - Minor refactor.
* - Minor refactor.
* - Hook up the code to two more reward types.
- Fix imports.
* - Restore StaticData.instance() calls.
* - Avoid generating land pools from all sorts of sets.
* - Ensure same set for basic lands
* - Avoid excessive duplicate cards in "All Card Variants" mode
2023-10-15 09:49:16 +03:00
Agetian
44932e9228
Add an option to use all card variants in Adventure Mode ( #3896 )
...
* - Add an option to use all card variants in Adventure Mode.
* - Don't ignore card restrictions.
* - Minor refactor.
* - Minor refactor.
* - Hook up the code to two more reward types.
- Fix imports.
* - Restore StaticData.instance() calls.
* - Avoid generating land pools from all sorts of sets.
* - Ensure same set for basic lands
2023-10-14 21:18:45 +03:00
Anthony Calosa
8bc225d134
update theme check
...
fixes black screen on startup if somehow the preffered skin folder is not accessible or missing
2023-10-02 23:28:51 +08:00
Anthony Calosa
d073bb94a5
add Display Shop Item names option
...
- closes #3639
2023-09-22 13:31:40 +08:00
Anthony Calosa
789d25bd1d
Merge branch 'master' into newmaster2
2023-09-21 18:55:38 +08:00
Anthony Calosa
ab1a2216ff
prevent NPE
2023-09-21 14:31:19 +08:00
GitHub Actions
72ddfd0be6
[maven-release-plugin] prepare for next development iteration
2023-09-20 22:00:51 -04:00
GitHub Actions
c629080a8d
[maven-release-plugin] prepare release forge-1.6.58
2023-09-20 22:00:51 -04:00
kevlahnota
e869badf50
Update CardImageRenderer.java
...
update textbox line color
2023-09-17 16:44:48 +08:00
kevlahnota
4923ad9fd0
Update CardImageRenderer.java
...
fix adventure rendered colorBG
2023-09-17 16:33:40 +08:00
TabletopGeneral
a4af5ccbf2
Merge branch 'Card-Forge:master' into master
2023-09-13 07:42:11 -04:00
jjayers99
373e334c67
Adventure updates
...
Large sprite collision fix
Jumpstart reward fix
Emeny instance specific deck overrides
Selectable reward framework
Work in progress for new storyline dungeons
2023-09-13 07:36:54 -04:00
friarsol
1274cf3aaa
Fix import
2023-09-08 11:19:33 -04:00