JRHerlehy
0a0a399259
Add Sideboard
...
Allows a deck to have a sideboard. The player must have saved the deck
with the CARDNAME of their commander in the NAME field of the Deck
Editor to have it process as valid.
2015-03-01 03:12:25 -08:00
JRHerlehy
8a6da4abe3
Allowing Sideboarding
...
Tiny Leaders allows sideboarding. Turned on sideboarding option.
2015-03-01 02:31:56 -08:00
JRHerlehy
a3b55d7625
Author Credit
...
Fixed author credit to match my GitHub Name
2015-03-01 01:47:18 -08:00
JRHerlehy
b58c5b2226
Fix .gitignore
2015-03-01 01:39:13 -08:00
JRHerlehy
983cb571e7
Fixed Tiny Leaders Duel Type
...
Fixed missing class access level for TinyLeadersDuelType
2015-03-01 01:34:49 -08:00
JRHerlehy
6e95e5ef70
Removed pushed target folder from TinyLeadersDuel
2015-03-01 01:32:15 -08:00
Jeff
e5da40976c
- Added Soul Foundry. Small changes.
2015-03-01 03:07:07 -06:00
LevelX2
166205218b
* AEtherspouts - Fixed a bug that could lead to endless loop if player left during resolution.
2015-03-01 09:29:22 +01:00
JRHerlehy
419b70a393
Merge branch 'master' of https://github.com/JRHerlehy/mage
2015-02-28 23:47:56 -08:00
Jeff
752f237b8d
- Added Extraplanar Lens.
2015-03-01 01:39:38 -06:00
Justin Herlehy
3544060ada
Server Project file Configuration
...
Changed to the Server pom file to include the Tiny Leaders Duel Format
2015-02-28 22:03:14 -08:00
Justin Herlehy
d87ec67965
Implementation of Tiny Leaders for XMage
...
Initial Implementation of Tiny Leaders
2015-02-28 19:55:32 -08:00
JRHerlehy
07db858f34
Implement Tiny Leaders for XMage
...
Initial implementation of Tiny Leaders for XMage
2015-02-28 16:16:10 -08:00
nickmyers
32d7072a4e
Implemented TinyLeaders.java extending DeckValidator
2015-02-28 12:00:34 -06:00
LevelX2
ca63b42e79
Merge origin/master
2015-02-28 12:57:12 +01:00
LevelX2
01ef3f9354
* Fixed a bug that replacemet effects did not work if the source object of the replacemet effect also changed zone ( fixes #759 ).
2015-02-28 12:55:49 +01:00
LevelX2
16163aa8cd
Merge pull request #761 from mnapoleon/master
...
Implemented 2 cards from Invasion (Goblin Spy and Mourning)
2015-02-28 05:25:10 +01:00
Michael Napoleon
61e5c2d7fe
fixed author name
2015-02-27 22:12:43 -05:00
Jeff
5e640b9318
- Added Wingrattle Scarecrow
2015-02-27 18:09:02 -06:00
Jeff
f995af804a
- Added Declaration of Naught
2015-02-27 18:01:45 -06:00
mnapoleon
80620c71c3
implemented Goblin Spy
2015-02-27 15:30:17 -05:00
mnapoleon
961fb5e31c
added Mourning card to Invasion set
2015-02-27 14:18:15 -05:00
LevelX2
6bd17716cd
Some minor changes.
2015-02-27 18:09:49 +01:00
LevelX2
1b45c997aa
Some minor changes.
2015-02-27 18:08:31 +01:00
LevelX2
11fb2412cb
Fixed a bug of AI target selection that caused endless loops during build of test project.
2015-02-27 15:18:38 +01:00
LevelX2
dd916a30e4
* Added undying test.
2015-02-27 15:18:19 +01:00
LevelX2
046a21427e
Merge origin/master
2015-02-27 15:08:49 +01:00
LevelX2
e075cb2eba
* Mana Reflection - minor change.
2015-02-27 15:07:11 +01:00
LevelX2
50261650b6
* Mana Reflection - Fixed that multiple Mana Reflections did not stack, fixed a bug of mana calculation ( fixes #758 ).
2015-02-27 15:05:53 +01:00
LevelX2
80d3e6bd9a
Fixed a bug of AI target selection that caused endless loops during build of test project.
2015-02-27 15:04:42 +01:00
LevelX2
86929baf53
Merge pull request #757 from myersn024/master
...
Implemented AuraThief.java
2015-02-27 12:05:26 +01:00
Jeff
96f08cad9c
- Added Force of Nature and Fork. Dude doing a video tutorial of XMage requested them.
2015-02-27 00:58:54 -06:00
nickmyers
af697616ec
Removed commented code from AuraThief.java
2015-02-26 18:09:12 -06:00
LevelX2
ae108ba338
Minor change to POM.
2015-02-27 01:08:24 +01:00
LevelX2
fa59699769
Made the storm counter more visible.
2015-02-27 01:08:08 +01:00
LevelX2
6f6b35d40f
Some minor changes.
2015-02-27 01:07:49 +01:00
nickmyers
4c2570574a
Edited AuraThief.java based on suggestions from LevelX2
2015-02-26 18:07:15 -06:00
LevelX2
a7db298711
Some minor changes.
2015-02-27 01:06:59 +01:00
LevelX2
7a0e16fb33
* Vengeful Pharaoh - Fixed that it triggered for every creature doing simultaneously combat damage. Fixed that it wrongly also worked, if Vengeful Pharaoh already left the graveyard.
2015-02-27 01:06:11 +01:00
fireshoes
86393db911
Added Decree of Annihilation, Pit Keeper, and Songs of the Damned.
2015-02-26 15:46:36 -06:00
myersn024
b4966f5e68
Implemented AuraThief.java
2015-02-26 14:25:11 -06:00
LevelX2
debe2316b2
* Echo - Fixed that the sacrifice effect also forced the player to sacrifice a new instance of the permanent with echo.
2015-02-26 20:38:48 +01:00
LevelX2
587faf9704
Merge pull request #756 from myersn024/master
...
Implemented DwarvenMiner.java
2015-02-26 18:39:17 +01:00
myersn024
fd7f1362ae
Update DwarvenMiner.java
2015-02-26 11:17:38 -06:00
LevelX2
82472e682e
Merge origin/master
2015-02-26 16:49:20 +01:00
LevelX2
705debfe8a
Fixed some cards where it was possible to sacrifice not controlled permanents (e.g. Fireblast).
2015-02-26 16:48:21 +01:00
myersn024
c35e51c7de
Implemented DwarvenMiner.java
2015-02-26 09:47:02 -06:00
Plopman
39d1fd6f90
[5ND] Added 7 cards
2015-02-26 16:07:34 +01:00
LevelX2
4a5140d0ab
Fixed a bug of cost paying handling not showing only the left over unpaid part of mana cost ( fixes #185 ). Added the name of the object the cost is paid for to the feedback panel.
2015-02-26 13:52:02 +01:00
LevelX2
972fe78898
* Training Grounds - Fixed that the reduction did not work correctly with hybrid mana. Fixed the check what ability is an activated ability ( fixes #754 ).
2015-02-26 12:07:28 +01:00