Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite generate notification mechanism | kwolekr | 2014-12-06 |
| | | | | | | | Add support for notify-on-decoration Clean up mapgen constructors Clean up mapgen.cpp code style somewhat Remove trailing whitespace from some files | ||
* | mapgen: Resolve nodes in ctor rather than makeChunk | kwolekr | 2014-10-30 |
| | |||
* | Make flag strings clear specified flag with 'no' prefix | kwolekr | 2014-02-08 |
| | | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | ||
* | Huge overhaul of the entire MapgenParams system | kwolekr | 2014-02-03 |
| | | | | | | 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. | ||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | 2013-06-27 |
| | |||
* | Fix black tree leaves, reduce above-ground cave shadows | kwolekr | 2013-04-07 |
| | |||
* | Fix last singlenode modification | kwolekr | 2013-03-29 |
| | |||
* | Don't replace existing nodes in singlenode mapgen | kwolekr | 2013-03-29 |
| | |||
* | Add singlenode mapgen; generates solely the node 'mapgen_singlenode', ↵ | Perttu Ahola | 2013-03-22 |
defaults to air |