Commit Graph

27637 Commits

Author SHA1 Message Date
swordshine
6355dd14ec - Added 3 FRF runemarks 2015-01-16 14:10:15 +00:00
swordshine
55f656cfa5 - Fixed Vaultbreaker 2015-01-16 13:42:13 +00:00
swordshine
c922b34c19 - Fixed a typo 2015-01-16 13:07:32 +00:00
swordshine
0d4cdbd1cb - Added FRF edition file and merged FRF branch 2015-01-16 13:02:28 +00:00
swordshine
5d8054200f - FRF: Fixed Monastery Siege 2015-01-16 12:07:30 +00:00
Agetian
e5c25f1cab - Second attempt at fixing the keywords lingering longer than necessary, looks like there were actually two related problems - the data about equipments being copied over to a temporary copy that then became a card going to graveyard *and* the keywords from enchantments and such staying on the card (even the copied one, without any enchantment info being hard-copied) when going to graveyard.
- A better fix for the second problem would be to actually find *why* (and where in the code) those keywords are not cleaned up and clean them up there, but I can't find where it is for now. Please review and update as necessary.
2015-01-16 10:44:15 +00:00
Agetian
12688a1bb1 - Do not copy equippedBy/enchantedBy/fortifiedBy information when copying a card (because two cards can't really be enchanted/equipped by the same card anyway, so it should be unique). This fixes a bug with keywords lingering longer than necessary. 2015-01-16 08:06:18 +00:00
swordshine
a27bd64d5d - FRF: Added Channel Harm 2015-01-16 07:26:08 +00:00
drdev
72a33daf87 Prevent mobile app crashing on startup 2015-01-16 03:58:13 +00:00
Myrd
47a3a173b6 Refactor helper function. 2015-01-16 03:35:52 +00:00
Myrd
03631aef2e Fix indentation. 2015-01-16 03:31:48 +00:00
drdev
06c4402cef Update mobile app to 1.5.33 2015-01-16 03:12:30 +00:00
swordshine
f3a490db3d - Tweaked "TriggeredDefendingPlayer" 2015-01-15 13:46:02 +00:00
swordshine
5e5060256a - FRF: Added Brutal Hordechief 2015-01-15 13:36:56 +00:00
swordshine
9483a889f1 - Fixed a possible ClassCastException when Septic Rats attacks a planeswalker 2015-01-15 13:10:10 +00:00
swordshine
cee0eb27f6 - FRF: Added #97-100 by Marek14 and Kapoue (tweaked CopyAttacking for Flamerush Rider) 2015-01-15 12:11:24 +00:00
swordshine
997d8795a5 - FRF: Added Tasigui, the Golden Fang and Diplomacy of the Wastes 2015-01-14 05:18:27 +00:00
Agetian
56dd767343 - Revert the last couple commits, looks like there is no unwanted console spamming if everything is set up properly. 2015-01-14 04:59:23 +00:00
Agetian
e40f374eff - Forgot to commit this file. 2015-01-13 19:57:59 +00:00
Agetian
eaa80c9583 - Avoid spamming "picture not found" messages when looking for XLHQ art. 2015-01-13 19:57:17 +00:00
Agetian
3c3a830d04 - Refactored the XLHQ card zoom code, moved GetImageXlhq to FImageUtil where it belongs more. 2015-01-13 18:04:45 +00:00
Agetian
c9e4dd9ffc - Support foiling XLHQ card images. 2015-01-13 17:55:36 +00:00
Agetian
22c6f99af8 - Correction in CHANGES.txt. 2015-01-13 17:38:47 +00:00
Agetian
1bd2aff0b1 - Added support for zooming in to XLHQ tokens (documented in CHANGES.txt). 2015-01-13 17:37:24 +00:00
Agetian
b7191150f0 - Reorganized the imports a little bit. 2015-01-13 16:56:06 +00:00
Agetian
027f0038e7 - Added a way to zoom to a XLHQ card picture if available (optional), documented it in CHANGES.txt.
- Fixed the planes and phenomena not being rotated 90 degrees when zooming in on them.
2015-01-13 16:54:12 +00:00
Agetian
3a45df9217 - Fixed the image sprite loading bar going to 116% instead of to 100%. 2015-01-13 14:29:37 +00:00
Sol
d4b74ddc31 - For some reason hasFizzled didn't have any checks to make sure spells are still on the stack 2015-01-13 00:29:01 +00:00
Chris
88a61c2023 Added new card names to changes.txt. 2015-01-12 23:50:21 +00:00
swordshine
ed444c2705 - FRF: Added Grim Contest 2015-01-12 14:14:18 +00:00
Myrd
dc3f487d6b Fix following exception at game end:
java.lang.RuntimeException: Cannot remove input InputPayManaOfCostPayment because it's not on top of stack. Stack = []
	at forge.match.input.InputQueue.removeInput(InputQueue.java:60)
	at forge.match.input.InputSyncronizedBase.stop(InputSyncronizedBase.java:49)
	at forge.match.input.InputPayMana.onStateChanged(InputPayMana.java:431)
	at forge.match.input.InputPayMana$3.run(InputPayMana.java:382)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)
2015-01-10 01:50:56 +00:00
swordshine
ed2bfcc295 - FRF: Added Soulfire Grand Master 2015-01-09 04:21:01 +00:00
Agetian
cf718c48fa - Removed an extra empty line. 2015-01-08 11:28:15 +00:00
Agetian
4305ad0612 - Visualize the information about the outcome of Scry in the log (because this info is supposed to be public - you can see whether your opponent scries to the top or to the bottom of the library). The only minor problem is that this outcome appears right before the announcement of the ability in the log (in the reverse order), not sure how to fix. 2015-01-08 11:20:06 +00:00
Chris
8058e75151 Added new card names to changes.txt. 2015-01-08 03:43:34 +00:00
Chris
a183893492 Cleared out the changes.txt file, now ready for new material. 2015-01-08 03:27:38 +00:00
Chris
cfe726e14a update poms to 1.5.33 2015-01-08 03:25:07 +00:00
Agetian
cb7820eb80 - Submitting KTK token name corrections by Xitax. 2015-01-07 06:49:26 +00:00
Sloth
8fc20a4e72 - Added the quest decks: Bullseye 2 (by Nordos) and Imperial Guard 2 (by tojammot). 2015-01-06 13:48:09 +00:00
-gz
1a5d5efebc Allow tapping of less than everything for cards which may tap any number 2015-01-06 00:56:28 +00:00
-gz
aa6c7943aa During drafting stop reporting basic lands as not found on stdout 2015-01-06 00:52:13 +00:00
Chris
05e43cf21c Preparing the changes.txt file for the next beta build and release. 2015-01-05 13:49:35 +00:00
Chris
367466df4e Added new card names to changes.txt. 2015-01-05 13:45:26 +00:00
drdev
b2a3bcaae1 Make black and red tiles more distinct 2015-01-05 02:02:54 +00:00
drdev
3e51983237 Code cleanup 2015-01-05 01:49:00 +00:00
drdev
11b8cfed8b Support better tiles 2015-01-05 00:22:32 +00:00
drdev
a809ab2546 Support rendering color tiles instead of mana icons 2015-01-04 20:31:08 +00:00
Myrd
2853af3a10 Support saving/restoring game state that has creature tokens. 2015-01-03 19:15:44 +00:00
Sol
06801023b5 - Adding Manifest effect 2015-01-02 22:48:47 +00:00
Chris
37029fd2b9 Added new card names to changes.txt. 2015-01-01 21:09:54 +00:00