minetest/src/script
HybridDog 431d8a9b83 Abort when trying to set a not registered node (#7011)
I removed the MapNode constructor which takes a nodename and gives the node's id or CONTENT_IGNORE
The code which used this constructor (two places) now handles the situation of not registered nodes correctly:
* minetest.set_node and similar functions make minetest crash when a not registered node is passed
* reverting a node with rollback aborts if the node is not registered
2019-03-07 08:31:25 +01:00
..
common Abort when trying to set a not registered node (#7011) 2019-03-07 08:31:25 +01:00
cpp_api Consistent HP and damage types (#8167) 2019-02-10 23:03:26 +00:00
lua_api Hide uninstall package button on unmodifiable paths (#8255) 2019-03-05 08:12:58 +01:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)" 2019-02-26 08:53:53 +01:00
scripting_client.h Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00
scripting_mainmenu.cpp Add online content repository 2018-04-19 20:14:53 +01:00
scripting_mainmenu.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
scripting_server.cpp Replace auth.txt with SQLite auth database (#7279) 2018-08-05 13:13:38 +02:00
scripting_server.h Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00