* Include slider for Max Recursion Depth
* Implement Behavior for Max Recursion Depth
* Title message correction
* Disabling min activations when max recursion depth is disabled and vice versa
* Feature renamed to Max Recursion Steps
* Added warnings that min activations and max recursion steps disable each other
* Revert "Added warnings that min activations and max recursion steps disable each other"
This reverts commit 8c7efd09c5d126372edd529f9537611fec4b59df.
* Revert "Feature renamed to Max Recursion Steps"
This reverts commit f043fe6b60693339a8270f148a7cb98f252ea592.
* Revert "Disabling min activations when max recursion depth is disabled and vice versa"
This reverts commit a3a28874bf16a8ee4162c2036efbdae736b076b5.
* Renames the feature to Max Recursion Steps and disables it when Min Activations are enabled
* Combine info-warnings, log stop condition
---------
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
* Update world-info.js
- make the rename button is also available in case of WIbook corruption.
- make the WI engine doesn't crash when certain entrys with `content === null`.
* Update zh-cn.json
* Part revert "Update world-info.js"
This part reverts commit 0693c9c400145dce0f9fed5480e71160d3544eca.
- WI entry updates utilize debounced save
- Trade-off between consistency of possible data loss and performance issues in STscript loops that update multiple things in a WI file are not worth it.
- Implement StructurecCloneMap, which is a map that provides structured clones on both get and set
- Don't delete WI cache on save, but update the cache
- Ensure that cache is updated immediately, so any future get will load the new saved data already
- Still be consistent with clones, so requested cache data that wasn't saved isn't taken into account
- Adds a button that automatically updates the "Order" values of entries based on the custom sorting order ("displayIndex")
- Shows popup to choose starting value, because it's descending (default: 100)
- shows warnings/errors if any issues appear with the value
- warning inside popup if more than 100 entries exist, and a higher value has to be chosen
- Implements #2533