Anthony Calosa
2b9fa901c6
unused import
2022-07-09 17:15:36 +08:00
Anthony Calosa
2f4481e76f
Merge branch 'master' into newmaster
2022-07-09 17:08:43 +08:00
Anthony Calosa
fb67263b5f
Merge pull request #1079 from kevlahnota/master
...
refactor libgdx static objects to be disposed
2022-07-09 17:03:33 +08:00
Anthony Calosa
3e3abed344
misc moved to Assets
2022-07-09 17:01:20 +08:00
Anthony Calosa
fe5cc6f829
missing import
2022-07-09 16:54:55 +08:00
Anthony Calosa
e5727c60d5
revert override
2022-07-09 16:53:45 +08:00
Anthony Calosa
24069c2b2a
Update SplashScreen.java
2022-07-09 16:45:45 +08:00
Anthony Calosa
b385fe8033
remove unused function
2022-07-09 16:40:07 +08:00
paulsnoops
d3460d1901
edition_fix
2022-07-09 09:29:41 +01:00
Anthony Calosa
4b5ebf2575
refactor libgdx static objects to be disposed
...
-fixes memory leaks since these objects are not properly disposed by the GC
-Textures, BitmapFonts and others should be disposed manually if not loaded in the assetmanager
2022-07-09 15:53:19 +08:00
TRT
495cd22897
Clean up
2022-07-08 22:06:54 +02:00
mctubbies
3b0b7ff9e9
Card Script for Blur ( #1059 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Delete Blur.txt
2022-07-08 22:38:33 +03:00
mctubbies
ce6e20ff82
Card Script for Haunted One ( #1060 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Delete Haunted One.txt
* Add files via upload
* Delete Haunted One.txt
* Add files via upload
* Add files via upload
2022-07-08 22:38:27 +03:00
Paul Hammerton
b59064979f
Merge pull request #1075 from paulsnoops/hbg_edition
...
Alchemy Horizons: Baldur's Gate edition file
2022-07-08 20:32:20 +01:00
paulsnoops
93e199fb57
Alchemy Horizons: Baldur's Gate edition file
2022-07-08 20:28:47 +01:00
mctubbies
2d81a1ad08
Gluntch - Fixing Legendary Tag ( #1073 )
...
* Add files via upload
* Correcting Gluntch's Legendary tag
Previous merge did not have Gluntch marked correctly as legendary.
2022-07-08 18:41:24 +02:00
tool4ever
dbaa2394c2
Merge branch 'Card-Forge:master' into charming
2022-07-08 17:19:46 +02:00
Anthony Calosa
dd8de283c9
Merge pull request #1072 from kevlahnota/master
...
prevent NPE
2022-07-08 22:11:30 +08:00
Anthony Calosa
fdff74d84c
prevent NPE
2022-07-08 22:06:18 +08:00
Anthony Calosa
29a5215e3d
Merge pull request #1071 from kevlahnota/master
...
fix crash
2022-07-08 21:57:11 +08:00
Anthony Calosa
d186991107
fix crash
...
closes #1068
2022-07-08 21:55:14 +08:00
Anthony Calosa
267ec6f1d7
Update borderlessCardList.txt
2022-07-08 19:21:00 +08:00
Anthony Calosa
0d49774c49
Merge pull request #1070 from kevlahnota/master
...
Fix loading fallback_skin, delay setlookup file
2022-07-08 14:45:18 +08:00
Suthro
5c416b556a
Merge branch 'Card-Forge:master' into master
2022-07-08 01:43:36 -05:00
Suthro
9624ff9cdf
Merge branch 'master' of https://github.com/Suthro/forge_scripttesting
2022-07-08 01:43:16 -05:00
Suthro
09b4358e9b
HBG: Tasha, Unholy Archmage
...
HBG: Added script for Tasha, Unholy Archmage
2022-07-08 01:43:13 -05:00
Anthony Calosa
77678b4cbc
Fix loading fallback_skin, delay setlookup file
2022-07-08 14:38:43 +08:00
Suthro
38e1d520f6
Update navigation_orb.txt
2022-07-08 00:18:36 -05:00
Suthro
274cbbb42a
Update navigation_orb.txt
2022-07-07 23:48:46 -05:00
Suthro
2c79b891c8
Update navigation_orb.txt
2022-07-07 23:48:27 -05:00
Suthro
36d4cd09e9
Update navigation_orb.txt
2022-07-07 23:48:03 -05:00
Suthro
7a64e21389
Update cliffgate.txt
2022-07-07 23:45:53 -05:00
Suthro
8dbeb8d513
Update citadel_gate.txt
2022-07-07 23:45:39 -05:00
Suthro
aa1c30af21
Update black_dragon_gate.txt
2022-07-07 23:45:16 -05:00
Suthro
20bf39770a
Update manor_gate.txt
2022-07-07 23:45:02 -05:00
Suthro
c3d2d4ae27
Update heap_gate.txt
2022-07-07 23:44:22 -05:00
Suthro
f7fcd8a857
Update gond_gate.txt
2022-07-07 23:43:28 -05:00
Xavier
6bd5ad8a06
Added TargetedCard to getDefinedCards() and to the filtered options in getDefinedPlayers()
2022-07-08 00:26:27 -04:00
Anthony Calosa
0ae6fcd161
Merge pull request #1069 from kevlahnota/master
...
add EvictingQueue for loaded images
2022-07-08 11:27:05 +08:00
Anthony Calosa
fed4ab99c1
add EvictingQueue for loaded images
...
-use the Queue as reference for removing old entries on the AssetManager
-fix cardArtCache storing forgeArt, should fix missing cardArt
2022-07-08 11:04:53 +08:00
Anthony Calosa
88744b56b0
Merge pull request #1042 from Northmoc/terramancer
...
CLB: Deep Gnome Terramancer and support
2022-07-08 07:26:34 +08:00
Anthony Calosa
446e0a48aa
Merge pull request #1055 from kevlahnota/master
...
Refactor FSkin to use Assetmanager
2022-07-08 07:25:49 +08:00
Xavier
80472b27f7
Added DeckHints
2022-07-07 19:09:55 -04:00
Paul Hammerton
e4a038788a
Merge pull request #1065 from mctubbies/patch-2
...
Update CONTRIBUTORS.txt
2022-07-07 21:20:20 +01:00
Paul Hammerton
1ffbff4f5a
Merge pull request #1067 from paulsnoops/sld_update
...
SLD Fortnite update
2022-07-07 21:18:12 +01:00
paulsnoops
599ad6980d
SLD Fortnite update
2022-07-07 21:11:10 +01:00
mctubbies
3b34258302
Update CONTRIBUTORS.txt
2022-07-07 14:47:58 -05:00
Paul Hammerton
252c9ee060
Merge pull request #1057 from mctubbies/Gluntch
...
Card Script for Gluntch, the Bestower
2022-07-07 20:47:56 +01:00
mctubbies
a0aaa49c01
Add files via upload
2022-07-07 14:18:59 -05:00
mctubbies
e4f887bf38
Add files via upload
2022-07-07 14:17:05 -05:00