Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix WearBarParams (de)serialization crash due to unsatisfied interface | Himbeer | 2024-10-10 | 1 | -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.0 | Himbeer | 2024-08-23 | 1 | -0/+25 |
| | |||||
* | 5.5.x: use zlib writer instead of reader where writer is needed | HimbeerserverDE | 2023-06-08 | 1 | -3/+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 | -8/+0 |
| | |||||
* | Switch to Minetest 5.4.1 protocol and other changes | anon5 | 2021-09-19 | 1 | -3/+1 |
| | |||||
* | Add String methods to some types using stringer and fix some minor defects | anon5 | 2021-06-22 | 1 | -2/+2 |
| | |||||
* | Add high-level protocol (de)serialization | anon5 | 2021-06-21 | 1 | -0/+163 |