<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/client, 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 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>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>
<entry>
<title>Add backwards-compatible behaviour if too few CAO textures specified</title>
<updated>2021-11-22T17:27:49+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-11-22T17:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=206e131854392ed2d39b3456f7a1b5a54bd1bff9'/>
<id>urn:sha1:206e131854392ed2d39b3456f7a1b5a54bd1bff9</id>
<content type='text'>
(#11766)</content>
</entry>
<entry>
<title>Fix local digging animation (#11772)</title>
<updated>2021-11-19T22:31:04+00:00</updated>
<author>
<name>savilli</name>
<email>78875209+savilli@users.noreply.github.com</email>
</author>
<published>2021-11-19T22:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c9070e54bc5b3a99d941a3afd24d262f8925a962'/>
<id>urn:sha1:c9070e54bc5b3a99d941a3afd24d262f8925a962</id>
<content type='text'>
</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>Fix number of tool uses being off by 1..32767 (#11110)</title>
<updated>2021-10-31T22:33:33+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2021-10-31T22:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6910c8d920acedb3f1df1ac03a5cdf14f5fb6081'/>
<id>urn:sha1:6910c8d920acedb3f1df1ac03a5cdf14f5fb6081</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add joystick layout for DragonRise GameCube controller (#11467)</title>
<updated>2021-10-31T18:17:47+00:00</updated>
<author>
<name>Isabelle COWAN-BERGMAN</name>
<email>Izzette@users.noreply.github.com</email>
</author>
<published>2021-10-31T18:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=532d5b21fdff8bd8aa460b010ebd3bef1b9878dd'/>
<id>urn:sha1:532d5b21fdff8bd8aa460b010ebd3bef1b9878dd</id>
<content type='text'>
</content>
</entry>
</feed>
