aboutsummaryrefslogtreecommitdiff
path: root/src/dungeongen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-6/+3
| | | | | | 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-141-105/+94
|
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-071-51/+84
|
* Standardized method of getting node info in dungeon mapgen.0gb.us2013-09-061-1/+1
|
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-101-0/+634