summaryrefslogtreecommitdiff
path: root/nodedef.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix NodeDef not accepting 5.9.0 pointability typesHimbeer2024-10-111-1/+1
| | | | | | This commit fixes the "*mt.ToCltNodeDefs: invalid bool: 2" error that causes all nodes to shows as unknown in the devtest game or to get mixed up if a server is running a different subgame.
* Switch to Minetest 5.8.0HimbeerserverDE2024-01-171-0/+1
|
* update to new NodeDef formatHimbeerserverDE2023-06-081-0/+4
|
* Switch to Minetest 5.4.1 protocol and other changesanon52021-09-191-0/+24
|
* Add String methods to some types using stringer and fix some minor defectsanon52021-06-221-0/+12
|
* Add high-level protocol (de)serializationanon52021-06-211-0/+148