aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-3/+3
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-33/+17
| | | | | | 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.
* Dungeongen: Create dungeon gen tuneables; add desert temples for Mapgen V6kwolekr2013-12-071-1/+6
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-271-1/+0
|
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-1/+0
|
* Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParamskwolekr2013-05-191-23/+24
|
* Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to ↵kwolekr2013-04-211-15/+2
| | | | Mapgen V7
* Add Ore infrastructure and l_register_ore()kwolekr2013-03-241-2/+4
|
* Mapgen indev: float islands, larger far biomesproller2013-03-241-0/+1
|
* Add jungle grass to jungleskwolekr2013-03-171-1/+1
|
* Some minor cleanups from the last commitkwolekr2013-03-161-2/+2
|
* initial mapgen indev version with farscale feature and huge cavesproller2013-03-161-5/+16
|
* Re-add jungles, apple treeskwolekr2013-03-161-6/+16
|
* Clean up Mapgenkwolekr2013-03-111-27/+46
|
* Re-add dungeons in new dungeongen.cppkwolekr2013-03-101-0/+1
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Make mapgen factory setup more elegant, add mapgen_v6.hkwolekr2013-01-231-0/+141