<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/minetest.conf.example, branch 0.4.9</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.9'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2013-12-21T23:30:17+00:00</updated>
<entry>
<title>Fix wrong names for parallax settings in config example.</title>
<updated>2013-12-21T23:30:17+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-12-21T23:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a58b47d0f6f9b0838a16d8316b2b33c832820d80'/>
<id>urn:sha1:a58b47d0f6f9b0838a16d8316b2b33c832820d80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add setting to disable direction dependent fog and sky colors</title>
<updated>2013-12-15T14:30:02+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-12-15T14:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c120ea57c992ff2faf2fbf9e94846e912994e06f'/>
<id>urn:sha1:c120ea57c992ff2faf2fbf9e94846e912994e06f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add alpha setting to font shadow</title>
<updated>2013-12-14T20:11:38+00:00</updated>
<author>
<name>BlockMen</name>
<email>nmuelll@web.de</email>
</author>
<published>2013-12-12T20:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=977232261388fa80bd6ab3bb849ae4d7a8ade73e'/>
<id>urn:sha1:977232261388fa80bd6ab3bb849ae4d7a8ade73e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace any direct curl usage by httpfetch</title>
<updated>2013-12-13T17:05:46+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-11-09T21:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d990bd189881a9a6c829e1c9ec17b2dc5ac12c8'/>
<id>urn:sha1:0d990bd189881a9a6c829e1c9ec17b2dc5ac12c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite client media download and support hash-based remote download</title>
<updated>2013-12-13T17:05:20+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-08-29T03:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0404bbf67196e83d04620180e704916671371ca1'/>
<id>urn:sha1:0404bbf67196e83d04620180e704916671371ca1</id>
<content type='text'>
Move most of the media-related code in client.cpp into a new class
ClientMediaDownloader (clientmedia.cpp, clientmedia.h). Among other
things, this class does the following things:

- Download [remote_server][sha1] instead of [remote_server][name]. This
is to support servers that provide the same file name with different
contents.
- Initially fetch [remote_server]index.mth. This file should follow the
Minetest Hashset format (currently version 1) and contain a list of SHA1
hashes that exist on the server.
- The list of needed SHA1s is uploaded (via HTTP POST) when index.mth is
requested, so servers can optionally narrow down the list to the needs
of the client.
- If index.mth is missing (HTTP response code 404), we enter compat mode,
fetching [remote_server][name] as before this commit.
- remote_server can now contain multiple servers, separated by commas.
The downloader code attempts to split requests between the different
servers, as permitted by each server's index.mth. If one server claims
to have a file but actually doesn't (or something fails), we ask a
different server that also claims to have it.
- As before, when none of the remote servers provide a particular
file, we download it via the conventional method, i.e. using
the minetest protocol: TOSERVER_REQUEST_MEDIA / TOCLIENT_MEDIA.
- Bugfix: Every downloaded file's SHA1 is now verified against the SHA1
announced by the minetest server (before loading it and inserting it
into the file cache).
- Bugfix: Only send TOSERVER_RECEIVED_MEDIA when we actually have all
media. This should fix #863.
</content>
</entry>
<entry>
<title>Add configurable font shadow.</title>
<updated>2013-12-12T17:47:54+00:00</updated>
<author>
<name>Ilya Zhuravlev</name>
<email>zhuravlevilya@ya.ru</email>
</author>
<published>2013-12-12T17:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=76036abdb0d9cb2c971e5a69331c77872d38c56f'/>
<id>urn:sha1:76036abdb0d9cb2c971e5a69331c77872d38c56f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings</title>
<updated>2013-12-05T21:09:02+00:00</updated>
<author>
<name>sweetbomber</name>
<email>ffrogger _zero_ at yahoo dot com</email>
</author>
<published>2013-05-30T16:14:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b'/>
<id>urn:sha1:22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Shaders rework.</title>
<updated>2013-12-03T17:55:25+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>mk@realbadangel.pl</email>
</author>
<published>2013-12-03T16:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2330267d2207208799ad347ea0d129c0b4551d61'/>
<id>urn:sha1:2330267d2207208799ad347ea0d129c0b4551d61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split server/client port setting to avoid port number clashes in mainmenu</title>
<updated>2013-11-28T20:43:06+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-11-28T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b08d7558de53325d184b3ddf0476cb84fc08d0ad'/>
<id>urn:sha1:b08d7558de53325d184b3ddf0476cb84fc08d0ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase liquid_loop_max to 10000 again</title>
<updated>2013-11-17T20:05:14+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-11-17T20:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a55c073ce9bd78a6ebbb867ab4db2ec611eb66cf'/>
<id>urn:sha1:a55c073ce9bd78a6ebbb867ab4db2ec611eb66cf</id>
<content type='text'>
</content>
</entry>
</feed>
