Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | Update set_mapgen_params and set_gen_notify Lua API to use new flag format | kwolekr | |
2014-02-16 | Fix g_settings not being included | Sfan5 | |
2014-02-15 | Schematic: Add force_placement parameter to minetest.place_structure API | kwolekr | |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr | |
2014-02-09 | Add capability to read table flag fields from Lua API | kwolekr | |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-02-03 | Huge overhaul of the entire MapgenParams system | kwolekr | |
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. | |||
2013-12-14 | Add map feature generation notify Lua API | kwolekr | |
2013-12-08 | Fix leak and possible segfault in minetest.set_mapgen_params | kwolekr | |
2013-12-01 | Decoration: Add schematic Y-slice probability support | kwolekr | |
2013-11-17 | Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node ↵ | kwolekr | |
name if decolist is used Fix warning message for spawnby nodes Prevent type-punning warning caused by casting enum to int | |||
2013-09-16 | Fix some warnings and other minor details | kwolekr | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |