Commit Graph

1220 Commits

Author SHA1 Message Date
drdev
7e913a6322 Update enum name 2015-04-19 18:39:01 +00:00
drdev
f46214c4e0 Support opening Deck Editor from home screen directly
Cleanup logic that builds deck lists
2015-04-19 17:06:18 +00:00
Sloth
cab024da0f - Fixed shouldPumpCard AI function firing PutCounter triggers. 2015-04-18 11:33:30 +00:00
Sloth
057fc34110 - Fixed NPE caused by Sidisi, Brood Tyrant (but it still won't work correctly with some effects). 2015-04-18 11:07:29 +00:00
Sol
8d251f15f3 - Fixed Blood Tribute completely not working when kicked 2015-04-17 13:48:02 +00:00
elcnesh
f61a1aa179 Cleanup
- Use collection interfaces (List) rather than classes (ArrayList)
- Remove some unnecessary null pointer checks
2015-04-15 15:40:54 +00:00
elcnesh
6dacb83c37 Lots of code cleanup, including removing some useless null checks,
preventing some NPE's before they ever occur, and clean up some
of the inheritance hierarchy.
2015-04-13 14:29:01 +00:00
drdev
a2879c55b2 Prevent card back being shown when zooming outside match 2015-04-10 20:15:12 +00:00
elcnesh
1ff11f8121 Prevent some possible concurrency exceptions in views 2015-04-09 22:06:18 +00:00
elcnesh
3043b1e099 Allow cards exiled with Hideaway to be viewed longer than one turn. 2015-04-08 12:14:02 +00:00
elcnesh
8acb8a7f23 - Fix vanguard avatar selection in lobby
- Fix card (image) viewing with multiple players in same GUI
- Fix dev mode toggle buttons with multiple players in same GUI
- Fix possible NPE in Quest mode (related to Antes)
- Some cleanup
2015-04-08 09:03:33 +00:00
drdev
14ca6da9cf Avoid prompting user to choose which replacement effect to apply first if all options are the same 2015-04-06 20:11:53 +00:00
drdev
70456827be Use interface to simplify getting list items with associated card views to display card image 2015-04-06 19:47:20 +00:00
elcnesh
acedf02220 Fix Intet/Shared Fate/etc., including possible issue if
multiple such effects apply to the same card simultaneously
2015-04-04 13:10:31 +00:00
Sol
29820d8e0f - Fix for Jhoira was remembering in slightly the wrong place for granting Suspend 2015-04-03 19:45:17 +00:00
Sol
0584270a94 - Fix Jhoira of the Ghitu when activating multiple times in a row. 2015-04-03 16:41:32 +00:00
elcnesh
dc4559c577 Attempt to combat game memory leaks after game finishes.
- Make PLAY_LAND_SURROGATE a game field rather than static
- Remove games from cache more aggressively
- Remove targeting overlay from global view after game ends
2015-04-02 14:35:42 +00:00
elcnesh
5f2d038136 Fix Leeches 2015-04-02 10:03:42 +00:00
elcnesh
00847e071f Prevent concurrency problem in PlayerView keywords 2015-04-02 09:40:32 +00:00
elcnesh
b2691bf6eb Require "Blockers" in TriggerAttackerBlocked to be an
Iterable rather than a List, fixing issue with Flash Foliage.
2015-04-02 09:12:19 +00:00
Sloth
fc6be30e5b - Added Risen Executioner. 2015-04-01 21:57:58 +00:00
Sloth
5fab7fb644 - Improved AI using cards with Flash. 2015-03-28 22:13:32 +00:00
Chris
216a28ea7e [maven-release-plugin] prepare for next development iteration 2015-03-27 13:50:52 +00:00
Chris
2112965a0a [maven-release-plugin] prepare release forge-1.5.38 2015-03-27 13:50:44 +00:00
Sol
e5278fb7c1 - Don't clear intrinsic triggers while handling ChangeZone effects if coming from the Zone the trigger would be active in 2015-03-24 23:50:13 +00:00
Sloth
df5f0a6e89 - Fixed interaction of Dragon Hunter and dragons with "... can't be blocked except by creatures with flying or reach." 2015-03-23 13:35:39 +00:00
Sloth
ddce8ecbec - Added Dragon Hunter. 2015-03-23 13:26:11 +00:00
drdev
dd09d623c8 Prevent losing card reordering in hand 2015-03-22 18:50:44 +00:00
elcnesh
44cfbd5179 Add tooltip to player avatar with player details. 2015-03-22 15:26:30 +00:00
swordshine
b49a646e4f - Fixed Profaner of the Dead 2015-03-22 13:54:22 +00:00
Sol
15e5e59d52 - Added Living Lore 2015-03-21 04:13:58 +00:00
Sloth
939fe43e7e - Added support for the keyword "CARDNAME assigns combat damage equal to its toughness rather than its power". 2015-03-20 14:15:40 +00:00
Sol
030104a312 - When Adding SAs to the Stack, don't increment activations if the SA being added was copied. (Fix Planeswalker + The Chain Veil + Rings of Brightshearth) 2015-03-20 01:23:36 +00:00
Chris
3a655c17ec Push the newest pom.xml.releaseBackup files. 2015-03-19 00:05:46 +00:00
elcnesh
bad910014c Fix some more issues.
- Fix issue where avatars would get mixed up or assigned randomly
- Fix issue where "{player's}" would display rather than name when revealing cards in hand
2015-03-18 17:54:42 +00:00
swordshine
c67965a673 - DTK: Added Qarsi Deceiver 2015-03-16 13:08:53 +00:00
elcnesh
2c671efedb Fix not being able to pay alternative costs. 2015-03-16 09:23:24 +00:00
elcnesh
2094976b37 Fix stack not updating properly after SA resolves. 2015-03-16 08:09:59 +00:00
Chris
7601fe4465 [maven-release-plugin] prepare for next development iteration 2015-03-14 22:28:02 +00:00
Chris
ce48d06433 [maven-release-plugin] prepare release forge-1.5.37 2015-03-14 22:27:54 +00:00
Hellfish
cd33d48cb8 *As per rule 107.1b, trying to put a negative amount of counters on something is translated to putting 0 counters. 2015-03-14 14:43:29 +00:00
elcnesh
b98684877d Refactor lobby and add network support.
- Lobby code has been revised completely to support network lobbies;
  code has been separated into model and view parts.
- Added preliminary network game support; most of it should be working
  but hasn't been tested thoroughly.
- Fixed issue where controlling another player wouldn't be recognised
  by the GUI.
- Fixed issue where hand panels wouldn't display anymore.
- Minor fixes/cleanup.
2015-03-14 10:53:09 +00:00
drdev
12f2411b05 Fix so first turn not skipped after previous game ended with one player auto-passing priority 2015-03-14 01:38:33 +00:00
drdev
aca919371e Give UI a chance to catch up between moving hand to library and move new hand cards to hand 2015-03-12 22:30:07 +00:00
Sloth
87db02f77b - Fixed ChooseSourceEffect from crashing when selecting fake cards. 2015-03-11 14:19:06 +00:00
swordshine
5369091f8a - DTK: Added Warbringer 2015-03-11 11:30:44 +00:00
drdev
fada1b0027 Fix so card option dialog input isn't reversed 2015-03-10 14:16:03 +00:00
swordshine
c72e1fd5c7 - DTK: Added Dragonlord Kolaghan 2015-03-09 04:00:37 +00:00
drdev
2985bb2af2 Fix so Cancel search prompt works as expected 2015-03-08 23:52:39 +00:00
swordshine
aed4b5cdfa - ORI:Added Liliana, Heretical Healer 2015-03-08 06:35:08 +00:00