minetest/src/script/common
Loic Blot 613797a304 Replace various std::map with UNORDERED_MAP + various cleanups
This is part 2 for 5f084cd98d

Other improvements:

* Use the defined ItemGroupList when used
* make Client::checkPrivilege const
* inline some trivial functions
* Add ActiveObjectMap typedef
* Add SettingsEntries typedef
2016-10-05 10:53:19 +02:00
..
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
c_content.cpp Replace various std::map with UNORDERED_MAP + various cleanups 2016-10-05 10:53:19 +02:00
c_content.h Replace various std::map with UNORDERED_MAP + various cleanups 2016-10-05 10:53:19 +02:00
c_converter.cpp Lua->C getintfield() use lua_tointeger (#4408) 2016-08-10 12:17:48 +02:00
c_converter.h Replace various std::map with UNORDERED_MAP + various cleanups 2016-10-05 10:53:19 +02:00
c_internal.cpp Fix crash regression when invsize formspec gets used 2015-10-17 01:29:05 +02:00
c_internal.h Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
c_types.cpp Remove lua_State parameter from LuaError::LuaError 2014-03-15 16:28:59 -04:00
c_types.h Fix server crashing on Lua errors 2015-10-31 13:28:58 -04:00