aboutsummaryrefslogtreecommitdiff
path: root/src/biome.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split up mapgen.cppkwolekr2014-11-011-160/+0
|
* Prevent invalid memory access under failure conditionskwolekr2014-10-281-12/+19
|
* Add NodeResolver and clean up node name -> content ID resolution systemkwolekr2014-10-261-68/+16
|
* Remove liquid_finite and weatherproller2014-04-181-51/+0
|
* Fix MSVC buildBlockMen2014-02-261-0/+1
|
* Huge overhaul of the entire MapgenParams systemkwolekr2014-02-031-4/+2
| | | | | | 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.
* Fix compiling issue of MSVCBlockMen2013-09-231-1/+1
|
* Weather: Clean up getHeat/getHumidity somewhatkwolekr2013-09-161-0/+52
|
* BiomeDefManager: Fully initialize default biomekwolekr2013-07-061-5/+15
|
* Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr2013-07-061-20/+35
|
* A handful of minor fixes to various thingskwolekr2013-06-221-6/+6
|
* Add initial Decoration support, many misc. improvements & modificationskwolekr2013-06-171-0/+10
|
* Add Mapgen V7, reorganize biomeskwolekr2013-04-071-165/+102
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Don't write control character to verbosestreamkwolekr2013-02-061-1/+1
|
* Removed Mapgen V7 for nowkwolekr2013-01-211-56/+5
|
* Last set of minor cleanupskwolekr2013-01-211-7/+12
|
* Finish and clean up mapgen configurationkwolekr2013-01-211-3/+3
|
* Readded and optimized mapgen V6kwolekr2013-01-211-16/+45
|
* Add initial Lua biomedef support, fixed biome selectionkwolekr2013-01-211-48/+69
|
* The new mapgen, noise functions, et al.kwolekr2013-01-211-0/+229