Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | Remove blank default values for emergequeue_limit_* settings | kwolekr | 2014-02-05 |
| | | | | | Add checks for invalid user input for important settings Rename Settings::tryGet* to Settings::get*NoEx for consistency | ||
* | Revert "Fix settings to honor numeric conversion errors" | kwolekr | 2014-02-05 |
| | | | | This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5. | ||
* | Fix settings to honor numeric conversion errors | sapier | 2014-02-04 |
| | | | | Rename try* non exceptioning functions to *NoEx | ||
* | 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. | ||
* | Add map feature generation notify Lua API | kwolekr | 2013-12-14 |
| | |||
* | Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6 | kwolekr | 2013-12-07 |
| | |||
* | Mapgen V7: Fix out-of-bounds array access | kwolekr | 2013-07-06 |
| | |||
* | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | 2013-07-06 |
| | |||
* | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | 2013-06-27 |
| | |||
* | Math mapgen fix, ip show on connect, pathfinder segfault fix | proller | 2013-06-23 |
| | |||
* | A handful of minor fixes to various things | kwolekr | 2013-06-22 |
| | |||
* | Add initial Decoration support, many misc. improvements & modifications | kwolekr | 2013-06-17 |
| | |||
* | Fix nearly all warnings | kwolekr | 2013-05-19 |
| | |||
* | Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams | kwolekr | 2013-05-19 |
| | |||
* | Enhance caves for mgv7, add ravines | kwolekr | 2013-04-27 |
| | |||
* | mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y ↵ | kwolekr | 2013-04-21 |
| | | | | boundaries, remove growGrass() | ||
* | Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵ | kwolekr | 2013-04-21 |
| | | | | Mapgen V7 | ||
* | Add param2 field for ores, some minor fixes and misc. code cleanup | kwolekr | 2013-04-07 |
| | |||
* | Fix black tree leaves, reduce above-ground cave shadows | kwolekr | 2013-04-07 |
| | |||
* | Add Mapgen V7, reorganize biomes | kwolekr | 2013-04-07 |