Commit Graph

1220 Commits

Author SHA1 Message Date
Sloth
b922a9e750 - NPE protection in checkZoneRestrictions. 2015-09-15 07:35:28 +00:00
Agetian
29ae50a2c4 - Fixed Lightning Storm and possibly other similar cards with abilities that can be activated from stack not registering in the Flashback zone correctly when going to stack.
- Currently a bit hacky (involves force-updating the flashback zone for view on adding a card to stack if there are externally activatable cards on stack at the moment the spell is added to stack), feel free to improve.
- There are still some visual glitches related to flashback and cards activated on stack - after the spell is cast, the spell sometimes visually "lingers" in the flashback zone for some time and then gets removed from there with time. Not sure how to fix.
2015-09-14 16:04:41 +00:00
Chris
2ee65644c8 [maven-release-plugin] prepare for next development iteration 2015-09-12 15:06:07 +00:00
Chris
35c8a1ec4e [maven-release-plugin] prepare release forge-1.5.45 2015-09-12 15:05:57 +00:00
Sol
7382c0db9c - Fix Oubliette to actually be an Oubliette, and not just an Oblivion Ring 2015-09-12 00:58:55 +00:00
Krazy
c9683b6d87 Cleaned up Card class. 2015-09-11 21:01:46 +00:00
Krazy
82dd141ec2 Fixed a bug that prevented the combat log from showing the most recently declared attacker. 2015-09-11 20:41:15 +00:00
Sol
5817028d9c - Added Autumn Willow 2015-09-10 22:43:14 +00:00
swordshine
d865e37a6f - BFZ: Added Conduit of Ruin 2015-09-08 13:30:36 +00:00
drdev
62aa75f818 Version bump to 1.5.45.003 2015-09-07 21:33:53 +00:00
drdev
debe605289 Capitalize keywords 2015-09-07 21:29:28 +00:00
drdev
1ce62b1bb8 Support preloading keywords for improved performance 2015-09-07 21:13:12 +00:00
drdev
1f42d91b9b Cache keyword display name 2015-09-07 20:17:38 +00:00
drdev
3be5a95c1c Add Keyword search 2015-09-07 20:14:10 +00:00
drdev
90e4474847 Add advanced deck search options 2015-09-06 04:38:09 +00:00
drdev
91e4f5d2d6 Flesh out predicate building for advanced search filters 2015-09-06 00:14:34 +00:00
Sol
87692b9a84 - Adding Arboria (Card remembers which players can be attacked, instead of looking things up through the engine) 2015-09-05 17:34:20 +00:00
Sol
89abb1416f - Remove unnecessary check in Card.setState that is already happening in turnFaceDown() 2015-09-03 16:04:56 +00:00
Sol
14c52aeba8 - When copying multiple spells , make sure you set the controller for each of them 2015-09-03 14:15:47 +00:00
swordshine
a73c627e24 - BFZ: Added Radiant Flames 2015-09-03 12:53:40 +00:00
Chris
88201def97 [maven-release-plugin] prepare for next development iteration 2015-08-28 17:40:57 +00:00
Chris
93bf0682e0 [maven-release-plugin] prepare release forge-1.5.44 2015-08-28 17:40:48 +00:00
swordshine
38ebf7658b - Fixed Nahiri, the Lithomancer 2015-08-27 08:24:07 +00:00
swordshine
b79e7ed2e2 - BFZ: Added Dominator Drone and Forerunner of Slaughter 2015-08-23 13:59:09 +00:00
swordshine
5dc4f8b2ac - BFZ: Implemented Awaken and added Sheer Drop 2015-08-23 12:51:23 +00:00
drdev
5e1c2a9c4e Fix warnings 2015-08-22 18:13:14 +00:00
Sol
2aafb36519 - Adding VancouverMulligan 2015-08-21 03:38:52 +00:00
Chris
bfc16156ba [maven-release-plugin] prepare for next development iteration 2015-08-14 18:32:38 +00:00
Chris
a9047c27b7 [maven-release-plugin] prepare release forge-1.5.43 2015-08-14 18:32:30 +00:00
Sol
4d9006b7be - Fixed Chandra, Pyromaster Ultimate not.. ultimating. 2015-08-11 01:49:02 +00:00
drdev
6140367122 Move creature type sorting to gui controller code 2015-08-04 01:28:49 +00:00
drdev
0a40ff50ee Avoid introducing an invalid creature type 2015-08-04 01:17:28 +00:00
drdev
240fbe20ed Make it easier to select creature types by sorting the most prevalent creature types in your deck to the top 2015-08-04 01:03:24 +00:00
drdev
303ed5cf1e Code cleanup 2015-08-04 00:37:30 +00:00
Krazy
766be50199 [maven-release-plugin] prepare for next development iteration 2015-08-01 19:01:20 +00:00
Krazy
cd5888f828 [maven-release-plugin] prepare release forge-1.5.42 2015-08-01 19:00:57 +00:00
Sol
f1e3fe22b8 - FIx End Turn effect not clearing waiting triggers from the stack. 2015-07-26 00:45:24 +00:00
Sol
1398ae8a08 - Fixing poor logic for DamagedByRemembered (Touch of Moonglove) 2015-07-24 17:26:12 +00:00
Chris
732f9c848a [maven-release-plugin] prepare for next development iteration 2015-07-20 15:26:17 +00:00
Chris
d3117236e9 [maven-release-plugin] prepare release forge-1.5.41 2015-07-20 15:26:07 +00:00
Sloth
f4ddf1a706 - The AI will now attack recklessly with creatures copied with Flameshadow Conjuring, Splinter Twin or similar cards. 2015-07-20 09:20:02 +00:00
drdev
d0e0b95620 Fix crash when setting ChosenColors 2015-07-19 22:43:30 +00:00
Agetian
d641aef886 - Attempting to fix NPEs related to the updated trackable property code. 2015-07-19 15:58:31 +00:00
drdev
90002b7d7f Fix combat to prevent crash 2015-07-19 01:08:35 +00:00
drdev
5ac766a542 Fix so player 2 can start a network game 2015-07-19 00:50:04 +00:00
drdev
c75a63305d Fix so player 2 receives zones properly in network game 2015-07-19 00:13:10 +00:00
drdev
fe3b689f84 Improve trackability of players in game 2015-07-18 21:57:18 +00:00
Sol
7b5b85ec8c - Triggers shouldn't activate themselves, if they are already active (Fix for Flame-Wreath Phoenix) 2015-07-18 17:16:36 +00:00
Kulnaro
50ee02a3b7 Fix handling of provoke when provoker is removed from combat 2015-07-17 10:54:34 +00:00
swordshine
dacd994f0a - Tweaked the "commander effect" according to Commander's new tuck rule 2015-07-17 00:03:50 +00:00