Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WearBarParams (de)serialization crash due to unsatisfied interface | Himbeer | 2024-10-10 | 1 | -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.0 | Himbeer | 2024-08-23 | 1 | -0/+22 |
| | |||||
* | Revert "expose all types of trailing data errors" | HimbeerserverDE | 2023-12-09 | 1 | -2/+2 |
| | | | | This reverts commit 94e1a8ca573fa740347156fa4c325f4d33b99380. | ||||
* | expose all types of trailing data errors | HimbeerserverDE | 2023-12-09 | 1 | -2/+2 |
| | |||||
* | 5.5.x: reintroduce zlib for nodemetas packet | HimbeerserverDE | 2023-06-08 | 1 | -0/+5 |
| | |||||
* | 5.5.x: don't redundantly compress node meta | HimbeerserverDE | 2023-06-08 | 1 | -10/+0 |
| | |||||
* | Switch to Minetest 5.4.1 protocol and other changes | anon5 | 2021-09-19 | 1 | -2/+2 |
| | |||||
* | Add high-level protocol (de)serialization | anon5 | 2021-06-21 | 1 | -0/+121 |