Mirrored as part of a study of Minetest events of 2010 to 2019 and people involved, and in connection with a related book, events in 2017 to 2018, in particular, conferring upon host legal rights related to Fair Use.

Archive for June 7th, 2012

Dev snapshot build 0.4.dev-20120606

Thursday, June 7th, 2012

Download for Windows: https://github.com/downloads/celeron55/minetest/minetest-0.4.dev-20120606-win32.zip

Others can go and grab their stuff from github or the download page, as usual.

Known bugs:

  • It is network-incompatible with 20120408, altough it doesn’t act like it was. Do not use this to connect to a 20120408 server. I intended to update the protocol version number but accidentally left it out…
  • I am not sure whether the deprecation of register_on_placenode and register_on_dignode is actually what I want. In any case, mod makers need not hurry; they won’t be removed in a good while because many mods use them. (also in 0.4.dev-20120603)

What’s new (0.4.dev-20120603 -> 0.4.dev-20120606):

  • Fix loading of old signs
  • Fix a network bug
  • License change to LGPLv2/later by agreement of major contributors. If you think Minetest contains code made by you that you do not wish to distribute under this license, point me to it and we’ll figure out what to do to it.
  • minetest.place_node
    minetest.dig_node
    minetest.punch_node
    nodedef.after_destruct
    minetest.serialize, minetest.deserialize (by wokste)
  • Replacements in cooking and and fuel recipes (an ancient patch by kahrl); groups in crafting recipes (by me)
  • Many small things (see commit history)