aboutsummaryrefslogtreecommitdiff
path: root/src/dungeongen.cpp
AgeCommit message (Collapse)Author
2014-02-03Huge overhaul of the entire MapgenParams systemkwolekr
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-14Add map feature generation notify Lua APIkwolekr
2013-12-07Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr
2013-09-06Standardized method of getting node info in dungeon mapgen.0gb.us
2013-03-10Re-add dungeons in new dungeongen.cppkwolekr