Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • dulst
  • core
  • Wiki
  • Change Log v17

Change Log v17 · Changes

Page history
Update Change Log v17 authored Aug 23, 2019 by Kaoru Aoi's avatar Kaoru Aoi
Hide whitespace changes
Inline Side-by-side
Change-Log-v17.md
View page @ 29b95a25
......@@ -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
Clone repository
  • Analytics Events
  • Animations
  • Basic Effect Building
  • Change Log v13
  • Change Log v14
  • Change Log v15
  • Change Log v16.1
  • Change Log v16.2
  • Change Log v16.3
  • Change Log v16.4
  • Change Log v16.5
  • Change Log v16.6
  • Change Log v16.7
  • Change Log v16.8
  • Change Log v16
View All Pages