<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/unittest, branch physics</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-12-05T13:40:30+00:00</updated>
<entry>
<title>Fix various code &amp; correctness issues (#11815)</title>
<updated>2021-12-05T13:40:30+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-12-05T13:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ff934d538c00518476c31f5df6ebc4be5ca79591'/>
<id>urn:sha1:ff934d538c00518476c31f5df6ebc4be5ca79591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Network: Delete copy constructor and use std::move instead (#11642)</title>
<updated>2021-12-01T19:22:33+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2021-12-01T19:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=57a59ae92d4bbfa4fdd60d7acd72c6440f63a49c'/>
<id>urn:sha1:57a59ae92d4bbfa4fdd60d7acd72c6440f63a49c</id>
<content type='text'>
This is a follow-up change which disables class copies where possible to avoid unnecessary memory movements.</content>
</entry>
<entry>
<title>Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)</title>
<updated>2021-11-26T18:32:41+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-11-26T18:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=87ab97da2ace31fdb46a88a0901ec664dd666feb'/>
<id>urn:sha1:87ab97da2ace31fdb46a88a0901ec664dd666feb</id>
<content type='text'>
This ensures that no overflows (side-effects) happen within the find_nodes_in_area function by limiting coordinates like done in the map generation code.</content>
</entry>
<entry>
<title>Localize error messages in mainmenu (#11495)</title>
<updated>2021-11-01T12:27:46+00:00</updated>
<author>
<name>Riceball LEE</name>
<email>snowyu.lee@gmail.com</email>
</author>
<published>2021-11-01T12:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=693f98373bc4681d8eac1ab898f9ca9b9c9860d2'/>
<id>urn:sha1:693f98373bc4681d8eac1ab898f9ca9b9c9860d2</id>
<content type='text'>
Co-authored-by: sfan5 &lt;sfan5@live.de&gt;
Co-authored-by: rubenwardy &lt;rw@rubenwardy.com&gt;</content>
</entry>
<entry>
<title>Add "MINETEST_MOD_PATH" environment variable (#11515)</title>
<updated>2021-10-06T22:19:41+00:00</updated>
<author>
<name>emixa-d</name>
<email>85313564+emixa-d@users.noreply.github.com</email>
</author>
<published>2021-10-06T22:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9fab5d594cab4c0a027f0aecf356382f3a37c1de'/>
<id>urn:sha1:9fab5d594cab4c0a027f0aecf356382f3a37c1de</id>
<content type='text'>
This adds an environment variable MINETEST_MOD_PATH.
When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.</content>
</entry>
<entry>
<title>Shave off buffer copies in networking code (#11607)</title>
<updated>2021-09-17T16:14:25+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-17T16:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fd8a8501bc26dfca2a93d51000867b8592210040'/>
<id>urn:sha1:fd8a8501bc26dfca2a93d51000867b8592210040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hide Wself-assign-overloaded and Wself-move unittest compilation warnings</title>
<updated>2021-09-17T16:13:04+00:00</updated>
<author>
<name>HybridDog</name>
<email>ovvv@web.de</email>
</author>
<published>2020-03-05T13:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d1e0f73b770165fbd889b8298dec79c83107862e'/>
<id>urn:sha1:d1e0f73b770165fbd889b8298dec79c83107862e</id>
<content type='text'>
The warnings occured with the clang compiler
</content>
</entry>
<entry>
<title>Make sure relevant std::stringstreams are set to binary</title>
<updated>2021-09-11T19:06:57+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-11T19:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=75bf9b75caba5fc876f20eabea3fabc142d1b51e'/>
<id>urn:sha1:75bf9b75caba5fc876f20eabea3fabc142d1b51e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch MapBlock compression to zstd (#10788)</title>
<updated>2021-09-01T00:32:31+00:00</updated>
<author>
<name>lhofhansl</name>
<email>larsh@apache.org</email>
</author>
<published>2021-09-01T00:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d1624a552151bcb152b7abf63df6501b63458d78'/>
<id>urn:sha1:d1624a552151bcb152b7abf63df6501b63458d78</id>
<content type='text'>
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Rework Settings to support arbitrary hierarchies (#11352)</title>
<updated>2021-06-23T13:22:31+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-06-23T13:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c60a146e2291f7a55a3e5fd0447bd393b063ab1c'/>
<id>urn:sha1:c60a146e2291f7a55a3e5fd0447bd393b063ab1c</id>
<content type='text'>
</content>
</entry>
</feed>
