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
Myrd
006f0534db
Forgot to commit this.
2015-03-08 05:55:30 +00:00
swordshine
061779ddac
- DTK:Added Enduring Scalelord
2015-03-08 05:17:06 +00:00
swordshine
443cd81a1b
- DTK:Added Foe-Razer Regent
2015-03-08 04:38:10 +00:00
Sol
8980493dc9
- When copying Triggers for a new card, don't copy the ID (Fixes token clone double triggers)
2015-03-07 14:20:18 +00:00
swordshine
0236900f10
- DTK:Added Silumgar Assassin
2015-03-04 22:37:45 +00:00
Sloth
92290eef60
- Fixed possible NPE.
2015-03-04 13:02:56 +00:00
swordshine
badf7e50b5
- DTK:Added Stratus Dancer
2015-03-03 13:00:45 +00:00
swordshine
0ae7fd8d9d
- DTK:Added Sidisi, Undead Vizier
2015-03-03 10:11:09 +00:00
Sloth
478d1e83cb
- Added AI support for Mox Diamond.
2015-03-01 11:38:03 +00:00
Myrd
3430877613
Fix copying game with permanents changed to creatures in AI simulation.
2015-02-28 15:42:13 +00:00
Myrd
be6e7f0a17
Fix NPE starting tiny leaders game.
2015-02-28 05:25:25 +00:00
Sol
d972a7de36
- Fix Ghastly Conscription not calculating the correct Mana Cost for cards it manifests
2015-02-27 17:02:49 +00:00
Chris
d60cafa83c
[maven-release-plugin] prepare for next development iteration
2015-02-27 15:29:09 +00:00
Chris
808e56e327
[maven-release-plugin] prepare release forge-1.5.36
2015-02-27 15:29:01 +00:00
Agetian
ab6b3e2960
- Make sure the full description is shown on "cards" representing temporary effects.
2015-02-27 13:33:34 +00:00
elcnesh
805bed02c7
Revert TriggerHandler to r28873; accidentally committed some experimental code that evidently wasn't working.
2015-02-25 22:09:34 +00:00
elcnesh
4a38b0d817
Huge update to the GUI codebase.
...
- Make match screen in gui-desktop non-singleton, allowing multiple games to be played simultaneously.
- Separate global gui commands (IGuiBase) from game-specific gui commands (IGuiGame), allowing games to send their commands to the correct gui.
2015-02-17 08:47:55 +00:00
Myrd
95f145a1cd
Fix NPE in combat code that was caused by AI being confused when planning its blockers (i.e. planning how to block own attackers).
2015-02-16 02:13:03 +00:00
Myrd
3ecb80f8d2
Slightly better fix for make canceling Delve refund exiled cards. I think this fixes a bug in the previous fix where AI would never exile the cards they chose to delve.
2015-02-15 20:41:31 +00:00
Sol
babfd2f8bb
- Fixing Flamebreak using the wrong parameter
2015-02-15 20:29:23 +00:00
Agetian
aca4e04d8e
- Experimental fix for Suspend keyworded ability. This switches the internal SVars used by Suspend from random UUIDs (which do not work correctly across zones, it seems) to fixed SVar names. Note the following:
...
* if there was a reason to use randomized SVars for Suspend, then there might be something else wrong with it now - please review and correct if my implementation is wrong.
* the AI has issues targeting with (some?) suspended cards (e.g. Rift Bolt used by the AI will always fizzle, the AI never targets correctly), please assist if possible.
2015-02-15 19:26:28 +00:00
drdev
edaa52b507
Support restricting card pool at deck format level
2015-02-15 01:53:14 +00:00
drdev
2b4a509b78
Start fleshing out UI support for Tiny Leaders format
2015-02-14 23:01:35 +00:00
Chris
ea6a01b1bc
[maven-release-plugin] prepare for next development iteration
2015-02-14 15:42:17 +00:00
Chris
a42465e9ca
[maven-release-plugin] prepare release forge-1.5.35
2015-02-14 15:42:09 +00:00
Agetian
c256b29ce6
- Fix the triggered abilities still visually appearing when suppressed (e.g. with Humility).
2015-02-14 11:21:04 +00:00
Hellfish
25da751464
*Added a few provisions for Tiny Leaders
2015-02-14 09:54:14 +00:00
Hellfish
8e62e17f65
*Made Delved cards not exile until cost is fully paid
2015-02-14 09:09:04 +00:00
elcnesh
a6bcd59819
Fix static abilities not removing triggers.
2015-02-14 08:26:27 +00:00
Myrd
35881d5cf0
Switch ConcurrentSkipListMap to TreeMap, as ConcurrentSkipListMap.isEmpty() showed up in profiles and these collections aren't meant to be manipulated concurrently.
2015-02-14 07:34:22 +00:00
Myrd
b9d9678e56
Avoid double look up in map.
2015-02-14 07:18:03 +00:00
Myrd
9f03746360
Optimize static effect checks even more based on profiling.
2015-02-14 07:09:05 +00:00
Myrd
5d6f5912e3
Cache trigger constructor instead of looking it up each time createTrigger is called. This was showing up in profiles of simulation code.
2015-02-14 06:57:15 +00:00
Hellfish
0c45c6ce09
*AFAICT fixed Delve-ing other players' cards.
2015-02-12 23:00:18 +00:00
Sloth
042a49aef6
- Fixed Layer of static abilities granting hidden keywords (part 3).
2015-02-09 18:46:22 +00:00
Sloth
286d065913
- Fixed Layer of static abilities granting hidden keywords (part 2).
2015-02-09 08:17:44 +00:00
Myrd
457636f2e3
Make simulated AI ignore temp power/toughness boosts in certain cases when evaluating. (Initial version - can be made quite a bit smarter based on this later.)
2015-02-08 19:43:40 +00:00
Myrd
ff18cb74c8
Fix dumping and restoring game state with morphed creatures.
2015-02-08 17:43:09 +00:00
Sloth
019a241184
- Fixed Layer of static abilities granting hidden keywords.
2015-02-08 14:37:34 +00:00
Sloth
b5dd19867a
- Cleanup and NPE protection.
2015-02-08 13:36:17 +00:00
Hellfish
8eede91c88
*Fixed leaving planes.
2015-02-06 22:13:37 +00:00