... | @@ -2,6 +2,13 @@ |
... | @@ -2,6 +2,13 @@ |
|
|
|
|
|
* Chrome updates caused card shapes in game (making units oval) to not work, updated the CSS to fix this. You should update CSS from the latest version of Animal Kingdom. If you want to make just small changes you can update just the Shapes section.
|
|
* Chrome updates caused card shapes in game (making units oval) to not work, updated the CSS to fix this. You should update CSS from the latest version of Animal Kingdom. If you want to make just small changes you can update just the Shapes section.
|
|
* Games which have Version Control enabled now has their wiki pages controlled by GitLab's wiki. Changes in GitLab wiki will be reflected in the Dulst app. Now also supports markdown instead of using straight up html.
|
|
* Games which have Version Control enabled now has their wiki pages controlled by GitLab's wiki. Changes in GitLab wiki will be reflected in the Dulst app. Now also supports markdown instead of using straight up html.
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
* 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”.
|
|
|
|
|
|
|
|
|
|
## Changes
|
|
## Changes
|
... | @@ -9,6 +16,12 @@ |
... | @@ -9,6 +16,12 @@ |
|
* Updated the profile's achievement display visually.
|
|
* Updated the profile's achievement display visually.
|
|
* Wiki now redirects to Home as the home page instead of "Wiki Main Page".
|
|
* Wiki now redirects to Home as the home page instead of "Wiki Main Page".
|
|
* New "create new deck" event is now also recorded in analytics
|
|
* New "create new deck" event is now also recorded in analytics
|
|
|
|
* Big visual improvement to achievement obtained animation, now also show coin/point rewards.
|
|
|
|
* More attractive blurring effects when using modals.
|
|
|
|
* Made market packs taller.
|
|
|
|
* Effect comments now also show up at the top of the effect builder in addition to the bottom.
|
|
|
|
* Alphabeticalize events and undo events list.
|
|
|
|
* Hovering on cards in lists now shows a reaction, slightly delay keywords help's appearance.
|
|
|
|
|
|
|
|
|
|
## Fixes
|
|
## Fixes
|
... | @@ -17,3 +30,8 @@ |
... | @@ -17,3 +30,8 @@ |
|
* Fix display issues with sets and cards inserted.
|
|
* Fix display issues with sets and cards inserted.
|
|
* Fix display issues with sets that you cannot unlock due to level limits.
|
|
* Fix display issues with sets that you cannot unlock due to level limits.
|
|
* Fix AI bug where it wouldn't make any moves in niche scenarios.
|
|
* Fix AI bug where it wouldn't make any moves in niche scenarios.
|
|
|
|
* Fix display bug when you have no achievements
|
|
|
|
* Fix effect list arrows for multi word effect names.
|
|
|
|
* Fix bug with css on mulligan where the shadows appear cut off.
|
|
|
|
* Fix bug with modals where it can sometimes show a scrollbar.
|
|
|
|
* Fix bug with custom actions not passing target: value |