... | ... | @@ -9,12 +9,15 @@ |
|
|
* Hover preview to only show up on long press and not tap on mobile
|
|
|
* Prevent dragging on the screen from scrolling.
|
|
|
* Prevent double tap zoom
|
|
|
* Arrow now follows (all of this stuff works perfectly on emulator but issues abound in practice) touchmove.
|
|
|
* The admin/market page now has a new starting coins setting. The default is 25000.
|
|
|
* New achievements obtained audio setting found in the admin/audio page.
|
|
|
* New search option called matchmorecode: Start your search query with matchmorecode: to match text that are part of another word. For example “heal” would also return cards with “health”, “male” would also return cards with “female” and “haste” would return cards with “stat-haste”.
|
|
|
* You can now track arbitrary in-game events with the analytics action. Helps with tracking things like how many finished each stage of the tutorial, letting you know if it's too complex or needs UX improvement.
|
|
|
* Give effects undo.
|
|
|
* Incoming writeup of version control.
|
|
|
* Added stack position to “value target” so now you can Target any value in an object by its key or index.
|
|
|
* Effect triggers to show their “run effects” in the tooltips
|
|
|
|
|
|
|
|
|
## Changes
|
... | ... | @@ -29,6 +32,8 @@ |
|
|
* Alphabeticalize events and undo events list.
|
|
|
* Hovering on cards in lists now shows a reaction, slightly delay keywords help's appearance.
|
|
|
* We're moving to not using $dollar signs on effect criteria passing. So now instead of $card, use card. In the future $card might pre-evaluate to another value.
|
|
|
* Sort custom actions by display name.
|
|
|
* Green create new card button now moved to being beside the type name instead of at the top right.
|
|
|
|
|
|
|
|
|
## Fixes
|
... | ... | @@ -45,3 +50,5 @@ |
|
|
* Fix major bug with cropping images that makes it slightly off-sized.
|
|
|
* Fix bug with card types not showing properly on card edit page.
|
|
|
* Fix add card to match’s card title optimization to work for variable comma separated results.
|
|
|
* Fix undo from not working at all.
|
|
|
* Fix comments staying on from one effect to the next when opening the effect builder. |
|
|
\ No newline at end of file |