Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-06-27 | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | |
2013-04-07 | Fix black tree leaves, reduce above-ground cave shadows | kwolekr | |
2013-03-29 | Fix last singlenode modification | kwolekr | |
2013-03-29 | Don't replace existing nodes in singlenode mapgen | kwolekr | |
2013-03-22 | Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵ | Perttu Ahola | |
defaults to air |