minetest/src/script
Loïc Blot c1b3ed4180 Player attrs: permits to remove an attribute by setting value to nil (#5716)
* Player attrs: permits to remove an attribute by setting value to nil

When doing player:set_attribute("attr", nil) remove attribute

Also remove a useless check on C++ API part (already done by checkplayer)

Fix #5709
2017-05-07 12:13:15 +02:00
..
common Sound API: Add fading sounds 2017-05-03 03:12:45 +01:00
cpp_api Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
lua_api Player attrs: permits to remove an attribute by setting value to nil (#5716) 2017-05-07 12:13:15 +02:00
CMakeLists.txt Rename Scripting API files for consistency 2017-04-25 13:41:36 -04:00
scripting_client.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_client.h [CSM] Add camera API (#5609) 2017-05-05 22:07:36 +02:00
scripting_mainmenu.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_mainmenu.h Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_server.cpp Use a settings object for the main settings 2017-05-06 15:33:19 -04:00
scripting_server.h Don't permit to copy Scripting classes (Client,Server,Mainmenu) 2017-04-27 11:52:44 +02:00