<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/mapgen_carpathian.cpp, branch 5.0.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-11-08T22:56:20+00:00</updated>
<entry>
<title>Move files to subdirectories (#6599)</title>
<updated>2017-11-08T22:56:20+00:00</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2017-11-08T22:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f'/>
<id>urn:sha1:20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f</id>
<content type='text'>
* Move files around
</content>
</entry>
<entry>
<title>Biome API: Revert biomes, decos, ores being relative to water level</title>
<updated>2017-09-17T04:31:48+00:00</updated>
<author>
<name>paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2017-09-16T23:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=27144b471678b30156ad3383fb8d26a5bd9b66cb'/>
<id>urn:sha1:27144b471678b30156ad3383fb8d26a5bd9b66cb</id>
<content type='text'>
Feature is unnecessary and would greatly complicate future development,
it would also make 'get biome at pos' extremely complex.
Mgv7: Revert option to repeat surface biomes in floatlands, which
depended on the above.
</content>
</entry>
<entry>
<title>Use member initialization list instead of the constructor's body (#6371)</title>
<updated>2017-09-03T17:33:22+00:00</updated>
<author>
<name>Dharkael</name>
<email>izhe@hotmail.es</email>
</author>
<published>2017-09-03T17:33:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5bef3393889e0a29155a7e777d19344eaaae96b7'/>
<id>urn:sha1:5bef3393889e0a29155a7e777d19344eaaae96b7</id>
<content type='text'>
* Use member initialization list instead of the constructor's body
</content>
</entry>
<entry>
<title>Remove 3D noise from getSteps function (#6360)</title>
<updated>2017-09-02T16:01:13+00:00</updated>
<author>
<name>Vaughan Lapsley</name>
<email>vlapsley@users.noreply.github.com</email>
</author>
<published>2017-09-02T16:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2ac5a45faa26a9192ab3c3940d939b18b0df8b38'/>
<id>urn:sha1:2ac5a45faa26a9192ab3c3940d939b18b0df8b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code modernization: src/m* (part 2)</title>
<updated>2017-08-19T07:12:54+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-08-19T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b5f7249a7edc25077d84b27b38552228b92ff763'/>
<id>urn:sha1:b5f7249a7edc25077d84b27b38552228b92ff763</id>
<content type='text'>
* empty function
* default constructor/destructor
* remove unused Map::emergeSector(a,b)
* for range-based loops
* migrate a dirs[7] table to direction tables
* remove various old unused function
</content>
</entry>
<entry>
<title>Dungeons: Use biome 'node_stone' if normal stone types not detected</title>
<updated>2017-07-30T17:40:55+00:00</updated>
<author>
<name>paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2017-07-28T02:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b20d01a3f19ea7ad1e788077af1ed5769648e3a1'/>
<id>urn:sha1:b20d01a3f19ea7ad1e788077af1ed5769648e3a1</id>
<content type='text'>
Construct dungeons from the node defined as biome 'node_stone' if
'mapgen_stone', 'mapgen_desert_stone' and 'mapgen_sandstone' are not
detected.
Feature long-intended by kwolekr/hmmmm and present in code as a TODO.
</content>
</entry>
<entry>
<title>Biomes/decorations/ores: Make relative to 'water_level' setting</title>
<updated>2017-07-11T00:14:24+00:00</updated>
<author>
<name>paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2017-06-14T01:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8299e4b67eff48e0f6e101afea2fae8f0e65c421'/>
<id>urn:sha1:8299e4b67eff48e0f6e101afea2fae8f0e65c421</id>
<content type='text'>
Add 'biome_zero_level' argument to 'generateBiomes()', 'deco_zero_level'
argument to 'placeAllDecos()' and 'ore_zero_level' to 'placeAllOres()'
to allow mapgens to vertically shift the registered biomes, decorations
and ores per-mapchunk.
Will also allow many realm possibilities in future mapgens.
</content>
</entry>
<entry>
<title>Mapgen Carpathian: Add lava_depth parameter</title>
<updated>2017-07-07T21:28:40+00:00</updated>
<author>
<name>vlapsley</name>
<email>vaughan.lapsley@gmail.com</email>
</author>
<published>2017-07-07T03:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f871852f13db6072b3bffe25826d7520ef031ec0'/>
<id>urn:sha1:f871852f13db6072b3bffe25826d7520ef031ec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mapgen: Add Carpathian mapgen (#6015)</title>
<updated>2017-07-06T11:53:56+00:00</updated>
<author>
<name>Vaughan Lapsley</name>
<email>vlapsley@users.noreply.github.com</email>
</author>
<published>2017-07-06T11:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a80ecbee1e838491343af760539a37fac4232048'/>
<id>urn:sha1:a80ecbee1e838491343af760539a37fac4232048</id>
<content type='text'>
</content>
</entry>
</feed>
