Commit Graph

24155 Commits

Author SHA1 Message Date
Sloth
dcccae1f7c - Fixed AI using Idle Thoughts. 2014-02-12 21:28:28 +00:00
Maxmtg
fa3a140470 fix crashes in deck import when 'use latest edition' is unchecked. 2014-02-12 18:23:42 +00:00
Sloth
d9b657acf4 - Fixed AI suspending Aeon Chronicler for 0. 2014-02-12 15:28:35 +00:00
moomarc
b9046d8326 - Implemented alternate token art parameter in TokenEffect
- updated Eldrazi spawn token generators to reflect correct brood lineage according to https://www.wizards.com/magic/magazine/Article.aspx?x=mtg/daily/arcana/472
- updated token urls with THS tokens
- updated Theros scripts with token image params
2014-02-12 10:12:27 +00:00
swordshine
5b70f38a9c - Fixed TokenTapped 2014-02-12 10:05:21 +00:00
drdev
f94fcfc997 Lock resize cursors when resizing dock panes 2014-02-12 06:50:16 +00:00
Sloth
73e835df10 - Fixed Demonic Tutor and friends revealing the fetched card. 2014-02-12 06:30:39 +00:00
drdev
3dc4594173 Fix so I-Beam cursor displayed when over text fields 2014-02-12 06:29:49 +00:00
drdev
1606bfa2c5 Show resize cursor when hover border between columns and while resizing column 2014-02-12 06:17:17 +00:00
drdev
b39e0f4052 Allow manual resizing of fixed width columns 2014-02-12 05:40:26 +00:00
drdev
f61ac6b361 Column tweaks 2014-02-12 04:41:00 +00:00
drdev
b447b4ab6b Avoid showing unnecessary Folder column in certain DeckManagers 2014-02-12 04:25:20 +00:00
drdev
968a035672 Support marking decks favorites similar to cards 2014-02-12 04:03:49 +00:00
drdev
d976bed702 Support restoring the current deck in the Constructed Deck Editor after closing and reopening Forge 2014-02-11 19:26:29 +00:00
Maxmtg
720a44b4fd change zone ai won't crash with oob 2014-02-11 09:37:55 +00:00
swordshine
fb2287b8c2 - Fixed RearrangeTopOfLibraryEffect 2014-02-11 05:03:26 +00:00
Maxmtg
6468dcc712 bugfix: for cases when no foil is present 2014-02-11 04:56:01 +00:00
Maxmtg
c5923c31e9 DGM booster generation fixes 2014-02-11 04:50:12 +00:00
Sol
7ab28b5226 - Improving two card details text 2014-02-11 04:48:41 +00:00
swordshine
f862a01a78 - Fixed ThisTurnEntered and LastTurnEnded so controller change effects will not count 2014-02-11 04:41:38 +00:00
swordshine
875d019b1c - Fixed 2 cards 2014-02-11 03:58:24 +00:00
Sol
a4271de319 - Remove a phased out token from the battlefield, instead of exiling it, so Attached permanents get permanently phased out 2014-02-11 02:12:13 +00:00
Sol
4d00ab3ecf - Fix crash related to the legendary rule 2014-02-11 01:15:16 +00:00
Sloth
bebe569d10 - Fixed Steamflogger Boss. 2014-02-10 20:03:30 +00:00
moomarc
1c147936d7 - Added links to the Theros booster pack images
- Removed some old Planechase and Vanguard variant stuff
2014-02-10 15:06:13 +00:00
Chris
7e9220d414 Added new card names to changes.txt. 2014-02-10 14:28:24 +00:00
Agetian
01867e5352 - Made FoilAlwaysInCommonSlot the default choice (since all current sets use this option anyway).
- Refactored the edition definitions, now slots newer than TSP do not include the FoilAlwaysInCommonSlot line, while the older sets with foils have a FoilAlwaysInCommonSlot=False line.
- Some definition fixes related to foil generation.
2014-02-10 10:18:56 +00:00
Agetian
09b638075c - Another MMA foil update. 2014-02-10 08:44:52 +00:00
Agetian
79a61f2e12 - Fix for the previous fix. 2014-02-10 08:38:40 +00:00
Agetian
ed39723ab6 - Fix Modern Masters definition to work correctly with foils. 2014-02-10 08:38:03 +00:00
Agetian
b22ce18572 - Fix imports. 2014-02-10 08:34:09 +00:00
Agetian
9b55d3c36b - Update the Modern Masters definition. 2014-02-10 08:33:36 +00:00
Agetian
02bb5942b3 - Get rid of a debug println. 2014-02-10 08:33:24 +00:00
Agetian
a72655fc79 - Read the foil chance in booster value from edition files as a US locale double. 2014-02-10 08:32:49 +00:00
Agetian
30fda0e7a8 - Simplify foil chance calculations, use double to represent chance. 2014-02-10 08:17:34 +00:00
Maxmtg
9957c12ff8 split Command interface - separate class for ui, and another one for game. 2014-02-10 08:11:32 +00:00
Maxmtg
bfee22e968 disbanded 'constant' class from game 2014-02-10 08:04:02 +00:00
Agetian
485aa06339 - Revert the previous representation of foil chances in booster (doesn't work the way I thought it would).
- Changed the default chance of a foil in booster to 0.2143 (21.43%) which seems to match the official 1 foil per 70 cards more closely.
2014-02-10 07:38:13 +00:00
Agetian
bd5471cb30 - A comment is not necessary here (moved elsewhere). 2014-02-10 06:56:40 +00:00
Agetian
39c83b4870 - A more intuitive way to represent foil chance in booster in edition files (1:6 instead of 1667, 1:1 instead of 10000).
- Updated Modern Masters definition file to use the new format.
2014-02-10 06:56:00 +00:00
swordshine
d32858b4c4 - Added False Dawn 2014-02-10 05:21:14 +00:00
Sol
de0348592b - Add an extra Restriction Matrix to handle Celestial Dawn for Mana Conversion
- Added Celestial Dawn
2014-02-10 03:22:19 +00:00
Maxmtg
804a8801e5 Moved ai to dedicated module, fix api dictionary 2014-02-09 21:12:26 +00:00
Maxmtg
dd34a3aa9b remove AI class from ApiType 2014-02-09 21:01:34 +00:00
Maxmtg
0f37de9627 removed another ai hook 2014-02-09 20:25:47 +00:00
Maxmtg
14a0e6e3ac by adding a bit ugly method to player controller, I've removed last isHuman check and the last reference from api executor to AI 2014-02-09 20:22:15 +00:00
Maxmtg
2f2d24eb3e move some ai-classes to right package 2014-02-09 20:15:58 +00:00
Maxmtg
06484f81f6 Separate AI decision making from SpellAbility classes 2014-02-09 20:05:05 +00:00
drdev
b3f019420f Fix so current quest deck remembered correctly 2014-02-09 19:47:33 +00:00
Agetian
2487f7ee93 - Modern Masters now correctly has a foil in every booster pack. 2014-02-09 19:38:54 +00:00