Alex W. Jackson

Results 10 issues of Alex W. Jackson

I thought of a way you could handle step-over and step-out in the debugger that should handle 6502-style idioms like push/push/rts without getting lost, and doesn't require reading every opcode...

There are two related bugs with the SA-1 ROM mapping that apparently don't affect any original game, but are likely to cause problems with ROM-expanding ROM hacks sooner or later....

I know this is probably an annoying type of request, but do you think you could come up with an internal interface for the register editor that doesn't involve letting...

This PR fixes #9357. Emrakul's "protection from spells" ability has been the subject of numerous bugs and regressions (#9357 itself was a regression caused by an incorrect fix for #7033,...

I've noticed that the existing constructors for `ProtectionAbility` tempt card implementers into using incorrect filters, specifically `FilterPermanent` (which is completely wrong for "protection from enchantments", and more subtly wrong for...

The rules for "Players can't cast {quality} spells" have changed several times over the last decade and xmage currently implements a mishmash of several outdated versions of them. Two concrete...

If an effect tells you to cast a spell (e.g. suspend), and you splice one or more cards onto that spell as you cast it, xmage lets you cancel while...

bug

Many event types in xmage exist in pairs, with one type named in the present tense or active voice and the second event named in the past tense or passive...

If there are several effects that would allow a player to cast a spell as though it had flash, xmage should give the player a choice of which one to...

If you bounce a face-down permanent to its owner's library with something like [[Set Adrift]], the game log only states that "a card" was put on top of its owner's...

bug