You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,25 @@
1
1
# Changelog
2
2
3
-
## 1.13 (Ongoing)
3
+
## 1.13
4
4
5
-
## Tweaks
5
+
###Tweaks
6
6
7
7
* Right click in the Card Viewer filter buttons, will not press that button and unpress all the others
8
-
* Can now filter also on properties not mention in CardConfig
9
-
* Added button which presses all filter buttons.
8
+
* Can now filter also on properties not defined in CardConfig
10
9
* Improved performance when showing/hiding the viewport focus
11
10
* Improved performance when loading the card viewer in grid mode.
12
11
12
+
### New Features
13
+
14
+
* In Cardviewer, added button which presses all filter buttons.
15
+
16
+
17
+
#### ScriptingEngine
18
+
19
+
* Added new `nested_script` task allows to execute more tasks recursively. It allows for infinite amount of nests, which can create pretty complex combinations of scripts.
20
+
* Added new selection window functionality which creates an dialogue window to the player to select an amount of cards from those selected as subjects. Typically should be combined with boardseek, tutor or index subjects.
21
+
Controlled by the following new keys: `KEY_NEEDS_SELECTION`, `KEY_SELECTION_COUNT`, `KEY_SELECTION_TYPE`, `KEY_SELECTION_OPTIONAL`, `KEY_SELECTION_IGNORE_SELF`
0 commit comments