<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/content, branch 5.3.0</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.3.0'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2020-05-27T19:58:40+00:00</updated>
<entry>
<title>Value copy / allocation optimizations mostly in server, SAO and serialize code</title>
<updated>2020-05-27T19:58:40+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-05-26T15:38:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=471e567657dfd75a994a1b54d7a23cf4541a6bed'/>
<id>urn:sha1:471e567657dfd75a994a1b54d7a23cf4541a6bed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Overall improvements to log messages (#9598)</title>
<updated>2020-04-08T18:13:23+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2020-04-08T18:13:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=de73f989eb1397b1103236031fd91309b294583c'/>
<id>urn:sha1:de73f989eb1397b1103236031fd91309b294583c</id>
<content type='text'>
Hide some unnecessarily verbose ones behind --trace or disable them entirely.
Remove duplicate ones. Improve their contents in some places.</content>
</entry>
<entry>
<title>Settings: Fix game minetest.conf flags overriding defaults (#9404)</title>
<updated>2020-02-17T18:26:32+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2020-02-17T18:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e8a8185d24897ccf964327017effae81aa1c9d40'/>
<id>urn:sha1:e8a8185d24897ccf964327017effae81aa1c9d40</id>
<content type='text'>
The game minetest.conf flags directly overwrote the global minetest.conf default values, resulting in unwanted erased mapgen flags.

* Fix set_mapgen_setting
</content>
</entry>
<entry>
<title>Optimize string handling in path search (#8098)</title>
<updated>2019-03-07T07:20:33+00:00</updated>
<author>
<name>Jozef Behran</name>
<email>jozuejozef@gmail.com</email>
</author>
<published>2019-03-07T07:20:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bb35d062255ed74f6e1ebe0f7c4714054803b248'/>
<id>urn:sha1:bb35d062255ed74f6e1ebe0f7c4714054803b248</id>
<content type='text'>
Use "append" method to construct the various game paths
instead of wasteful string concatenation. Additionally, use a
temporary to extract and reuse a result of a few common
subexpressions to further reduce the overhead.</content>
</entry>
<entry>
<title>Optimize subgames search a little bit (#8096)</title>
<updated>2019-01-18T09:47:50+00:00</updated>
<author>
<name>Jozef Behran</name>
<email>jozuejozef@gmail.com</email>
</author>
<published>2019-01-18T09:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e37fdc21d3f78c006d748103b3f9e8feeb0d49f'/>
<id>urn:sha1:6e37fdc21d3f78c006d748103b3f9e8feeb0d49f</id>
<content type='text'>
Reserve space for the list of games in findWorldSubgame. The
performance gain is pretty much negligible but this change
also gets rid of a performance warning by CLANG TIDY.</content>
</entry>
<entry>
<title>world.mt: Only accept true/false/nil values (#8055)</title>
<updated>2019-01-13T15:22:32+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2019-01-13T15:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ed1415f78d7820c44e9a219b578b9fbcdce0cc65'/>
<id>urn:sha1:ed1415f78d7820c44e9a219b578b9fbcdce0cc65</id>
<content type='text'>
This patch will make distinguishable mods in modpacks possible in the future
`nil` checks are required to provide backwards-compatibility for fresh configured worlds
</content>
</entry>
<entry>
<title>Make sqlite3 the default auth backend (#8085)</title>
<updated>2019-01-10T06:54:20+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-01-10T06:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a18c310adb075b1ba94950b6ee811c68dec2f66b'/>
<id>urn:sha1:a18c310adb075b1ba94950b6ee811c68dec2f66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecate modpack.txt and use modpack.conf instead (#7892)</title>
<updated>2019-01-06T09:23:35+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2019-01-06T09:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=70bf3439ab9f3cb826d76111552dcc38678fcf3d'/>
<id>urn:sha1:70bf3439ab9f3cb826d76111552dcc38678fcf3d</id>
<content type='text'>
* Deprecate modpack.txt and use modpack.conf instead
</content>
</entry>
<entry>
<title>Add protocol_version and supported package types to ContentDB urls</title>
<updated>2018-07-28T23:26:03+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-07-28T23:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=14011bdc7a86f693409f218a8ce2c32dd8f4fe89'/>
<id>urn:sha1:14011bdc7a86f693409f218a8ce2c32dd8f4fe89</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to new ContentDB API</title>
<updated>2018-06-18T19:47:38+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-06-18T19:47:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ca502fc274c640f1e301a77ecb336ab5a23d348d'/>
<id>urn:sha1:ca502fc274c640f1e301a77ecb336ab5a23d348d</id>
<content type='text'>
</content>
</entry>
</feed>
