summaryrefslogtreecommitdiff
path: root/src/mapgen.h
Commit message (Collapse)AuthorAge
...
* Optimize headersPerttu Ahola2012-06-17
|
* Properly and efficiently use split utility headersPerttu Ahola2012-06-17
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-05
| | | | GPLv2/later, by agreement of major contributors
* Generate beachesPerttu Ahola2012-03-29
|
* Add blockseed to on_generatedPerttu Ahola2012-03-28
|
* Remove no-op mapgen::add_random_objectsPerttu Ahola2012-03-27
|
* Make mapgen generate stuff in chunks of 3^3 mapblocksPerttu Ahola2012-03-27
|
* Add on_generated hookPerttu Ahola2011-11-29
|
* Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter ↵Perttu Ahola2011-11-29
| | | | wrapper in old code
* GameDef compilesPerttu Ahola2011-11-29
|
* Adding (most) of the sapling functionality. It has yet to work, since ↵Mark Holmquist2011-09-23
| | | | MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest.
* moved mapgen stuff around abitPerttu Ahola2011-06-25
|
* moved map generator to separate source filesPerttu Ahola2011-06-25