Commit Graph

  • 84950ad1f8 Added test for taunting elf. anthonycalosa@gmail.com 2013-01-25 14:51:48 +00:00
  • 0db78c0444 force a lure block when the players decide they want to skip the action, a lurer MUST be blocked if the defending creature can block it. this action can not be skipped. omegablast2002@yahoo.com 2013-01-25 14:25:26 +00:00
  • f1032c64b5 changed add:{mana} to add{mana} anthonycalosa@gmail.com 2013-01-25 02:19:29 +00:00
  • 78797356ea Fixes on Markov Warlord, Skarrg Guildmage punkeduard@gmail.com 2013-01-25 01:53:03 +00:00
  • 2c00d99563 fixed card ability ------------------- Dwell on the Past Krosan Reclamation Loaming Shaman Memory's Journey Stream of Consciousness anthonycalosa@gmail.com 2013-01-25 01:29:05 +00:00
  • 798258798c corrected an issue where ai was able to ignore lure ability omegablast2002@yahoo.com 2013-01-24 21:04:23 +00:00
  • fccedcaaab added cards -------------- Grand Abolisher Hamletback Goliath Hanabi Blast Harmonic Sliver Heed the Mists Hellkite Charger Hired Giant Homeward Path Hunter's Insight anthonycalosa@gmail.com 2013-01-24 17:55:41 +00:00
  • 80cdd56971 Added GTC Cards 192/249 (including reprints) refactored all names, ability texts, all codes. also include some fixes on other cards :) -------------------------------------------------------------------- anthonycalosa@gmail.com 2013-01-24 03:57:02 +00:00
  • ba682e4802 Added: Gaea's Blessing Garza's Assassin Gauntlet of Power Gerrard's Verdict Gigantiform Glory of Warfare Goblin Brawler Smite anthonycalosa@gmail.com 2013-01-23 03:11:13 +00:00
  • db0dae7f8d Added GTC dat files, all ID, names and rarity are 100% accurate from gatherer. :) (exception change Æ to AE) anthonycalosa@gmail.com 2013-01-23 02:07:40 +00:00
  • 9db8478dfe Created a NetworkGameObserver class able to extend the serialization code of GameObserver to synchronize and forward game actions on the network Fixes in GameObserver serialization/deserialization code Fixes in JNetwork and JSocket on windows Various code cleanup (currentGamePhase access in particular) Updated GUI code to re-enable a basic network GUI Activated threaded tests on Windows. It uses 4 threads by default. Xawotihs@gmail.com 2013-01-22 22:39:49 +00:00
  • ada0a1555d cleanup remaining space in add_{mana} anthonycalosa@gmail.com 2013-01-22 06:03:45 +00:00
  • 782a8305fe Removed all spaces in auto line : Add_{mana} anthonycalosa@gmail.com 2013-01-22 05:52:14 +00:00
  • f04dfac4b5 fixed Eiganjo Castle, Nezumi Shortfang, Shimian Specter anthonycalosa@gmail.com 2013-01-22 03:34:10 +00:00
  • 0b4ebc6e51 fix drana, banshee and added fleshbag marauder, fortune thief, fractured loyalty, frantic search, fungus elemental anthonycalosa@gmail.com 2013-01-21 15:26:41 +00:00
  • cae9ff79d6 3rd Part: Dredge & Others anthonycalosa@gmail.com 2013-01-21 04:54:59 +00:00
  • 32d06d1148 change damagecount as damage counter to actual damage received for "normal case" damage, this fixes odcount and pdcount int values. anthonycalosa@gmail.com 2013-01-21 01:24:19 +00:00
  • 1b7b1e2cf1 add dredge rule. omegablast2002@yahoo.com 2013-01-20 20:13:32 +00:00
  • ca3dc49d71 added basic card draw replacement, auto=replacedraw choice damage:2 omegablast2002@yahoo.com 2013-01-20 20:13:07 +00:00
  • 0709aaefb8 Added from the vaults: realms, after research concluded the official abbreviation is V12 and the others FTV sets should remain the same, this set is just reprints supported 13/15 total punkeduard@gmail.com 2013-01-19 19:49:36 +00:00
  • 69af807510 added City of Solitude, Detonate, Dosan the Falling Leaf, Harsh Justice. added restriction for Reset, fixed Seedtime, fixed Wild Defiance, fixed Abundant Growth (thanks excessum) anthonycalosa@gmail.com 2013-01-19 08:46:10 +00:00
  • a9352a3b69 opened all possible restrictions to be checked as a intvalue of 1, inline with anthonys change a couple revs back. this(variable:restriction{casted a spell}) omegablast2002@yahoo.com 2013-01-19 02:06:46 +00:00
  • e67084afb9 Added restriction "during my turn", "during opponent turn". Added variable "controllerturn", "opponentturn" -> returns integer value if its your turn then 1 if not then 0. anthonycalosa@gmail.com 2013-01-18 04:41:24 +00:00
  • fda7166752 2nd Part: anthonycalosa@gmail.com 2013-01-17 02:52:02 +00:00
  • 5f90d1ee9f added keyword phandcount - player hand count added keyword ohandcount - opponent hand count anthonycalosa@gmail.com 2013-01-16 12:08:46 +00:00
  • a26f872ff3 add restriction for checking what alternative cost was paid. combined with if/ifnot ability becomes a very powerful tool. paid(blah) auto=if paid(alternative) then damage:3 target(creature) auto=if paid(alternative) then life:10 target(player) auto=ifnot paid(alternative) then damage:3 controller auto=ifnot paid(alternative) then life:4 opponent omegablast2002@yahoo.com 2013-01-15 02:11:05 +00:00
  • 9201860744 Added Oracle of Nectars gain life test. I have 2 tests failed, gain X life and ai proliferation. It seems there is an issue on my maxglee profile(the one i have with lots of deck, i mean a lot). Now I changed my profile to default profile(the one with a demo deck), restarted and run the tests a couple of times and my tests are all succesful 100%. anthonycalosa@gmail.com 2013-01-15 01:59:48 +00:00
  • a608de3b73 corrected stasis test to follow the new coding which actually works :) corrected steelclad_serpent2 test missing choice 0 and p2. omegablast2002@yahoo.com 2013-01-14 23:39:08 +00:00
  • 0a8a88f817 fixed kudzu, master of etherium, nevinyrrals disk tests. 3 failed tests remains (phase problems which i really don't know why it fails). all other tests are succesful. anthonycalosa@gmail.com 2013-01-14 17:40:07 +00:00
  • e1d2bf56c5 fixed hanna's custody shroud test.(i just changed the rack and black vise to rackling and viseling...gotta get some sleep...:(..) anthonycalosa@gmail.com 2013-01-14 17:00:52 +00:00
  • 98ea63485d updated kudzu, kudzu2 test. change all(mytgt) to all(trigger) for kudzu. now for kudzu_i168.txt i don't quite understand what is the expected output for this so i leave it unchanged. anthonycalosa@gmail.com 2013-01-14 16:46:17 +00:00
  • 598ffb1f9b Fixed rampant growth & orcish lumberjack tests (missing choice 0) anthonycalosa@gmail.com 2013-01-14 16:03:11 +00:00
  • c3586126a5 Fixed Gamble and Gamble test(it failed because the command has a missing choose 0). Soft coded Insolence, Mana Short, Sacrifice and Touch of Vitae. Changed Rot Wulf to Rot Wolf. anthonycalosa@gmail.com 2013-01-14 15:26:00 +00:00
  • cbcc5a57ca Fixing Gamble (I am aware that this makes the card less close to the rules in theory, but now the test passes. Let's not break some parts of a card when we fix other parts, please). It is possible revision 4519 introduced other similar issues in other cards, but that revision was so big that I didn't want to revert it entirely wagic.the.homebrew@gmail.com 2013-01-14 12:37:53 +00:00
  • 9b47a64fd9 reverting r4569. This fixes Flare, and potentially other cards using the same mechanism wagic.the.homebrew@gmail.com 2013-01-14 12:14:19 +00:00
  • 83c0ee2c28 Fixed "Animate Artifact" tests wagic.the.homebrew@gmail.com 2013-01-14 11:26:22 +00:00
  • 4be2c39566 Fixed Test for Black Vise wagic.the.homebrew@gmail.com 2013-01-14 11:19:04 +00:00
  • 1f8e1179cc Fix for issue 930 (Farmstead can be used more than once per turn) wagic.the.homebrew@gmail.com 2013-01-14 11:10:01 +00:00
  • 2d11392e47 Fixed famrstead test. Sadly, this doesn't fix the card wagic.the.homebrew@gmail.com 2013-01-14 08:06:12 +00:00
  • 0fcfb43d3a Softcoded Storm Seeker, Traumatize, Venomous Dragonfly anthonycalosa@gmail.com 2013-01-14 03:23:33 +00:00
  • 2a1f29aebc Fixed remaining transform cards to creatures that uses */* anthonycalosa@gmail.com 2013-01-13 15:58:06 +00:00
  • e7dd2e02d6 Fixed some cards that transforms into creature (must use setpower and settoughness, if not the effects are like +1/+1). TODO.... anthonycalosa@gmail.com 2013-01-13 14:31:15 +00:00
  • da15bb7427 Fixed Rot Wolf, Revised @next upkeep card draw. anthonycalosa@gmail.com 2013-01-13 13:59:24 +00:00
  • 6410e25bcc Added check for Ali from Cairo, if you are dealt damage to reduce your life less than 1 from your life total, and you gain life greater than 1, it will not set your life to 1. anthonycalosa@gmail.com 2013-01-12 14:44:26 +00:00
  • 14e0093eaf Added 16 cards from unsupported.txt anthonycalosa@gmail.com 2013-01-12 14:30:55 +00:00
  • 3b08a05421 Fixed all cards that transform cards into new color as an additional color. Added Indigo Faerie. anthonycalosa@gmail.com 2013-01-12 14:04:48 +00:00
  • f74e2019cc Fixed some AVR cards reported on the forums punkeduard@gmail.com 2013-01-12 04:55:01 +00:00
  • 93c9f12eff Added Dwarven Hold, fixed typo in Curse of the Nightly Hunt, removed sxtra blank space punkeduard@gmail.com 2013-01-12 04:28:00 +00:00
  • 80a3e37961 removed unnecesary spaces in primitives/mtg.txt. anthonycalosa@gmail.com 2013-01-11 17:21:10 +00:00
  • 4e9dc2c3b1 Added Wurm Token for Garruk, Primal Hunter because it produces 2 different tokens. Change Glory and Zombie Boa chooseacolor to activatechooseacolor. anthonycalosa@gmail.com 2013-01-11 12:55:57 +00:00
  • b78c8084be Card Fixes: ------------ anthonycalosa@gmail.com 2013-01-11 07:43:29 +00:00
  • 8119f3bc05 fixes includes some card id of tokens be change to display image in game. please update your sets folder and images. anthonycalosa@gmail.com 2013-01-10 17:36:22 +00:00
  • 0e4994c22c Added 6 Legendary Dragons ------------------------- Crosis, the Purger Dromar, the Banisher Numot, the Devastator Rith, the Awakener Treva, the Renewer Vorosh, the Hunter anthonycalosa@gmail.com 2013-01-10 07:44:55 +00:00
  • c6117fdfb3 Revised Goblin Clearcutter, Manamorphose, Orcish Lumberjack and Terrarion ability. anthonycalosa@gmail.com 2013-01-09 11:44:44 +00:00
  • 1ff10ed4c7 Added Blinding Powder, Heartseeker and Leonin Bola. Fixed Finest Hour missing ability, Fire Dragon and Godo, Bandit Warlord typo anthonycalosa@gmail.com 2013-01-09 08:05:40 +00:00
  • d83415ed3b fixed Umezawa Jitte menu ability, Centaur Glade token typo, Ghitu-Fire eater missing player target and Flame Elemental dynamic ability typo. anthonycalosa@gmail.com 2013-01-09 03:32:11 +00:00
  • e69e002c1a Revised code for Atalya, Samite Master, Crimson Hellkite and Crypt Rats to use {X:color} anthonycalosa@gmail.com 2013-01-08 13:26:42 +00:00
  • e5b56cfffb Added 16 cards --------------- Lure Cards: Alluring Scent Bloodscent Elvish Bard Gift of the Deity Golgari Decoy Lure Mortipede Nemesis Mask Prized Unicorn Seton's Desire Shinen of Life's Roar Stone-Tongue Basilisk Taunting Challenge Taunting Elf --------------- No Legend Cards: Brothers Yamazaki Mirror Gallery anthonycalosa@gmail.com 2013-01-08 04:01:25 +00:00
  • eeb5a4235b Angel of Serenity - fix ability (like mesmeric fiend, blinked cards return to owners hand if source leaves play) anthonycalosa@gmail.com 2013-01-08 03:35:36 +00:00
  • 2aed88a44f fixed the simplemenu scrolling bug, the scrolling will no longer jump to the final selection you made when scrolling down and up. omegablast2002@yahoo.com 2013-01-07 21:33:59 +00:00
  • b007190d98 updated CHK dat file. anthonycalosa@gmail.com 2013-01-07 09:29:43 +00:00
  • 510a8c4222 added nolegend ability. this doesn't remove legend rule, it only makes a card thas has nolegend ability excluded from check. anthonycalosa@gmail.com 2013-01-07 06:46:56 +00:00
  • e2be750780 Adding boost random support and system libs Xawotihs@gmail.com 2013-01-06 19:44:18 +00:00
  • 38ebdde6ed Adding boost uuid support Xawotihs@gmail.com 2013-01-06 17:53:29 +00:00
  • 579a651e3d Adding boost weak pointer support Xawotihs@gmail.com 2013-01-06 17:49:55 +00:00
  • a95a2c4dc2 fixed tribute to hunger, far wandering punkeduard@gmail.com 2013-01-06 17:32:50 +00:00
  • edb3295af0 Updated crappy, borderline and mtg to include/fix some cards related to chosen discard punkeduard@gmail.com 2013-01-06 17:08:21 +00:00
  • 3b07ad6b7f Merge RTR card primitives to mtg.txt anthonycalosa@gmail.com 2013-01-06 16:41:52 +00:00
  • 5c0a69ea54 Merge AVR, M13, PC2 card primitives to MTG.txt anthonycalosa@gmail.com 2013-01-06 09:30:29 +00:00
  • 747eec8692 Chill of Foreboding type change to sorcery Scourge of the Nobilis ability fix 1/0 anthonycalosa@gmail.com 2013-01-05 15:36:31 +00:00
  • 972e2b1ec2 added abilities=lure "all creatures able to block blah must do so." omegablast2002@yahoo.com 2013-01-05 05:01:31 +00:00
  • 4960969640 added {unattach} cost this can also be used for "equipped creature has unattach and blah" cards using auto=teach(creature) {unattach}:blah omegablast2002@yahoo.com 2013-01-05 03:05:53 +00:00
  • 2fa626b80e adding more strings to translation omegablast2002@yahoo.com 2013-01-05 00:38:12 +00:00
  • 1049f90aa2 Fixed simultaneous access to the card DB. Xawotihs@gmail.com 2013-01-02 16:15:52 +00:00
  • a3017c215f corrected the translation of the phase names string in guiphasebar omegablast2002@yahoo.com 2013-01-01 02:00:34 +00:00
  • ad50ce1d48 added a few items to translate on card gui. names and text should now correctly translate in trophy room and shop. omegablast2002@yahoo.com 2012-12-31 16:17:38 +00:00
  • 153203fba6 adjust alignment anthonycalosa@gmail.com 2012-12-29 14:31:28 +00:00
  • 780afb6e0c added missing damagecount reset for opponent. this should fix odcount this turn value anthonycalosa@gmail.com 2012-12-29 14:25:49 +00:00
  • 0ebb151a66 fix some flip cards: Ichiga, Who Topples Oaks Cunning Bandit Garruk the Veil-Cursed Homura's Essence Rune-Tail's Essence Rampaging Werewolf anthonycalosa@gmail.com 2012-12-29 09:14:45 +00:00
  • 0b1a88e3d7 Added unsupported cards from PC2, M13, RTR. anthonycalosa@gmail.com 2012-12-29 03:21:51 +00:00
  • 1ad4948594 Updated unsupported.txt, added unsupported cards from AVR.txt. anthonycalosa@gmail.com 2012-12-29 01:20:23 +00:00
  • 227cfc93f1 fix rarities for CMD, M11, ME4, PD2 anthonycalosa@gmail.com 2012-12-28 17:47:08 +00:00
  • d9ec37e096 RTR rarities correction anthonycalosa@gmail.com 2012-12-28 17:00:02 +00:00
  • fd1becf59c added RTR dat anthonycalosa@gmail.com 2012-12-28 16:51:25 +00:00
  • b3195d6111 Added RTR primitives, fix rarities in M12/_cards.dat, fix primitives/PC2.txt anthonycalosa@gmail.com 2012-12-28 16:45:18 +00:00
  • 755a43bb2a fix AVR, M13 codes and added some cards anthonycalosa@gmail.com 2012-12-28 15:52:28 +00:00
  • 08a7df0f19 fix M13/_cards.dat and fix M13 codes anthonycalosa@gmail.com 2012-12-28 15:08:21 +00:00
  • 02a7a7670a fix NPH/_cards.dat anthonycalosa@gmail.com 2012-12-28 14:28:19 +00:00
  • 2aae7d2c17 fix MBS/_cards.dat anthonycalosa@gmail.com 2012-12-28 14:17:07 +00:00
  • 35d32ff8fe fix AVR/_cards.dat and ISD/_cards.dat anthonycalosa@gmail.com 2012-12-28 13:51:43 +00:00
  • 05b775f50e Fix ISD/_cards.dat anthonycalosa@gmail.com 2012-12-28 13:38:23 +00:00
  • 76efffb295 fix DKA/_cards.dat anthonycalosa@gmail.com 2012-12-28 12:40:57 +00:00
  • fa5da87a98 revised primitives/mtg.txt. anthonycalosa@gmail.com 2012-12-28 10:00:23 +00:00
  • 238cd124ae corrected the spelling of evolve. thanks kf1 omegablast2002@yahoo.com 2012-12-27 21:07:20 +00:00
  • 123a6aa21f Fixed remote hash retrieval Xawotihs@gmail.com 2012-12-26 18:14:27 +00:00
  • 651d0b4623 added gatecrash "evole" mechanic. omegablast2002@yahoo.com 2012-12-24 16:19:32 +00:00
  • 2b4df1cc68 corrected helix pennicle to include a set of extra brackets wrapping the restriction. omegablast2002@yahoo.com 2012-11-27 02:47:04 +00:00
  • 4ad4689603 allowing restriction to also search for restriction{{ }} incases where we will have squiqqly brackets in a tc. omegablast2002@yahoo.com 2012-11-27 02:45:01 +00:00
  • a87377b25a fixed an error in the reseting of setToughness, kind of a dumb error on my part because i was originally the coder :P a creatures life and toughness are tied together, if you do not change both then the creature lives on. omegablast2002@yahoo.com 2012-11-27 01:53:41 +00:00
  • ca446adf75 fixed a bug in sacrificed trigger. omegablast2002@yahoo.com 2012-11-25 05:00:42 +00:00