This website requires JavaScript.
Explore
Help
Sign in
Failure
/
foul-magics
Watch
1
Star
0
Fork
You've already forked foul-magics
0
forked from
External/mage
Code
Pull requests
1
Releases
Packages
Activity
Actions
61de630f5a
foul-magics
/
Mage
/
src
/
main
/
java
/
mage
/
game
/
command
History
Download ZIP
Download TAR.GZ
Evan Kranzler
61de630f5a
Implemented Domri, Chaos Bringer
2019-01-07 21:00:39 -05:00
..
emblems
Implemented Domri, Chaos Bringer
2019-01-07 21:00:39 -05:00
planes
rewrite watchers to GameState.getWatcher(), rather than getWatchers().get(). This hides away the implementation of the watchers. Accepts the class rather than the name. Always returns the specific subclass, so there is no more casting needed. Only 1 line in the common library remains, that is still using the old 'deprecated' method. Needs a new version release to do that.
2019-01-06 20:59:13 +01:00
Command.java
remove all MIT copyright notices from files
2018-06-02 17:59:49 +02:00
Commander.java
Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc);
2018-11-29 19:29:39 +04:00
CommandObject.java
make plane and emblem implement Controllable to give access to the isControlledBy method
2018-09-30 12:48:03 +02:00
Emblem.java
Refactor: added copyFrom info for all objects (original card used for copy, copy of copy and etc);
2018-11-29 19:29:39 +04:00
Plane.java
Added seeds support to random util:
2018-12-30 03:52:30 +04:00