summaryrefslogtreecommitdiff
path: root/deserialize.fmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix WearBarParams (de)serialization crash due to unsatisfied interfaceHimbeer2024-10-101-3/+8
| | | | | | | | | | While image/color.NRGBA has a (de)serialization override, it does not satisfy the (de)serializer interface. This causes a crash when certain item definitions are sent or received. This commit fixes the issue by manually copying the (de)serialization override of image/color.NRGBA to the WearBarParams override implementation instead of calling the (de)serialize function that requires the input to satisfy (de)serializer.
* Switch to Minetest 5.9.0Himbeer2024-08-231-0/+22
|
* Revert "expose all types of trailing data errors"HimbeerserverDE2023-12-091-2/+2
| | | | This reverts commit 94e1a8ca573fa740347156fa4c325f4d33b99380.
* expose all types of trailing data errorsHimbeerserverDE2023-12-091-2/+2
|
* 5.5.x: reintroduce zlib for nodemetas packetHimbeerserverDE2023-06-081-0/+5
|
* 5.5.x: don't redundantly compress node metaHimbeerserverDE2023-06-081-10/+0
|
* Switch to Minetest 5.4.1 protocol and other changesanon52021-09-191-2/+2
|
* Add high-level protocol (de)serializationanon52021-06-211-0/+121