Commit Graph

27363 Commits

Author SHA1 Message Date
drdev
755fcfc087 Fix crash in WrappedAbility 2014-10-06 05:41:24 +00:00
drdev
2cedade957 Fix crash in tempShowCard
Fix crash that can occur from calling canPlay too early
2014-10-06 05:20:48 +00:00
Agetian
6eef6ab9ad - Added quest preferences to make the max card selling price (default 1000) and the number of wins to remove the selling price limit (default 50) configurable. 2014-10-06 05:06:09 +00:00
drdev
255fc2ea5f Prevent crash when opening deck editor 2014-10-06 04:57:42 +00:00
drdev
6242c33c6a Avoid storing and passing IGuiBase instances everywhere since only one IGuiBase instance will ever exist on a single session 2014-10-06 04:49:03 +00:00
drdev
afcad4e672 Commit stage 1 of large game view refactoring 2014-10-06 04:06:42 +00:00
Sloth
e599aef134 - Added basic AI support for Necropolis Fiend. 2014-10-05 21:02:45 +00:00
Sol
bae8658c80 - Change the TapOrUntap Effect's default based on comparing the controller of the SA with the controller of the effected card 2014-10-05 17:33:12 +00:00
Sloth
6ac44f1618 - Fixed Paradox Haze. 2014-10-05 11:56:54 +00:00
Sloth
08c886cd96 - Fixed Nullstone Gargoyle. 2014-10-05 08:59:04 +00:00
Sloth
bc470536d5 - Fixed Erayo, Soratami Ascendant. 2014-10-05 08:55:10 +00:00
Sloth
5ee5b8a81d - Fixed Incursion Specialist. 2014-10-05 08:46:44 +00:00
swordshine
5975d78be5 - Fixed Meandering Towershell 2014-10-05 02:26:33 +00:00
swordshine
102a65f6d0 - Fixed Tithe so it triggers Ob Nixilis, Unshackled twice 2014-10-05 02:21:52 +00:00
swordshine
bdd2e915f7 - Fixed Path to Exile and friends 2014-10-05 02:07:49 +00:00
excessum
fabc78ae84 - Fixed Kheru Lich Lord 2014-10-05 00:15:48 +00:00
Sol
55c65c323b - Fix so Suppression Field doesn't RaiseCosts of ETB Replacement Effects. 2014-10-04 22:19:22 +00:00
Sloth
fc5cb66b2c - Fixed Maelstrom Nexus. 2014-10-04 20:24:08 +00:00
swordshine
2428a6b0b1 - A better fix for ComputerUtilCard.applyStaticContPT() 2014-10-04 12:31:09 +00:00
excessum
f7e8d51701 - Fixed typo in r27822 2014-10-04 12:23:34 +00:00
excessum
2f49deed12 - Fixed NullFormatException with ComputerUtilCard.applyStaticContPT() 2014-10-04 12:22:27 +00:00
excessum
135a11fb3d - Fixed bug with AI using double-strike damage when trying to kill an attacker in the first-strike phase with gang-blockers 2014-10-04 11:52:02 +00:00
drdev
ac23855453 Version bump to 1.5.29.002 2014-10-04 09:56:24 +00:00
drdev
e0d5115b57 Significantly improve performance of event handling and input processing 2014-10-04 09:50:18 +00:00
swordshine
b91530b799 - Removed duplicated codes "NumCounters" 2014-10-04 09:29:19 +00:00
swordshine
a8f640e00e - Update Elephant Resurgence 2014-10-04 09:14:57 +00:00
swordshine
6532ad8e8d - Updated more scripts 2014-10-04 09:09:28 +00:00
swordshine
17e8e116df - Updated scripts for multiplayer games 2014-10-04 08:45:15 +00:00
drdev
6e5829aaa3 Fix direction of tab swipe 2014-10-04 06:38:22 +00:00
Chris
964579c840 Cleared out the changes.txt file, now ready for new material. 2014-10-03 23:57:59 +00:00
Krazy
aa3480be4d The ! operator can now only precede a search term when using boolean expressions. This allows searches such as 'kaboom! | arms' to evaluate correctly. 2014-10-03 21:55:35 +00:00
drdev
20990440bb Version bump to 1.5.29.001 2014-10-03 19:41:37 +00:00
drdev
ec8b577aaf Fix crash when playing commander 2014-10-03 19:36:42 +00:00
drdev
102062fb13 Fix alignment of tab icons for non-compact mode 2014-10-03 19:28:48 +00:00
drdev
be5086e7f4 Make zooming in ItemManager image view easier 2014-10-03 19:26:05 +00:00
drdev
4b9aa2515d Support switching tabs by flinging your finger left or right 2014-10-03 19:22:59 +00:00
drdev
ce043302db Support compact tabs via setting 2014-10-03 19:06:32 +00:00
drdev
fe33235f08 Fix so cards in library update if you have to select multiple cards 2014-10-03 18:02:38 +00:00
Chris
e0aca90d0e [maven-release-plugin] prepare for next development iteration 2014-10-03 17:50:03 +00:00
Chris
3285529e9f [maven-release-plugin] prepare release forge-1.5.28 forge-1.5.28 2014-10-03 17:49:48 +00:00
drdev
5752f3de59 Allow double tap to select card
Disable OK button when second tab selected
2014-10-03 17:13:58 +00:00
Chris
77ee3ad794 Preparing the changes.txt file for the next beta build and release. 2014-10-03 17:08:08 +00:00
drdev
5cad346879 Fix so item selected by default 2014-10-03 16:54:23 +00:00
drdev
76fc77acee Add search field and increase size of dialog 2014-10-03 16:49:22 +00:00
drdev
72dc0437d2 Implement better dialog for searching library in mobile game 2014-10-03 15:47:21 +00:00
Sol
1cac45f3da - Fix issue where CopyPermanent was not registering active triggers immediately, preventing ETB triggers from firing. 2014-10-03 15:45:42 +00:00
Sol
df1383c43e - Fix for intervening if trigger bug 2014-10-03 15:36:13 +00:00
drdev
82bf43a519 Split up choose entity between desktop and mobile to allow varying implementations for search and reveal combo dialog 2014-10-03 13:49:14 +00:00
drdev
9f25b55cfb Prevent flickering when multiple dialogs appear in quick succession 2014-10-03 13:25:52 +00:00
drdev
1d19df364f Indicate progress when searching for multiple cards 2014-10-03 11:13:05 +00:00