Features in 1.3.13
- Deck generation is now strictly conforming the colors chosen. You won't get any Boros Reckoner in a RG deck, that could be added before the change (because its manacost could be paid with red mana). Avacyn's Piligrim won't be added in a deck that has green but doesn't have white, though it does not consume, but produces white mana. As well there won't be added any creatures whose activated abilities require colors not choosen for a given deck.
That is to say that now color identity is used for deck generation, that allows a better filtering of cards.
- Single declare attackers step for all Targets (see
viewtopic.php?f=26&t=10046)
- Booster slots are now way more customizable* (
viewtopic.php?f=52&t=10128). Textfiles format in res/blockdata was changed, meta of type "combo" feature cut.
Features irrelevant to players:
- Newtork mode incubation. Added a packet interchange protocol so that clients could chat with person on the server. Later I trashed the client and held off developent to clean up main code.
- Game reference removed from Singletons. it can still be accessed via globally visible match, but that's still a step forward to multiple games hosted in a single application.