1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Deprecate function support in core.[de]serialize

This commit is contained in:
Lars Müller
2025-04-23 21:39:27 +02:00
committed by GitHub
parent f2ea4a4565
commit dd2e45ee82
5 changed files with 78 additions and 22 deletions

View File

@@ -23,3 +23,5 @@ This list is largely advisory and items may be reevaluated once the time comes.
* stop reading initial properties from bare entity def
* change particle default blend mode to `clip`
* remove built-in knockback and related functions entirely
* remove `safe` parameter from `core.serialize`, always enforce `safe = true`.
possibly error when `loadstring` calls are encountered in `core.deserialize`.