Daniel Bomar
Daniel Bomar
Is this another case of AI sometimes tapping the lands wrong? I feel like tests should always be deterministic rather than relying on an AI for anything. AIs often use...
Would be helpful to look at the logs when this happens. I'm guessing the server is holding the old connection open and then won't let you reconnect until it times...
Something else I just saw. When we write log messages for a player drawing cards, it's done here using `game.fireInformEvent` rather than `game.informPlayers` like the counters are doing. Putting this...
Regarding the launcher, I wrote an alternative a while back using C++/Qt. Basically, my goal was to get a step closer to a "one-click" solution removing the need for the...
I've mentioned it before but that JBoss remoting library is very old and unmaintained. It's also starting to cause other issues like #8627. It's probably something that should be replaced...
I made some improvements to attacking creatures dying including getting rid of that special triggered ability Kardur Doomscourge was using in PR #9480 I think for #9493 there's a much...
> I was looking through to see about all of the other cards that have `addCounters` and `removeCounters` methods to see if any of those also need to be modified....
There already is a setTargetPointer flag in `AttacksTriggeredAbility` that sets that target to the defending player. I think we just need to use that for Swathcutter Giant right? Only issue...
I see. Your suggestion makes sense to me then.
This is also failing to compile. Try to fix these build errors: https://app.travis-ci.com/github/magefree/mage/builds/255524307 ``` [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/travis/build/magefree/mage/Mage.Sets/src/mage/cards/d/DihadaBinderOfWills.java:[158,9] illegal start of expression [ERROR] /home/travis/build/magefree/mage/Mage.Sets/src/mage/cards/d/DihadaBinderOfWills.java:[162,9]...