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
Myrd
8d5706b36e
Fix copying game with static effects to not double count them along with expanded tests for this.
2015-02-03 04:43:40 +00:00
Hellfish
9e1633fec9
*Fixed Planechase Phenomenon brokenness.
2015-02-01 17:52:26 +00:00
Maxmtg
36bc0d08e1
removed the FCollection from forge-core
2015-02-01 03:13:08 +00:00
Chris
9618b85dc0
Checking in the pom.xml.releaseBackup files which failed to be checked in when the maven goal ended.
2015-02-01 01:45:18 +00:00
Chris
3fd3b876d4
[maven-release-plugin] prepare for next development iteration
2015-01-31 15:00:24 +00:00
Chris
87d8d96c7d
[maven-release-plugin] prepare release forge-1.5.34
2015-01-31 15:00:17 +00:00
Agetian
62657532ef
Reverting 28752 as requested by Chris
2015-01-31 05:21:08 +00:00
Chris
0ea0288f72
test commit
2015-01-30 23:33:39 +00:00
Agetian
783f9c094c
- Recreate default card properties and spell abilities for cards returning to hand (fixes e.g. Genju of the Fields unplayable after returning from graveyard, Far // Away and other splits not allowing to choose another ability if mana payment was canceled, etc.).
2015-01-29 16:55:54 +00:00
Myrd
e22029463d
Commit initial version of experimental AI simulation code.
...
It's disabled by default. Set SpellAbilityPicker.USE_SIMULATION = true to enable.
It's nowhere near complete and there are still tons of issues to work out, but it works a lot of the time.
2015-01-29 00:27:02 +00:00
Myrd
f083b9055d
Fix a NPE.
2015-01-29 00:24:49 +00:00
Myrd
b9005faf1c
Missed a space.
2015-01-28 03:39:46 +00:00
Myrd
ee5549c489
Disambiguate triggered vs. activated abilities in game log.
2015-01-28 02:23:26 +00:00
Agetian
86b2ff054b
- A little further fix for AB RemoveCounter.
2015-01-27 18:57:43 +00:00
Agetian
16100096a7
- Fixed the AB RemoveCounter not correctly remembering multiple instances of removed counters of the same type (fixes Give // Take, Delaying Shield and possibly other similar cards).
2015-01-27 18:01:34 +00:00
elcnesh
5f08b5710f
Use a List rather than a Set for storm count so that the same card can be counted twice.
2015-01-27 14:47:31 +00:00
elcnesh
28a92e34df
Fix Grim Haruspex plus some cleanup.
2015-01-27 14:29:31 +00:00
elcnesh
f9b473c8fd
- Move changed card colors to the Card rather than CardState
...
- Fix Kusari-Gama
2015-01-27 14:28:54 +00:00
elcnesh
4a74fe87fc
Fix some possible issues with attack constraints and how the AI handles them.
2015-01-27 14:22:03 +00:00
swordshine
e32030bc35
- Fixed Hardened Scales
2015-01-27 04:35:40 +00:00
elcnesh
7952bdaac0
Fix static abilities that remove a type (like those on Theros gods).
2015-01-26 13:32:50 +00:00