<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/lua_api, 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:06:15+00:00</updated>
<entry>
<title>Use smart-ptrs in GUIEngine</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:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b201c036259a2c2893e54712a8e3e891ad764b71'/>
<id>urn:sha1:b201c036259a2c2893e54712a8e3e891ad764b71</id>
<content type='text'>
</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>Lua API: Catch serialization error for chat messages (#13337)</title>
<updated>2023-04-07T10:49:35+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2023-04-07T10:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9c9309cdbb053598aaf08506928a4824e78b4622'/>
<id>urn:sha1:9c9309cdbb053598aaf08506928a4824e78b4622</id>
<content type='text'>
Prevents server errors caused by too long chat messages from the Lua API.</content>
</entry>
<entry>
<title>Do not rely on ZSTD_CLEVEL_DEFAULT define</title>
<updated>2023-04-01T20:06:03+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2023-03-29T20:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=819e9fc615aea78ed2f6b05c6efc2967c03ec0a6'/>
<id>urn:sha1:819e9fc615aea78ed2f6b05c6efc2967c03ec0a6</id>
<content type='text'>
</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>Add minetest.get_player_window_information() (#12367)</title>
<updated>2023-02-27T22:58:41+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2023-02-27T22:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=39f4d26177ec1c8f246133c532a42ef7429bc36d'/>
<id>urn:sha1:39f4d26177ec1c8f246133c532a42ef7429bc36d</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>Improve `MetaDataRef:{get,set}_float` precision (#13130)</title>
<updated>2023-01-12T20:40:34+00:00</updated>
<author>
<name>Jude Melton-Houghton</name>
<email>jwmhjwmh@gmail.com</email>
</author>
<published>2023-01-12T20:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3992a13f24fec116cd4d0920dfd51abaf76a207e'/>
<id>urn:sha1:3992a13f24fec116cd4d0920dfd51abaf76a207e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add dynamic exposure correction (#12959)</title>
<updated>2023-01-06T21:33:25+00:00</updated>
<author>
<name>x2048</name>
<email>codeforsmile@gmail.com</email>
</author>
<published>2023-01-06T21:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d45c243f85942b20dab58753e735ec89a68f710'/>
<id>urn:sha1:6d45c243f85942b20dab58753e735ec89a68f710</id>
<content type='text'>
* Add uniform for frame delta time
* Adjust exposure in logarithmic (EV) space
* Add network support and LUA API
* Add testing mod</content>
</entry>
</feed>
