<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/minetest.conf.example, branch stencil_shadows</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=stencil_shadows</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=stencil_shadows'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2023-04-11T18:57:36+00:00</updated>
<entry>
<title>Remove formspec_default_bg_color/opacity settings (#13419)</title>
<updated>2023-04-11T18:57:36+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2023-04-11T18:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2fc7eb3ea26af60feadc182a9d469d630314665b'/>
<id>urn:sha1:2fc7eb3ea26af60feadc182a9d469d630314665b</id>
<content type='text'>
These settings are unnecessary. They only apply when formspecs don't have a background/bgcolor set. In practice, most games do theme their GUIs. Removing low value settings simplifies code and improves UX by decluttering the settings menu

Split out from #12140</content>
</entry>
<entry>
<title>Revert "Enable connected glass by default (#13242)"</title>
<updated>2023-04-02T18:56:31+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2023-04-02T18:55:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1c1f1b161512fea8a04fade4db274fa11659bf68'/>
<id>urn:sha1:1c1f1b161512fea8a04fade4db274fa11659bf68</id>
<content type='text'>
This reverts commit a93f3542d92e87c3d728f067358e6f42b31cfe96 for
the upcoming 5.7.0 release.

See https://github.com/minetest/minetest/issues/8290 for a detailed discussion.
</content>
</entry>
<entry>
<title>Return 'loops' occlusion culler under a setting (#13352)</title>
<updated>2023-03-29T22:10:23+00:00</updated>
<author>
<name>x2048</name>
<email>codeforsmile@gmail.com</email>
</author>
<published>2023-03-29T22:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93898957b6c5862c6db0fa2555eaa5d3a0070e12'/>
<id>urn:sha1:93898957b6c5862c6db0fa2555eaa5d3a0070e12</id>
<content type='text'>
* Add occlusion_culler setting to minetest.conf.example
* Add raytraced occlusion culling to 'loops' algorithm

---------

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Return shadow_sky_body_orbit_tilt setting</title>
<updated>2023-03-24T11:34:21+00:00</updated>
<author>
<name>x2048</name>
<email>codeforsmile@gmail.com</email>
</author>
<published>2023-03-24T11:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f3b198e49008ea3aba568974c8f423fdc801d4a2'/>
<id>urn:sha1:f3b198e49008ea3aba568974c8f423fdc801d4a2</id>
<content type='text'>
Used as a default value when the game does not change the value via API (e.g. legacy server)</content>
</entry>
<entry>
<title>Update minetest.conf.example and translation file</title>
<updated>2023-03-09T14:38:46+00:00</updated>
<author>
<name>updatepo.sh</name>
<email>script@mt</email>
</author>
<published>2023-03-09T14:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c77f3d4dc46c15f0e5203c93b3cc7b943e3a2270'/>
<id>urn:sha1:c77f3d4dc46c15f0e5203c93b3cc7b943e3a2270</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable connected glass by default (#13242)</title>
<updated>2023-03-02T18:56:55+00:00</updated>
<author>
<name>PrairieWind</name>
<email>61390218+PrairieAstronomer@users.noreply.github.com</email>
</author>
<published>2023-03-02T18:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a93f3542d92e87c3d728f067358e6f42b31cfe96'/>
<id>urn:sha1:a93f3542d92e87c3d728f067358e6f42b31cfe96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sky: transmit body_orbit_tilt to client. (#13193)</title>
<updated>2023-02-26T00:08:33+00:00</updated>
<author>
<name>sofar</name>
<email>sofar@foo-projects.org</email>
</author>
<published>2023-02-26T00:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2083252c05ece1e47c1c476fda2b9eda3bf332a0'/>
<id>urn:sha1:2083252c05ece1e47c1c476fda2b9eda3bf332a0</id>
<content type='text'>
This obsoletes the current client-side setting entirely. The server can
transmit the tilt to the client directly and will send 0.0f as default
value.

Co-authored-by: x2048 &lt;codeforsmile@gmail.com&gt;
Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Update minetest.conf.example</title>
<updated>2022-12-10T14:35:46+00:00</updated>
<author>
<name>updatepo.sh</name>
<email>script@mt</email>
</author>
<published>2022-12-10T14:35:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=111d047b0a904586fa9ade7c1d6b70077905933b'/>
<id>urn:sha1:111d047b0a904586fa9ade7c1d6b70077905933b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos and en_US/en_GB inconsistency in various files (#12902)</title>
<updated>2022-11-09T16:57:19+00:00</updated>
<author>
<name>Abdou-31</name>
<email>abdou31.coding@gmail.com</email>
</author>
<published>2022-11-09T16:57:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d1b80b462eaa74a8640cf132c21f74e4f924052a'/>
<id>urn:sha1:d1b80b462eaa74a8640cf132c21f74e4f924052a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update minetest.conf.example</title>
<updated>2022-07-20T19:36:03+00:00</updated>
<author>
<name>updatepo.sh</name>
<email>script@mt</email>
</author>
<published>2022-07-20T19:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eea2a9747561d389ccabc3249d4f87481cb6e5db'/>
<id>urn:sha1:eea2a9747561d389ccabc3249d4f87481cb6e5db</id>
<content type='text'>
</content>
</entry>
</feed>
