<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src, branch 5.1.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.1.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2019-12-31T21:31:53+00:00</updated>
<entry>
<title>Fix LocalPlayer-bound sound playback broken by 81c2370</title>
<updated>2019-12-31T21:31:53+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2019-12-05T19:35:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d8f598df214f9464baa939f2a7ce1d1750101a9'/>
<id>urn:sha1:0d8f598df214f9464baa939f2a7ce1d1750101a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spaces breaking formspec_version[] tag</title>
<updated>2019-12-31T21:31:53+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2019-12-09T21:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7a0884e2cdcdf39f832b56421a584b770c98f61b'/>
<id>urn:sha1:7a0884e2cdcdf39f832b56421a584b770c98f61b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rework packet receiving in ServerThread</title>
<updated>2019-12-31T21:31:53+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-11-14T16:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1c61fe5ed930720485ef42571739e5efc39a14c9'/>
<id>urn:sha1:1c61fe5ed930720485ef42571739e5efc39a14c9</id>
<content type='text'>
Notably it tries to receive all queued packets
between server steps, not just one.
</content>
</entry>
<entry>
<title>Fix build issue due to conflicting s64 type definitions (#9064)</title>
<updated>2019-12-31T21:31:52+00:00</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@amdmi3.ru</email>
</author>
<published>2019-10-23T18:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=57409ef382509a4a293683b78b44816ee29bb8d4'/>
<id>urn:sha1:57409ef382509a4a293683b78b44816ee29bb8d4</id>
<content type='text'>
See comment in irrlichttypes.h and https://sourceforge.net/p/irrlicht/bugs/433/</content>
</entry>
<entry>
<title>Formspecs: Reset version number on rebuild</title>
<updated>2019-12-26T17:24:27+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2019-10-20T10:44:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=06ba82680312ef3836ec759ae603289a20ea42ec'/>
<id>urn:sha1:06ba82680312ef3836ec759ae603289a20ea42ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update translation strings</title>
<updated>2019-10-12T12:29:24+00:00</updated>
<author>
<name>updatepo.sh</name>
<email>script@mt</email>
</author>
<published>2019-10-09T20:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=22e04d9919b55b56cd442421da8351ae1baeb4d9'/>
<id>urn:sha1:22e04d9919b55b56cd442421da8351ae1baeb4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix isDead()/autoforward crash (#9031)</title>
<updated>2019-10-09T18:39:50+00:00</updated>
<author>
<name>Paramat</name>
<email>paramat@users.noreply.github.com</email>
</author>
<published>2019-10-09T18:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f483a1a9b2ea85272ce20b9f1ecd24edc29343d1'/>
<id>urn:sha1:f483a1a9b2ea85272ce20b9f1ecd24edc29343d1</id>
<content type='text'>
Crash occurred in singleplayer when leaving a world with
autoforward enabled then re-entering a world.</content>
</entry>
<entry>
<title>ContentCAO: Fix segfault on quit (attached)</title>
<updated>2019-10-09T18:03:31+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2019-10-09T17:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cbcb9e0b1cd717cc4a7e48eb8cc5c74678c5427f'/>
<id>urn:sha1:cbcb9e0b1cd717cc4a7e48eb8cc5c74678c5427f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)</title>
<updated>2019-10-08T18:36:56+00:00</updated>
<author>
<name>ANAND</name>
<email>ClobberXD@gmail.com</email>
</author>
<published>2019-10-08T18:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b49dfa92ce3ef37b1b73698906c64191fb47e226'/>
<id>urn:sha1:b49dfa92ce3ef37b1b73698906c64191fb47e226</id>
<content type='text'>
Comment out the if statement that prevents sending TOSERVER_PLAYERPOS if the player is dead.</content>
</entry>
<entry>
<title>Fix upright_sprite lighting when colors are set</title>
<updated>2019-10-06T15:19:42+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-10-06T11:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=825579b43d6454cc33607ab8eff4e896b003b801'/>
<id>urn:sha1:825579b43d6454cc33607ab8eff4e896b003b801</id>
<content type='text'>
fixes #9020
</content>
</entry>
</feed>
