jeffwadsworth
|
27dec0cacb
|
- Fixed typo
|
2013-03-12 11:44:25 -05:00 |
|
jeffwadsworth
|
b9b7aa9ac9
|
- Added Corpse Harvester, Prison Term.
|
2013-03-12 11:26:58 -05:00 |
|
LevelX2
|
beafbe1aea
|
Added ActivateIfConditionActivatedAbility for abilities that can only be activated if condition is true.
|
2013-03-11 19:03:55 +01:00 |
|
LevelX2
|
707ce8fca4
|
[minor] format.
|
2013-03-11 17:39:01 +01:00 |
|
LevelX2
|
82c44b2b3b
|
Changed txt importer to recognize "Sideboard" independent if upper or lower case.
|
2013-03-11 17:32:44 +01:00 |
|
LevelX2
|
093be04805
|
Changed txt deck importer to use latest released card for a card name instead selecting it by random.
|
2013-03-11 15:47:03 +01:00 |
|
LevelX2
|
1fd3aa46e9
|
Renamed ConditionalActivatedAbility to ConditionalGainActivatedAbility. Minor Formating.
|
2013-03-10 14:27:47 +01:00 |
|
North
|
a7a565bb8f
|
[minor] access modifer order
|
2013-03-10 14:53:02 +02:00 |
|
LevelX2
|
aa0290fd32
|
Set Version to 1.0.1
|
2013-03-10 11:40:56 +01:00 |
|
North
|
e67620260c
|
[minor] removed redundant finally block in CardRepository
|
2013-03-10 11:05:30 +02:00 |
|
LevelX2
|
1263607862
|
Fixed a bug that abilities of creatures weren't applied correct after the creature was controlled by opponent and the controll effect ended. Test for this bug.
|
2013-03-10 02:31:14 +01:00 |
|
LevelX2
|
7e11cccc5b
|
Added reminder text to Persist Keyword ability.
|
2013-03-09 18:38:54 +01:00 |
|
LevelX2
|
da289a7f67
|
Fixed that it only is triggered by creatures.
|
2013-03-09 18:38:29 +01:00 |
|
LevelX2
|
f457817a05
|
Added MyMainPhase condition and ActivateOncePerTurnManaAbility.
|
2013-03-09 18:37:56 +01:00 |
|
LevelX2
|
8b57ede370
|
Fixed a bug of GameState that values for SetValue are not copied. Fixed it for Boolean objects only.
|
2013-03-09 18:36:30 +01:00 |
|
LevelX2
|
ffcd51989e
|
[minor] formatting
|
2013-03-06 16:35:22 +01:00 |
|
LevelX2
|
2409e229c0
|
Fixed can't attack alone ability (issue #119), creature wasn't untapped when attack was reverted.
|
2013-03-05 22:01:01 +01:00 |
|
LevelX2
|
0bc5f5fe49
|
Added Predicates BlockedById and BlockingAttackerId.
|
2013-03-05 15:03:37 +01:00 |
|
LevelX2
|
8718a1de8e
|
Fixed Pit Fight (issue #151) and other fight cards that both targets must be valid when the effect resolves. Fixed also that the second target must be another target than the first.
|
2013-03-04 22:54:27 +01:00 |
|
LevelX2
|
5b1de89159
|
Fixed extort that decision if player uses extort and mana payment now happens during resolution.
|
2013-03-04 08:49:03 +01:00 |
|
LevelX2
|
9f8722c359
|
Fixed that evolve did not look for last known information of permanant that triggered evolve if permanent meanwhile left the battlefield.
|
2013-03-04 08:46:03 +01:00 |
|
LevelX2
|
27b2a6c59d
|
Added the suspend ability.
|
2013-03-04 00:06:41 +01:00 |
|
LevelX2
|
31616f876e
|
Added the possibility to hide a ability for rule text generation.
|
2013-03-04 00:05:52 +01:00 |
|
North
|
a327668660
|
fixed possible NPEs
|
2013-03-02 18:02:09 +02:00 |
|
North
|
c0f837c2e0
|
removed unused fields
|
2013-03-02 18:02:08 +02:00 |
|
North
|
cdd5c3f2d3
|
[minor] removed redundant modifiers
|
2013-03-02 18:02:05 +02:00 |
|
North
|
5f6f1c7528
|
[minor] removed unused imports
|
2013-03-02 18:02:02 +02:00 |
|
LevelX2
|
1baa60e9de
|
Added the possibility to limit library search to an amount of cards (Aven Mindcensor).
|
2013-02-28 17:15:40 +01:00 |
|
LevelX2
|
955f5ea391
|
Added CAN_TAKE_MULLIGAN game event.
|
2013-02-28 08:27:24 +01:00 |
|
magenoxx
|
5577d5b3a8
|
Changed version from 0.10.1 to 1.0.0
|
2013-02-26 14:11:00 +04:00 |
|
LevelX2
|
d925dda0f8
|
Merge branch 'master' of https://github.com/magefree/mage.git
|
2013-02-25 18:32:30 +01:00 |
|
magenoxx
|
f3ae9c85a6
|
Fixed Issue#146: Creature moving to exile zone instead graveyard
|
2013-02-25 21:01:48 +04:00 |
|
LevelX2
|
c299ee9461
|
Renamed Effect.
|
2013-02-25 00:20:57 +01:00 |
|
LevelX2
|
12a5efa506
|
Fixed UnleashAbility, DevourEffect, Urabrask the Hidden, Due Respect, Orb of Dreams replacing EntersTheBattlefield instead of only modifying it.
|
2013-02-24 10:53:25 +01:00 |
|
LevelX2
|
6c08fbb088
|
Some minor formating and fixing changes to gatecrash cards.
|
2013-02-23 17:21:16 +01:00 |
|
magenoxx
|
f6f74bd96f
|
Fixed Issue#143: Wrong variable cost order
|
2013-02-22 23:29:49 +04:00 |
|
LevelX2
|
444df05715
|
Minor formating changes.
|
2013-02-22 16:02:23 +01:00 |
|
LevelX2
|
44708e6c4b
|
Minor rule text changes.
|
2013-02-21 17:06:18 +01:00 |
|
LevelX2
|
f75575f99b
|
Samll changes to ComputerPlayer logging, FromZone Pick for CardImpl added.
|
2013-02-21 01:22:10 +01:00 |
|
LevelX2
|
391c3db02e
|
Fixed to do the check of existing abilities always by rule text. Added a new abilities.containsRule() method to check by rule, that's sometimes needed. To check always by rule text leaded to bugs during applying copy effects.
|
2013-02-21 00:15:11 +01:00 |
|
LevelX2
|
47c8ad8076
|
Fixed a bug of copyEffect not removing the old abilities correctly.
|
2013-02-20 01:24:44 +01:00 |
|
LevelX2
|
36cd392a02
|
Minor change to rule text generation.
|
2013-02-17 19:05:52 +01:00 |
|
LevelX2
|
01a3660cf2
|
Changed a lot of cards to use ENTERS_THE_BATTLEFIELD event instead of ZONE_CHANGE event.
|
2013-02-17 01:14:42 +01:00 |
|
LevelX2
|
50bb73fa08
|
Expanded handling of the ENTERS_THE_BATTLEFIELD event to fix issue #82.
|
2013-02-17 01:13:15 +01:00 |
|
LevelX2
|
b2aef4225c
|
Fixed issue #137 that counters didn't trigger ADD_COUNTER event for each single counter.
|
2013-02-15 18:12:45 +01:00 |
|
LevelX2
|
db7694ae60
|
Solved a bug, that by removing the abilities of a permanent (LoseAllAbilitiesTargetEffect), the permanent was removed from locked in objects of effects from other sources than this permanent.
|
2013-02-14 16:18:18 +01:00 |
|
LevelX2
|
e4145c90b5
|
Fixed issue #135 that cards with miracle were always shown on the stack if it was possible to cast them with miracle also if the owner of the card dicided not to use the miracle ability. Minor formating.
|
2013-02-14 14:50:41 +01:00 |
|
LevelX2
|
8d3796ef7a
|
Fixed issue #136 of Wight of Precint Six. Added test for Wight of Precint Six.
|
2013-02-14 12:59:15 +01:00 |
|
LevelX2
|
1121c7c562
|
Fixed a bug in EntersTheBattlefield event of PermanentImpl using ownerId instead controller id. Fixes issue #133. Some minor formating.
|
2013-02-14 12:58:04 +01:00 |
|
LevelX2
|
127e63ce0d
|
Changed used battlefield.count or battlefield.getActivePermanents methods to take player range into account.
|
2013-02-13 01:24:36 +01:00 |
|