<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/noise.h, branch 2021.03</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2021-03-23T14:43:26+00:00</updated>
<entry>
<title>Fix broken `BiomeGen` abstraction (#11107)</title>
<updated>2021-03-23T14:43:26+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-03-23T14:43:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=2da1eee394554879bf1cee6bc0f7b77acf0b6c43'/>
<id>urn:sha1:2da1eee394554879bf1cee6bc0f7b77acf0b6c43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NetBSD build fix proposal. (#10308)</title>
<updated>2020-08-25T18:50:41+00:00</updated>
<author>
<name>David CARLIER</name>
<email>devnexen@gmail.com</email>
</author>
<published>2020-08-25T18:50:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=b262184acf34896f36b4270aba29546fc5b0e65b'/>
<id>urn:sha1:b262184acf34896f36b4270aba29546fc5b0e65b</id>
<content type='text'>
Fixing thread naming call and let the class setting RANDOM_MIN/RANDOM_MAX.</content>
</entry>
<entry>
<title>Code modernization: src/n*, src/o* (#6280)</title>
<updated>2017-08-19T09:30:46+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-19T09:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=1992db1395d9c068327a7c08bac7a24ef7112274'/>
<id>urn:sha1:1992db1395d9c068327a7c08bac7a24ef7112274</id>
<content type='text'>
* Code modernization: src/n*, src/o*

* empty function
* default constructor/destructor
* for range-based loops
* use emplace_back instead of push_back
* remove unused IWritableNodeDefManager::clone()
* C++ STL header style
* Pointer constness in some functions</content>
</entry>
<entry>
<title>C++ modernize: Pragma once (#6264)</title>
<updated>2017-08-17T20:19:39+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=921151d97a2fb2238ab514324fb95e2732248b96'/>
<id>urn:sha1:921151d97a2fb2238ab514324fb95e2732248b96</id>
<content type='text'>
* Migrate cpp headers to pragma once
</content>
</entry>
<entry>
<title>Cleanup various headers to reduce compilation times (#6255)</title>
<updated>2017-08-16T20:11:45+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-16T20:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=85511a642f851100d0d856f4ecbe7fea7a7bb049'/>
<id>urn:sha1:85511a642f851100d0d856f4ecbe7fea7a7bb049</id>
<content type='text'>
* Cleanup various headers to reduce compilation times
</content>
</entry>
<entry>
<title>Cpp11 patchset 11: continue working on constructor style migration (#6004)</title>
<updated>2017-06-18T17:55:15+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-06-18T17:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f'/>
<id>urn:sha1:4faaadc8d50d6ab7a19d22bd5a760c4b8321a51f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change internal type for seeds to s32</title>
<updated>2016-06-04T05:51:44+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2016-06-04T05:35:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=dfbdb5bcd7bc48efb21d585d5c22454a9d5f0f1e'/>
<id>urn:sha1:dfbdb5bcd7bc48efb21d585d5c22454a9d5f0f1e</id>
<content type='text'>
This fixes value truncation (and therefore incompatibility) on platforms
with an LP32 data model, such as VAX or MS-DOS.
</content>
</entry>
<entry>
<title>Noise: Make buffer size parameters unsigned</title>
<updated>2015-05-15T20:20:30+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-15T17:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5d1d7c17ea234a01af3a16f31bc0e363ffd150ba'/>
<id>urn:sha1:5d1d7c17ea234a01af3a16f31bc0e363ffd150ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace PRNG assertions with PrngException</title>
<updated>2015-04-27T05:24:37+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-04-27T05:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=cd1d625ab21e741e91be7d2190bb4fd59fab3200'/>
<id>urn:sha1:cd1d625ab21e741e91be7d2190bb4fd59fab3200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for the PCG32 PRNG algo (and associated script APIs)</title>
<updated>2015-03-22T04:48:08+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-03-22T04:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=3993093f51544d4eb44efb57c973e29107ea2f7a'/>
<id>urn:sha1:3993093f51544d4eb44efb57c973e29107ea2f7a</id>
<content type='text'>
</content>
</entry>
</feed>
