Eric NGUYEN
621dc9b53f
Deprecate GetCircularReplacer and make GetCircularReplacer dotnet by default. Format of the save is now incompatible with old versions.
2022-10-17 16:13:34 +02:00
Eric NGUYEN
e97720bc24
Add API configuration
2022-10-13 16:27:32 +02:00
Eric NGUYEN
d368641200
Revert "Move settings to public/svgld-settings.js"
...
This reverts commit 2cf56632155f5378c8819991b1b42ab135cbe384.
2022-10-12 18:08:35 +02:00
Eric NGUYEN
846f41829b
Final fix for Dictionnary serialization
2022-10-12 16:50:20 +02:00
Eric NGUYEN
ea2a2ab64c
Revert "Fix applicationStateModel serialization"
...
This reverts commit aa15425dbc
.
2022-10-12 16:17:43 +02:00
Eric NGUYEN
aa15425dbc
Fix applicationStateModel serialization
2022-10-12 16:03:18 +02:00
Eric Nguyen
c256a76e01
Merged PR 212: Optimize FindChildrenById from O(n) to O(1)
...
Optimize FindChildrenById from O(n) to O(1):
- Deprecate FindContainerByIdDFS
- Container: Replace Children to string[]
- Add HashMap to IHistoryState that contains all containers
To access a container by id now cost O(1) without any additional cost
+ Implement CICD for SVGLibs
2022-10-12 09:39:54 +00:00
Eric NGUYEN
32684a725b
Fix regression messages not being sent from the beginning
2022-10-03 20:35:25 +02:00