summaryrefslogtreecommitdiff
path: root/serialize.fmt
Commit message (Collapse)AuthorAgeFilesLines
* Fix WearBarParams (de)serialization crash due to unsatisfied interfaceHimbeer2024-10-101-2/+5
| | | | | | | | | | 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/+25
|
* 5.5.x: use zlib writer instead of reader where writer is neededHimbeerserverDE2023-06-081-3/+2
|
* 5.5.x: reintroduce zlib for nodemetas packetHimbeerserverDE2023-06-081-0/+5
|
* 5.5.x: don't redundantly compress node metaHimbeerserverDE2023-06-081-8/+0
|
* Switch to Minetest 5.4.1 protocol and other changesanon52021-09-191-3/+1
|
* Add String methods to some types using stringer and fix some minor defectsanon52021-06-221-2/+2
|
* Add high-level protocol (de)serializationanon52021-06-211-0/+163