minetest/src/script
kwolekr 5a34f40d80 Huge overhaul of the entire MapgenParams system
MapgenParams is no longer a polymorphic class, eliminating the need for messy and bug-prone reallocations.
Separation between the common and mapgen-specific parameters is now strongly defined.
Mapgen parameters objects are now properly encapsulated within the proper subsystems.
2014-02-03 22:50:14 -05:00
..
common Schematic: Read slice probability table from schematic descriptors 2014-01-19 02:44:45 -05:00
cpp_api Fix crash when a error occurs in a globalstep callback 2014-02-03 18:15:03 -05:00
lua_api Huge overhaul of the entire MapgenParams system 2014-02-03 22:50:14 -05:00
CMakeLists.txt Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
scripting_game.cpp Add Settings interface for Lua 2013-09-10 18:31:38 +02:00
scripting_game.h Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
scripting_mainmenu.cpp Fix modstore/favourites hang by adding asynchronous lua job support 2013-11-29 22:09:14 +01:00
scripting_mainmenu.h Fix modstore/favourites hang by adding asynchronous lua job support 2013-11-29 22:09:14 +01:00