Commit Graph

4918 Commits

Author SHA1 Message Date
omegablast2002@yahoo.com 0c9bf6938b Sensei Golden-Tail corrected, thanks kevlahnota 2012-05-02 13:06:43 +00:00
omegablast2002@yahoo.com 30b7133862 updated venser. 2012-05-02 13:01:10 +00:00
omegablast2002@yahoo.com e67e2e669c fix for emblems not sticking, and phasealter not testDestroying. 2012-05-02 12:58:39 +00:00
omegablast2002@yahoo.com ec7a8d219f updated test to match new card code. 2012-05-02 12:19:20 +00:00
omegablast2002@yahoo.com b0ab33be82 fix for flip cards changing name after a transforms ability...
I remember adding that patchwork fix a long time ago, not sure if whatever it fixed was even really an issue or just a overprotective line i added. either way if it was an issue, addType is what should re-add the name, not transformer ability.
2012-05-01 15:52:16 +00:00
omegablast2002@yahoo.com 50059e0b89 fix for eachother dynamicability 2012-04-30 12:51:11 +00:00
punkeduard@gmail.com 76a2b94ace Added name and corrected lands rarity 2012-04-30 03:08:44 +00:00
punkeduard@gmail.com 592915eece Added metadata, corrected AVR lands rarity 2012-04-30 00:09:42 +00:00
punkeduard@gmail.com ff336c431d Added two sets folders and their _cards.dat
AVR Avacyn Restored
VVK Venser vs Koth
2012-04-29 17:33:35 +00:00
omegablast2002@yahoo.com 0a7c21abef Bloodhusk Ritualist cost was wrong 2012-04-29 14:02:46 +00:00
omegablast2002@yahoo.com 6687c1408f akki underminer code change 2012-04-27 20:08:36 +00:00
omegablast2002@yahoo.com 5d73feaaf3 various card code optimizations based on kevlahnota versions, thanks kevlahnota! 2012-04-27 19:45:07 +00:00
omegablast2002@yahoo.com 5a85c9f330 a series of card code bugs fixed, thanks dopple 2012-04-27 13:20:07 +00:00
omegablast2002@yahoo.com bd4baff4a5 updated Painful Quandary and corrected black cat 2012-04-26 19:39:00 +00:00
omegablast2002@yahoo.com fcc55bee8c fixed "bad line" errors 2012-04-26 11:45:10 +00:00
omegablast2002@yahoo.com 8441870bed eternity vessal text= added 2012-04-26 10:59:48 +00:00
omegablast2002@yahoo.com 3485132449 many many card code fixes report on forum...no more "sleep coding" doc!!!! 2012-04-26 10:38:20 +00:00
techdragon.nguyen@gmail.com 28901491ac update to build.xml to allow incrementing of major, minor and point releases 2012-04-24 18:07:29 +00:00
techdragon.nguyen@gmail.com 9edfdef1c8 marking build to 0.18.5 for any bug fixes to 0.18.4 2012-04-20 07:55:13 +00:00
omegablast2002@yahoo.com 3dd5a28865 eldrazi miscode fixed, thanks kevlahnota 2012-04-19 13:48:49 +00:00
omegablast2002@yahoo.com e38fa36243 various card code fixes from bugs reported on forum. 2012-04-19 12:44:56 +00:00
techdragon.nguyen@gmail.com 41e5dfe68a added new build scripts to handle changing of the build version. ant script will now generate Wagic_Version.h and update AndroidManifest.xml 2012-04-19 07:03:05 +00:00
techdragon.nguyen@gmail.com e447a9c48d tied core file name to applicationCode value stored in AndroidManifest.xml 2012-04-18 14:45:05 +00:00
techdragon.nguyen@gmail.com bd9dc97ee0 updated build number to 0.18.4 2012-04-17 11:25:50 +00:00
techdragon.nguyen@gmail.com f80127dff3 modified Android build to allow between a DEBUG vs RELEASE build of the native code. When doing an ndk build run the following to do a release build 'DEBUG=RELEASE ndk-build' 2012-04-17 11:24:02 +00:00
techdragon.nguyen@gmail.com 7711badc39 changed logging statements to debug instead of verbose. This should reduce the number of messages coming to the screen 2012-04-17 04:16:15 +00:00
techdragon.nguyen@gmail.com 8090d98dd0 adding other required files for latest sdk ant builds 2012-04-15 14:24:18 +00:00
techdragon.nguyen@gmail.com 190b5b82c1 deprecating need for build.properties in favor of ant.properties 2012-04-15 14:22:28 +00:00
techdragon.nguyen@gmail.com f75314394f updating version to 0.18.3 2012-04-15 14:13:08 +00:00
solo81@web.de dcb8385a68 Fixed Falkenrath Aristocrat and Ghost Quarter 2012-04-14 18:43:53 +00:00
Xawotihs@gmail.com 817fb21171 Removed SDL binding on volume keys so that hardware volume keys can be used to configure the volume. 2012-04-14 18:10:33 +00:00
Xawotihs@gmail.com ec50690a3b Removed exception on string index when strings have never been set. 2012-04-14 17:20:20 +00:00
solo81@web.de ae90a4ba61 Refactored the code of all spells which let you do sth with opponent manually (like looking at opponent's hand or choosing certain cards there to let them be discarded).
They now target a player. This means they cannot be casted anymore on a player who cannot be targeted, like for the case he controls a card like True Believer.
2012-04-13 21:17:13 +00:00
solo81@web.de ceea925b93 Fixed and optimized Dark Supplicant.
This fixes issue807.
2012-04-13 12:05:16 +00:00
omegablast2002@yahoo.com b0482fa952 removed spell blast alias, it is now soft coded. 2012-04-13 11:38:28 +00:00
solo81@web.de 88e6c1852b Fixed Venser, the Sojourner.
Fixed issue826.

Fixed issue831.
2012-04-13 11:36:56 +00:00
omegablast2002@yahoo.com bdce487c2c fixed a crash in transforms( 2012-04-13 10:22:08 +00:00
solo81@web.de 38688b5b73 Fixed Releckless Spite, Wicked Pact and Ashes to Ashes.
This fixes issue830.
2012-04-13 10:05:38 +00:00
techdragon.nguyen@gmail.com 473e8cd356 making target and min sdk equal 2012-04-13 01:07:26 +00:00
solo81@web.de d84c11f4ba Fixed meltdown
Removed an erratic doppelganger of Garruk Wildspeaker from primitives.

Removed Mungha Wurm (cannot work as it should right now).
2012-04-12 17:30:03 +00:00
omegablast2002@yahoo.com 41ccf2e3d9 updated soulbright fire kin code. 2012-04-12 11:47:50 +00:00
omegablast2002@yahoo.com 7dec7bc873 soulbright fire kins ability was not triggering sideeffects...because i forgot to make it happen...opps...im only human :) 2012-04-12 11:46:00 +00:00
techdragon.nguyen@gmail.com 34ee0a82ac fixed issues 832 and 774 2012-04-12 11:07:31 +00:00
techdragon.nguyen@gmail.com d4e4e3b251 fixed a logic error in determining the default location of user/system folders. 2012-04-12 02:28:18 +00:00
techdragon.nguyen@gmail.com 0db0cb15f9 added a default value for mount points 2012-04-11 22:31:19 +00:00
omegablast2002@yahoo.com 7cd88b83dc demigod of revenge missing "then" in if then ability. 2012-04-11 16:50:22 +00:00
omegablast2002@yahoo.com ae3cd0d5fb making ifthenability fail a little more gracefully. 2012-04-11 16:46:57 +00:00
techdragon.nguyen@gmail.com 8f11b6ec45 updated core file to 0182 for Android build 2012-04-11 10:59:03 +00:00
techdragon.nguyen@gmail.com b90b4ae50b updated core file download name 2012-04-11 10:10:01 +00:00
solo81@web.de 7af1e727e1 Fixed Bant Sojourners & Decree of Justice
Fixed Winds of Change

Fixed Gravespawn Sovereign

Fixed Primal Cocoon

Fixed Evolution Vat

Fixed Chimeric Mass

Fixed Elgaud Inquisitor (card.dat)

Fixed Iona, Teferi's Moat, Utopia Sprawl and Zombie Boa.



Added Nomad Mythmaker

Added Prismatic Strands

Added Mist of Stagnation
2012-04-10 23:35:06 +00:00