Commit Graph

18293 Commits

Author SHA1 Message Date
Agetian
1979661f08 - Sound System: improved the performance of the sound system by synchronizing certain sounds that tend to occur multiple times in rapid succession (damage, life loss, bury a creature) so that only one can play at a time. 2012-11-18 13:34:24 +00:00
Chris
de69bd99f9 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-11-18 12:38:04 +00:00
Sloth
524fc6ba97 - Added Equal Treatment by swordshine. 2012-11-18 07:15:22 +00:00
ArsenalNut
41b76d7575 modified inputUntapUpToNType so same card cannot be chosen more than once 2012-11-18 06:29:36 +00:00
ArsenalNut
d3eb8e907f added code to allow AI to make Charm choice 2012-11-18 04:49:19 +00:00
ArsenalNut
56d6e6842a fixed NPE bug in initialize of colorX in InputPayManaX class 2012-11-18 03:44:08 +00:00
Sloth
97175a3606 - Fixed a shouldPumpCard call switching P/T. 2012-11-17 21:56:34 +00:00
Sloth
99595e2bae - Improved ChooseSource AI. 2012-11-17 21:30:20 +00:00
Sloth
045a9fc1d4 - Fixed InputSelectMany. 2012-11-17 21:12:34 +00:00
Sloth
6e73e0fc5e - Fixed ConcurrentModificationException in InputMulligan. 2012-11-17 21:02:18 +00:00
Sloth
9a0e7db9d4 - Fixed AI code meddling with damage replacements. 2012-11-17 20:43:26 +00:00
Agetian
f2a5a318b8 - Changed the "spend only <color> mana on X" mechanism from using a SVar to using an ability parameter (first step towards implementing e.g. Soul Burn). 2012-11-17 18:43:00 +00:00
Agetian
470e87ff30 - Added Crypt Rats.
- Added Crimson Hellkite.
2012-11-17 17:05:13 +00:00
Sol
1e1866acf3 - Fixing accidental submission of potential Sideboard code 2012-11-17 16:51:29 +00:00
Sloth
7a8cbf23c2 - More Improvements of AI for Auras with "AILogic$ Curse". 2012-11-17 14:19:52 +00:00
Chris
1d9bfe7cb2 - CheckStyle. 2012-11-17 14:00:53 +00:00
Chris
378bee9dc0 - Added the recent commit logs to changes.txt. Preparing for the snapshot build release. 2012-11-17 12:01:49 +00:00
Sloth
37e97cd82c - Fixed AF Mana used on subabilities. 2012-11-17 11:31:33 +00:00
Sloth
c2d2218401 - Added Chronomantic Escape and Kamahl's Sledge by swordshine. 2012-11-17 08:19:15 +00:00
Maxmtg
e56eb74b45 InputSelectManyCards uses only overloads syntax. made abstract 2012-11-17 06:22:23 +00:00
Maxmtg
76a9e12e7b remove unused imports 2012-11-17 06:20:47 +00:00
Sol
9172c6ea35 - When a game is restarted, set lands played back to 0. 2012-11-17 03:20:38 +00:00
Sloth
ccbc699c11 - Little script updates. 2012-11-16 22:05:16 +00:00
Sloth
c804f30563 - Fixed optional Replacement effects not firing again after "No" is chosen once (experimental).
- Added Island Sanctuary by moomarc.
2012-11-16 20:59:44 +00:00
Sloth
17e7020a14 - Fixed Squandered Resources. 2012-11-16 17:51:18 +00:00
Chris
f581a6f1e0 - CheckStyle. 2012-11-16 17:26:43 +00:00
Sloth
1024fa246d - Tweaked shouldPumpCard. 2012-11-16 17:15:48 +00:00
Sloth
c90cda30ce - Tweaked doTriggerAINoCost of AF DamageAll. 2012-11-16 17:01:49 +00:00
Chris
0e0959fcf5 - CheckStyle. 2012-11-16 15:17:15 +00:00
Chris
4c182019a0 - CheckStyle. 2012-11-16 15:15:57 +00:00
Chris
8faa38b02d - CheckStyle. 2012-11-16 15:14:26 +00:00
Chris
af8843d42d - CheckStyle. 2012-11-16 15:12:32 +00:00
Chris
f8d000e92c - CheckStyle. 2012-11-16 15:11:34 +00:00
Chris
361823f628 - CheckStyle. 2012-11-16 15:10:33 +00:00
Chris
280ec0eb25 - Cleared out the changes.txt file, now ready for new material. 2012-11-16 15:07:23 +00:00
Chris
c0bd043085 [maven-release-plugin] prepare for next development iteration 2012-11-16 11:59:39 +00:00
Chris
4cbfa419d1 [maven-release-plugin] prepare release forge-1.3.1 forge-1.3.1 2012-11-16 11:59:26 +00:00
Chris
5a47169f31 - Preparing the changes.txt file for the next beta build and release. 2012-11-16 11:48:35 +00:00
Chris
32e85fc6aa - Added the recent commit logs to changes.txt. Preparing for the beta build and release. 2012-11-16 11:43:21 +00:00
RumbleBBU
ed27519746 Simplify nrChoices in unlocking. 2012-11-16 10:01:08 +00:00
RumbleBBU
32725055dd Better way, use sublist. 2012-11-16 09:53:22 +00:00
RumbleBBU
c78252b58d Bounds checking for unlocking. 2012-11-16 08:49:21 +00:00
RumbleBBU
cffc9de1f8 Display up to 2 + (wins/50) (max 8) options when unlocking sets. 2012-11-16 08:09:14 +00:00
RumbleBBU
0e5ad8bd2d New formula for unlock prices, minor checkstyle. 2012-11-16 07:00:33 +00:00
Maxmtg
c5f2c48fd8 rem unused import 2012-11-16 06:47:31 +00:00
Sloth
9c6c018061 - More Improvements of AI for Auras with "AILogic$ Curse". 2012-11-15 22:02:36 +00:00
Sloth
a1b9e6cf88 - More Improvements of AI for Auras with "AILogic$ Curse". 2012-11-15 21:25:46 +00:00
Sloth
7082a36538 - Improved AI for Auras with "AILogic$ Curse". 2012-11-15 21:15:48 +00:00
Maxmtg
b0264f9a47 Quest set unlocks logics written from scratch 2012-11-15 21:08:51 +00:00
Sloth
f16902c415 - The AI will no longer animate an equipped Ensouled Scimitar. 2012-11-15 20:48:31 +00:00