Results 109 comments of Vincent Cunningham

I can certainly look into it, though I'm not familiar with when you'd ever use `make install` on Windows in the first place.

How are these even used on Windows considering Windows has neither `make` or `install` binaries?

Windows is untested, but should work the same as it did previously.

This and #4 may be related to the fact that the map files use a path for the tileset that is relative to the tmx file, while the binary needs...

I did some limited testing and from what I see BizHawk and mupen64plus-core 2.5 both behave the same. It's the new 2.5.9 pre-release I've been using that emulates the lack...

This is the sister PR to PR 204 in the engine repo. My questions over there pertain to this, but I'm discussing over there since the solution is going to...

Not yet, though I'm not sure exactly how to handle it either since either the card move or the devolve can be blocked, and if the card gets moved but...

This needs to be added to src/tcgwars/logic/card/Collection.java as well. I also need to double check with the others if we need to have an equivalent https://github.com/tcgone/carddb set entry before it...

If you are good with this as is I can merge it, however it needs to be added to Collection.java to show up on the Dev server and Play sandbox....

As written, this now won't damage the active Pokémon. You should add a second `damage` call.