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 31, 2019 by Kaoru Aoi's avatar Kaoru Aoi
Show whitespace changes
Inline Side-by-side
Change-Log-v17.md
View page @ 3b3781ea
......@@ -21,8 +21,13 @@
* You can now comment out lines of code by starting the comments of any line with `//` or `/*... */` for multiple line blocks.
* You can now select multiple lines to copy and paste them between cards (works between tabs)
![Screen_Shot_2019-08-31_at_3.57.48_PM](uploads/bac8496b138cdb11567a40275f4bdf3b/Screen_Shot_2019-08-31_at_3.57.48_PM.png)
* You can now rename params including built-in params for specific rule cards in custom actions. Your custom action might need to relabel default parameters that have non matching tooltips or labels due to your different specific uses for them. Relabel by setting these label and tooltip properties, but without the initial `param_id` (very important).
```
param_[paramID]_label
param_[paramID]_tooltip
```
* You can hide certain fields from the target column with the `hiddenFields` property on custom actions. Enter a comma separated list of target fields to hide from the card designer when they're using this action. These fields would be fields that do not work with that action. Hiding them here can make the UI more intuitive.
## Changes
* Effect pointer lines on the right side of the effects list are now wider, and its width is dependent on the distance to the target. This should make it slightly easier to discern lines on busier cards.
......@@ -43,6 +48,7 @@
* Send error if target player not found.
* add floatingText to ram animation when the card moves
* Allow sorting by custom card properties (have to edit it in code though, no UI support yet)
* Show error if event missing in trigger event.
## Fixes
......@@ -66,3 +72,4 @@
* Hide give yourself cards button on lists.
* Fix issue where selecting game as the animation target causes animations to not play for players
* Fix issue with subtracting by negative values not working. Fix now allows for negative defense.
* Fix bug with sending card to location not respecting current state.
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