<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, 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-12T18:24:39+00:00</updated>
<entry>
<title>Rename new_gravity to new new_acceleration</title>
<updated>2021-12-12T18:24:39+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2021-12-12T18:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=72978e7e6f4c3af46880873f5a4e2f90386f3534'/>
<id>urn:sha1:72978e7e6f4c3af46880873f5a4e2f90386f3534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add correct gravity calculation</title>
<updated>2021-12-12T15:08:12+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2021-12-12T15:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=659f470565efff7a8789d1cc8b1cd18ad7d15ad0'/>
<id>urn:sha1:659f470565efff7a8789d1cc8b1cd18ad7d15ad0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix get_bone_position() on unset bones modifying their position</title>
<updated>2021-12-05T23:06:49+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-12-05T23:04:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d9d219356aa31cd953303580ccde7f0e27dd0fe6'/>
<id>urn:sha1:d9d219356aa31cd953303580ccde7f0e27dd0fe6</id>
<content type='text'>
closes #11840
</content>
</entry>
<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>Update minetest.conf.example and dummy cpp file</title>
<updated>2021-11-27T18:41:45+00:00</updated>
<author>
<name>updatepo.sh</name>
<email>script@mt</email>
</author>
<published>2021-11-27T18:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a157256706d5bf2c8f982ca971207765c2972405'/>
<id>urn:sha1:a157256706d5bf2c8f982ca971207765c2972405</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented disconnect_player (#10492)</title>
<updated>2021-11-26T19:19:40+00:00</updated>
<author>
<name>Corey Powell</name>
<email>mistdragon100@gmail.com</email>
</author>
<published>2021-11-26T19:19:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=413be76c63309266d3d271f01cc74385067d7263'/>
<id>urn:sha1:413be76c63309266d3d271f01cc74385067d7263</id>
<content type='text'>
Co-authored-by: rubenwardy &lt;rw@rubenwardy.com&gt;</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>Add Lua bitop library (#9847)</title>
<updated>2021-11-26T18:31:05+00:00</updated>
<author>
<name>Lejo</name>
<email>Lejo_1@web.de</email>
</author>
<published>2021-11-26T18:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b9051386ae296a6112383725bc8bfcd96dc9a226'/>
<id>urn:sha1:b9051386ae296a6112383725bc8bfcd96dc9a226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minimap: gamma-correct average texture colour calculation (#9249)</title>
<updated>2021-11-26T18:30:49+00:00</updated>
<author>
<name>HybridDog</name>
<email>3192173+HybridDog@users.noreply.github.com</email>
</author>
<published>2021-11-26T18:30:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7a1464d783742512fdc6e0a083ffadd0ce63c1b4'/>
<id>urn:sha1:7a1464d783742512fdc6e0a083ffadd0ce63c1b4</id>
<content type='text'>
This calculates the average texture colour while heeding the sRGB colourspace.</content>
</entry>
</feed>
