added start and Test% rule and updated README

master
melvin 2011-05-28 15:47:06 +08:00
parent cbf5f22451
commit 5eb169d021
2 changed files with 14 additions and 5 deletions

View File

@ -37,12 +37,19 @@ $(BUILD)/javac.last: $(SRC)
tags: $(SRC)
ctags -R .
Test%:
java -cp $(MAG) -DtestGame=Test$* magic.MagicMain
$(EXE): $(MAG)
cd launch4j; ./launch4j ../release/magarena.xml
clean:
-ant clean
-rm $(BUILD)/javac.last
-rm $(MAG)
start: jar
java -Xmx256M -cp build magic.MagicMain
test: $(MAG)
$(JAR) -DrndSeed=123 magic.DeckStrCal \

View File

@ -27,14 +27,16 @@ Thanks for your support and have fun!
Release 1.14 (May XX, 2011)
============
- 600 cards in default cube
- 900 cards in all cube (includes those in default)
- 28 tokens
- default cube (600 cards)
- all cube (900 cards)
- tokens (28 cards)
- (same as last version, no new cards added)
- added Naya Hushblade (Alara Reborn Common)
- restored ability to download card images from the WWW
- fixed bug with protection from monocolored
- fixed bug with protection from monocolored and land that become creatures
- fixed bug with "as long as you control another multicolored permanent" and
land that become creatures
- print error messages to stderr when an exception occurs
- by default all card pics shown at 312x445 for consistency, can be changed
via option in preference menu to show original image size