summaryrefslogtreecommitdiff
path: root/src/dungeongen.cpp
Commit message (Collapse)AuthorAge
* Huge overhaul of the entire MapgenParams systemkwolekr2014-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 APIkwolekr2013-12-14
|
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-07
|
* Standardized method of getting node info in dungeon mapgen.0gb.us2013-09-06
|
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-10