<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/client, 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-13T20:30:10+00:00</updated>
<entry>
<title>Enable stencil shadows</title>
<updated>2023-04-13T20:30:10+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2023-04-13T20:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5315f213613078cb2a24a998b27652fdab63ea83'/>
<id>urn:sha1:5315f213613078cb2a24a998b27652fdab63ea83</id>
<content type='text'>
Needs https://github.com/LizzyFleckenstein03/irrlicht to compile.

TODO:
- make lighting directional (figure out z-fighting issues)
- set light angle to sun angle
- add dynamic lights for torches (use light manager?)
- shadow map terrain
- finally get some sleep
</content>
</entry>
<entry>
<title>Get rid of global dummySoundManager</title>
<updated>2023-04-11T18:06:15+00:00</updated>
<author>
<name>Desour</name>
<email>ds.desour@proton.me</email>
</author>
<published>2023-04-10T16:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1dd13da37db32972810b942966d5cdd233215f92'/>
<id>urn:sha1:1dd13da37db32972810b942966d5cdd233215f92</id>
<content type='text'>
There is no need for this to be globally unique.
</content>
</entry>
<entry>
<title>Do not call updateDrawList, updateDrawListShadow, and touchMapBlocks in the same frame</title>
<updated>2023-04-09T17:10:17+00:00</updated>
<author>
<name>Lars</name>
<email>larsh@apache.org</email>
</author>
<published>2023-04-06T19:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4a742be73ef63a8771af1248b2940f10553d40a8'/>
<id>urn:sha1:4a742be73ef63a8771af1248b2940f10553d40a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a default direction light for shadows</title>
<updated>2023-04-09T17:10:17+00:00</updated>
<author>
<name>Lars</name>
<email>larsh@apache.org</email>
</author>
<published>2023-04-06T19:30:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=89829986813549ae7d199ae9a025f97e5982c35e'/>
<id>urn:sha1:89829986813549ae7d199ae9a025f97e5982c35e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop ENABLE_GLES option</title>
<updated>2023-04-08T18:19:35+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2023-03-05T14:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9d736e8b8baeeacad9cfa94edd18adfcaf000029'/>
<id>urn:sha1:9d736e8b8baeeacad9cfa94edd18adfcaf000029</id>
<content type='text'>
ENABLE_GLES predates forking Irrlicht. Its primary use was to distinguish Irrlicht-ogles from upstream version as Minetest could be compiled with either.
That's not necessary anymore and gets in the way sometimes.
</content>
</entry>
<entry>
<title>Move video_driver default selection to runtime</title>
<updated>2023-04-08T18:19:35+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2023-03-05T14:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c26e122485a7180edf434c0c1211713ff377d6d7'/>
<id>urn:sha1:c26e122485a7180edf434c0c1211713ff377d6d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of wgettext</title>
<updated>2023-04-08T18:17:50+00:00</updated>
<author>
<name>Desour</name>
<email>ds.desour@proton.me</email>
</author>
<published>2023-03-03T00:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=67068cfaf43ef95e526401d9f788790516b9f8ed'/>
<id>urn:sha1:67068cfaf43ef95e526401d9f788790516b9f8ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove fast faces (#13216)</title>
<updated>2023-04-08T18:17:15+00:00</updated>
<author>
<name>Vitaliy</name>
<email>numzer0@yandex.ru</email>
</author>
<published>2023-04-08T18:17:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=35929d27e3a93085c3a27180c1805711dcfe95d5'/>
<id>urn:sha1:35929d27e3a93085c3a27180c1805711dcfe95d5</id>
<content type='text'>
Co-authored-by: Lars &lt;larsh@apache.org&gt;</content>
</entry>
<entry>
<title>Take mesh-bounding-sphere into account in updateDrawListShadow</title>
<updated>2023-04-03T20:57:05+00:00</updated>
<author>
<name>Lars</name>
<email>larsh@apache.org</email>
</author>
<published>2023-04-03T19:14:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7048fc25dd963490552214e15d5e9a4c612d6b18'/>
<id>urn:sha1:7048fc25dd963490552214e15d5e9a4c612d6b18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Add mesh-holding blocks to shadow drawlist. (#13203)"</title>
<updated>2023-04-03T20:57:05+00:00</updated>
<author>
<name>Lars</name>
<email>larsh@apache.org</email>
</author>
<published>2023-04-03T16:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b01f85d573b5366db9ab16afad4f4e191e46bea2'/>
<id>urn:sha1:b01f85d573b5366db9ab16afad4f4e191e46bea2</id>
<content type='text'>
This reverts commit 2a8becd650a8adaa86fd7f76122ea75f11f49dad.
</content>
</entry>
</feed>
