magarena/release/README.txt

302 lines
11 KiB
Plaintext
Raw Normal View History

2011-05-21 02:56:43 -07:00
Magarena
========
Homepage: http://magarena.googlecode.com
Forum: http://www.slightlymagic.net/forum/viewforum.php?f=82
2011-05-28 01:40:20 -07:00
Requirements: Java Runtime 6 (http://java.com) must be installed on your computer
Starting Magarena:
On Windows, double click on Magarena.exe
On Linux, execute ./Magarena.sh.
On Mac, run Magarena.command
2011-01-08 15:41:16 -08:00
Magarena supports the following keyboard shortcuts :
2011-05-28 01:40:20 -07:00
Space or Right key : action button
Escape or Left key : undo button
Enter key : switch between graphical and text mode
F1 or M key : show or hide game messages
2010-11-28 13:32:39 -08:00
2011-05-28 01:40:20 -07:00
Selecting the AI to play against:
2011-06-20 00:09:59 -07:00
The desired AI can be selected in the "New duel" dialog (Arena -> New duel).
Default is MiniMax. AI difficulty level for the best balance of speed and
strength is the default 6.
The Monte Carlo AI spends at most N seconds to consider each move, where N is
the AI difficulty level. It is the strongest AI available, however it cheats
as it has knowledge of all cards in the game.
The Vegas AI should be fast on all difficulty levels.
2011-04-15 15:21:04 -07:00
2011-05-28 01:40:20 -07:00
Thanks to
ubeefx for creating such a great game
epiko for creating the very nice Magarena logo and the amazing color themes
Salasnet for the felt theme and pedro1973 for the dark battle theme
singularita for creating the scripts to add over 300 additional creature cards
Melvin Zhang for implementing the Monte Carlo Tree Search AI
LSK and Kuno for contributing custom decks
pedro1973 for creating new themes (http://www.slightlymagic.net/forum/viewforum.php?f=89)
mtgrares for the publicity
2011-06-07 01:41:19 -07:00
Goblin Hero for providing the images for some of the symbols
2011-06-20 00:09:59 -07:00
Rachel for help in resolving a number of issues from the project page
2011-05-28 01:40:20 -07:00
everyone on the CCGHQ forum (http://slightlymagic.net/forum/)
2011-05-21 02:56:43 -07:00
2011-05-28 01:40:20 -07:00
Thank you for your support and have fun!
2011-04-15 15:21:04 -07:00
2011-06-23 22:02:17 -07:00
Release 1.16 (July XX, 2011)
============
- 9XX cards in total
- added ubeefx cube (617 cards)
- added Mutavault
-
- do not auto pass priority when AI blocks your attackers
- increased delay when auto passing priority with item on stack to 2s
-
2011-06-20 00:09:59 -07:00
Release 1.15 (June 20, 2011)
2011-05-30 20:51:48 -07:00
============
2011-06-20 02:34:13 -07:00
- 916 cards in total
- added standard cube (303 cards)
- added extended cube (557 cards)
- added legacy cube (915 cards, all except Skullclamp)
2011-05-30 20:51:48 -07:00
2011-06-07 01:41:19 -07:00
- added Tectonic Edge
- added Flashfreeze
- added Pyroclasm
- added Tumble Magnet
- added Inkmoth Nexus
- added Spell Pierce
- added Sphere of the Suns
- added Celestial Purge
2011-06-20 00:09:59 -07:00
- added Mox Opal
- added Signal Pest
- added Negate
- added Mark of Mutiny
- added Explore
- added Nature's Claim
2011-06-07 01:41:19 -07:00
- reduce the number of passes needed if you have the skip single option
preference enabled (item on the stack is shown for 1s before resolving)
- changed default height and width of the application window to be 1024x600
- use symbols drawn by Goblin Hero
- fixed Vines of Vastwood so that if you target an opponent's creature, the
opponent cannot target the creature (previously Vines of Vastwood prevents
the opponent of the controller of the creature from targetting it)
2011-06-20 00:09:59 -07:00
- fixed implementation of first strike, so that triggers may occur after
dealing first strike damage and before regular damage is dealt (fixes issue
11: "Double Strike creature that leaves play after first strike still deals
regular damage (Dread bug)")
- state-based actions are carried out simultaneously instead of one permanent
at a time (fixes issue 7: "Problem in interaction between 704.3/704.5g and
613.4")
- fixed card pic for spirit token
2011-06-20 19:38:23 -07:00
- added cancel button to download images dialog, now it is possible to stop
2011-06-20 00:09:59 -07:00
downloading
- add this README.txt to the game's help menu
- added caching to Monte Carlo Tree Search AI so that simulations performed
for one decision can be reused when computing the next decision
2011-06-20 00:12:12 -07:00
- evaluated the AIs with different parameters, results available at
http://code.google.com/p/magarena/wiki/AIStrength
2011-05-30 20:51:48 -07:00
2011-05-28 01:40:20 -07:00
Release 1.14 (May 28, 2011)
2011-05-21 02:56:43 -07:00
============
2011-05-28 01:40:20 -07:00
- 601 cards in default cube
- 901 cards in all cube (includes those in default)
2011-05-21 02:56:43 -07:00
2011-05-28 01:40:20 -07:00
- added Naya Hushblade (Alara Reborn, Common)
2011-05-21 02:56:43 -07:00
- restored ability to download card images from the WWW
- 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
2011-05-28 01:40:20 -07:00
- enhanced error handling by printing error messages to stderr when an exception occurs
- renamed "can't be the target of spells or abilities your opponents control"
to hexproof
- by default all card images shown at 312x445 for consistency, can be changed
via option in preference menu to show original image size
- filter legal targets off by default as it is confusing to new users
2011-05-28 02:26:34 -07:00
- no need to restart after downloading images
- added hexproof to list of keywords [1.14a]
- added missing sounds folder [1.14a]
2011-05-21 02:56:43 -07:00
2011-04-23 12:54:23 -07:00
Release LE 1.13 (April 24, 2011)
===============
- default cube (600 cards)
- all cube (900 cards)
2011-04-24 10:12:21 -07:00
- added sound effects, disabled by default, can be enabled in preferences
- right mouse click on hand zone can now be used as a shortcut for action button
- infect and wither abilities are also shown on cards with same icon as deathtouch
Release LE 1.12 (April 17, 2011)
===============
2011-04-15 15:21:04 -07:00
- default cube (567 cards)
- all cube (888 cards)
2011-04-16 11:00:17 -07:00
- modified game to work with a premade Magarena data folder
- added selectable avatar sets in preferences, separate from theme
- added unlimited undo support
- added "Reset game" in menu, undoing all moves
- added M key as an additional shortcut for messages
2010-11-30 13:25:27 -08:00
2011-04-09 13:02:15 -07:00
Release 1.11 (April 11, 2011)
============
2011-04-09 13:09:55 -07:00
- default cube (555 cards)
2011-04-10 10:06:49 -07:00
- all cube (876 cards)
2011-04-09 13:02:15 -07:00
2011-04-09 13:09:55 -07:00
- renamed the two standard cubes to default and all
2011-04-09 14:41:53 -07:00
- improved displaying of messages with scroll bar and toggle button + F1 shortcut to show or hide messages
2011-04-09 13:02:15 -07:00
- improved mana cost images (if already installed, delete symbols folder in Magarena data folder and load images)
- improved card definition files, they now also contain the image url and cube information
- improved scoring for unnecessary equiping
2011-04-10 10:06:49 -07:00
- three new AI implementations are available next to the default MiniMax AI : Monte Carlo, Vegas and Random
- the preferred AI can be selected in preferences, the deck strength calculator always uses MiniMax AI
- added New and Load Duel buttons on startup screen
2011-04-15 15:21:04 -07:00
- added option to select a random deck from decks folder in New Duel dialog (folder icon)
2011-04-09 13:02:15 -07:00
- fixed Lightning Helix, it can now target your own permanents with filter legal targets enabled
2011-04-01 14:38:45 -07:00
Release 1.10 (April 1, 2011)
============
- ubeefx cube (544 cards)
2011-04-01 14:48:01 -07:00
- singularita cube (865 cards)
2011-04-01 14:38:45 -07:00
- redesigned card image loading (low quality images are no longer needed)
- high quality random card at startup if enabled in settings
Release 1.9 (March 22, 2011)
2011-03-21 15:41:59 -07:00
===========
- ubeefx cube (542 cards)
- singularita cube (862 cards)
2011-03-21 15:41:59 -07:00
2011-04-01 14:38:45 -07:00
- if a folder Magarena is present in the same folder as where Magarena is started, that is used as the Magarena data folder
- added extra settings to themes (see customizing Wiki page)
2011-03-21 15:41:59 -07:00
- added support for infect keyword and poison counters
2011-03-21 16:14:22 -07:00
- fixed Solemn Offering, it can now target your own permanents with filter legal targets enabled
- fixed handling of invalid avatars
2011-03-21 15:41:59 -07:00
Release 1.8 (March 13, 2011)
2011-03-09 14:38:02 -08:00
===========
- ubeefx cube (530 cards)
- singularita cube (850 cards)
- improved deck generator
- added option to play with monocolored generated decks
- changed function of Life + slider in difficulty settings so that it gives extra life to computer for added difficulty
- fixed must attack if able when power is zero or lower
2011-03-09 14:38:02 -08:00
- fixed apostrophes in Keywords screen
Release 1.7 (January 14, 2011)
2011-01-05 14:22:56 -08:00
===========
- 8 new cards (512 total)
2011-01-14 14:24:29 -08:00
- new splash screen and small UI tweaks
- added mana info for lands in hand and on battlefield
- added Enter as hotkey to switch between image and text mode
- added support for user made UI themes that can be downloaded separately
- added support for user defined card cubes next to the default cube
2011-01-05 14:22:56 -08:00
2011-01-09 10:28:17 -08:00
- fixed Pongify, it can now target your own permanents with filter legal targets enabled
Release 1.6 (January 2, 2011)
2011-01-01 03:30:33 -08:00
===========
2011-01-02 07:04:45 -08:00
- 4 new cards (504 total)
2011-01-01 03:30:33 -08:00
- mana cost, power & toughness and some abilities on cards in hand are now displayed in graphical view
2011-01-01 03:30:33 -08:00
- card drawing is now optional for Snake Umbra and Mask of Memory
- added support for intimidate and battle cry keywords
2011-01-01 03:30:33 -08:00
- fixed how deathtouch was handled causing a number of issues
- fixed endless loop in custom card shuffler for decks with a lot of CMC > 4 cards
- fixed Into the Roil, it can now target your own permanents with filter legal targets enabled
2010-12-28 09:30:39 -08:00
Release 1.5 (December 28, 2010)
===========
- 5 new cards (500 total)
- added random card to the startup screen
2010-12-26 06:42:58 -08:00
Release 1.4 (December 26, 2010)
===========
- 5 new cards (495 total)
- added light wood skin
- improved display of valid choices
- improved AI destroy and exile target pickers
- fixed Omnibian ability on level up creatures
Release 1.3 (December 24, 2010)
===========
- 15 new cards (490 total)
- replaced Elite Vanguard with Steppe Lynx
- replaced Curse of Chains with Narcolepsy
- added Magarena icon to application frame
- added keyboard shortcuts for action button : space or right key
- added keyboard shortcuts for undo button : escape or left key
- increased maximum difficulty level to 8 (default is 6)
- configurable number of games and difficulty level for deck strength calculator
- configurable card image popup delay in preferences (0 - 500 ms)
- configurable high quality transparent card image popups (turned off by default)
- improved display of stack in graphical view
- zoom effect on photo gadget is now delayed
- added support for sub folders in images data folder
- fixed triggered ability of Archon of Justice when discarding
Release 1.2 (December 18, 2010)
===========
- 25 new cards (475 total)
- replaced Disperse with Into the Roil
- replaced Gruul War Plow with Chimeric Mass
- support for loading and saving decks to an editable text format in decks folder
- disabled deck editing when duel is in progress
- added two and three color wild cards to new duel dialog
- charge counters are now displayed with amount in graphical view
- added tooltips for small icon buttons
- fixed aura or equipment that stays attached when creature has protection
- fixed sacrifice or exile at and end of turn not always triggering (Rakdos Guildmage)
- fixed self targeting of spells on stack (counters)
- fixed wrong multiple target behavior (Char and Goblin Artillery)
- fixed converted mana cost for X spells on stack (Draining Whelk)
- fixed triggered ability for multiple activations of Raging Ravine
2010-12-05 10:47:59 -08:00
Release 1.1 (December 7, 2010)
===========
2010-11-30 13:25:27 -08:00
- new splash screen
- display of version information on startup
2010-11-30 13:25:27 -08:00
- improved download images dialog with proxy support
- support for two color decks
- support for replacing cards in decks with edit button that shows the card explorer
- added Unhinged basic lands as alternate images for basic lands
- icons for summoning sickness, flying, first & double strike, trample and deathtouch in graphical view
- viewers for exile zone
- fixed summoning sickness rule
- fixed Spider Umbra aura
2010-11-30 13:25:27 -08:00
Release 1.0 (November 25, 2010)
===========
2010-11-30 13:25:27 -08:00
- initial release (450 cards)