<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/common, 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-10-01T14:21:24+00:00</updated>
<entry>
<title>Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)</title>
<updated>2021-10-01T14:21:24+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2021-10-01T14:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=21113ad4105dd3fb181b3d0638b907af94a352ab'/>
<id>urn:sha1:21113ad4105dd3fb181b3d0638b907af94a352ab</id>
<content type='text'>
</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>Clean up/improve some scriptapi error handling code</title>
<updated>2021-09-10T21:16:46+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-10T21:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=766e885a1b1c5afb7a62f11b427b6d135adeab87'/>
<id>urn:sha1:766e885a1b1c5afb7a62f11b427b6d135adeab87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove redundant on_dieplayer calls</title>
<updated>2021-08-28T10:14:16+00:00</updated>
<author>
<name>savilli</name>
<email>78875209+savilli@users.noreply.github.com</email>
</author>
<published>2021-08-28T10:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3f1adb49ae8da5bb02bea52609524d3645b6a665'/>
<id>urn:sha1:3f1adb49ae8da5bb02bea52609524d3645b6a665</id>
<content type='text'>
</content>
</entry>
<entry>
<title>HUD: Reject and warn on invalid stat types (#11548)</title>
<updated>2021-08-21T18:04:04+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2021-08-21T18:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0c1e9603db32b4281974fdd8b8e3b505148be47e'/>
<id>urn:sha1:0c1e9603db32b4281974fdd8b8e3b505148be47e</id>
<content type='text'>
This comes into play on older servers which do not know the "stat" type.
Warnings are only logged once to avoid spam within globalstep callbacks</content>
</entry>
<entry>
<title>Add bold, italic and monospace font styling for HUD text elements (#11478)</title>
<updated>2021-07-27T17:11:46+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-07-27T17:11:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e8aebf4327ed43ade17cbe8e6cf652edc099651'/>
<id>urn:sha1:6e8aebf4327ed43ade17cbe8e6cf652edc099651</id>
<content type='text'>
Co-authored-by: Elias Fleckenstein &lt;eliasfleckenstein@web.de&gt;</content>
</entry>
<entry>
<title>Inventory: Make addList() consistent (#11382)</title>
<updated>2021-06-30T18:39:38+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2021-06-30T18:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f2fd4432625ee5cf0380bdd006cd1f15d053b12f'/>
<id>urn:sha1:f2fd4432625ee5cf0380bdd006cd1f15d053b12f</id>
<content type='text'>
Fixes list clearing for inv:set_list() using same size, since 2db6b07.
addList() now clears the list in all cases. Use setSize() to resize without clearing.</content>
</entry>
<entry>
<title>Inventory: show error on invalid list names (#11368)</title>
<updated>2021-06-20T15:21:50+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2021-06-20T15:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2db6b07de1e45c56f6135363939dbb3781336514'/>
<id>urn:sha1:2db6b07de1e45c56f6135363939dbb3781336514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add metatables to lua vectors (#11039)</title>
<updated>2021-06-04T19:22:33+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2021-06-04T19:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8f085e02a107dd8092393935bfa1bba71d2546d2'/>
<id>urn:sha1:8f085e02a107dd8092393935bfa1bba71d2546d2</id>
<content type='text'>
Add backwards-compatible metatable functions for vectors.</content>
</entry>
<entry>
<title>fix: some code tidy about includes &amp; irr namespaces</title>
<updated>2021-05-03T17:49:19+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2021-05-03T08:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=de85bc9227ef0db01854fa0eef89256646b4d578'/>
<id>urn:sha1:de85bc9227ef0db01854fa0eef89256646b4d578</id>
<content type='text'>
</content>
</entry>
</feed>
