minetest/src/script
Ner'zhul 058a869b70 Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers (#4430)
This fallback to std::map & std::set for older compilers

Use UNORDERED_SET as an example in decoration and ore biome sets

Use UNORDERED_MAP as an example in nameidmapping
2016-08-10 12:08:05 +02:00
..
common Allow nodes to specify which sides to connect to. 2016-03-12 12:08:17 -05:00
cpp_api Server: Add reason for leave to `on_leaveplayer` callbacks 2016-06-11 04:17:04 +01:00
lua_api Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers (#4430) 2016-08-10 12:08:05 +02:00
CMakeLists.txt Clean up and tweak build system 2015-03-27 15:00:48 -04:00
scripting_game.cpp Add Lua interface to HTTPFetchRequest 2016-02-22 15:39:41 +01:00
scripting_game.h Improve Script CPP API diagnostics 2015-08-05 21:13:03 -04:00
scripting_mainmenu.cpp Push error handler afresh each time lua_pcall is used 2015-08-27 01:56:06 +02:00
scripting_mainmenu.h Fix code style of async API 2014-04-27 16:15:53 -04:00