Skip to content

v23.02.03

Latest
Compare
Choose a tag to compare
@lyonhaert lyonhaert released this 06 Feb 22:45
· 9 commits to main since this release
b35daa6

2023-02-03

  • The F-key shortcuts have been changed to allow F1 to open a help screen in the future. So now F2 for Deck, F3 for Graveyard, F4 for Exile, and F5 for Command Zone.
  • Added upside-down flip with Shift+F. (No right-click menu entry yet)
  • Fixed a bug where only the keyboard top row numbers could be used to preceed D, M, or R keybinds with an amount of cards to Draw, Mill, or Scry. Now the numpad numbers work, too. (Also the add/remove counters keybinds, below)
  • Fixed issue where using E (exile), C (command zone), or K (bottom of deck) on a card that was already in the that zone caused an error and crash.
  • Refactored counter add/remove keybinds – the Numpad + and Numpad - keys, minus/underscore key, and equal/plus key (but you don't have to hold shift) – to use the repeatable event like Draw, Mill, and Scry do so you can preceed it with numbers to add that many counters. Example: type 1, 2, and then + to add counters, and it'll add 12 counters.
  • Allow Flip (front/back) of cards that are selected, not just the card that's hovered. In case of werewolves... or Ixidron.
  • Holding Ctrl before starting the rubber-band selection will add cards to the current selection instead of starting over.
  • Ctrl + left click on a card adds it to the current selection.
  • Adjusted gesture_drag_time and gesture_double_tap_time so that double-tapping a card on the battlefield successfully toggles whether it's tapped or untapped.
  • Added options for auto-deselect after tapping cards, and auto-deselecting after dragging and dropping them.
  • Added simple ini settings that save the two auto-deselect options and the "Draw a card when starting a new turn" option (the N key that untaps everything - doesn't actually track turns).
  • The camera mirroring button in Options now tells you if clicking it will turn it on or off.
  • Save State should now track some other card attributes like flipped, upside-down, tapped, number of counters, and annotation.
  • These are still rudimentary, but normal use of Q to coalesce arranges them diagonally - what's new is holding Shift to arrange them vertically or holding Ctrl to arrange them horizontally. It will still cycle top card to the back.
  • Mostly, when cards are moved off the battlefield to one of the other zones, their statuses for being face-down or upside-down are reset to upright and front-face showing, and all cards in Graveyard and Exile are visible to Camera Mirroring (Hand and Deck being entirely hidden to the camera). There is now an exception for this if you hold Shift when exiling a face-down card with E or if you are holding Shift when you drop a face-down card into the Exile stack. That card becomes hidden to the Camera Mirroring and flipping it face-up in Exile will allow you to see it without opponents seeing it, so that you can exile cards face-down somewhat properly. Hovering that card in Exile and using E or doing a brief drag of the card and dropping it into Exile again without holding Shift will reset it to face-up and be visible to opponents.