<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/content, branch wield_animation</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-02-24T10:47:50+00:00</updated>
<entry>
<title>Deprecate not providing mod.conf</title>
<updated>2021-02-24T10:47:50+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2021-02-24T10:47:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9f6167fc3bebb337ac065b638ba7222374c769d8'/>
<id>urn:sha1:9f6167fc3bebb337ac065b638ba7222374c769d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Settings: Proper priority hierarchy</title>
<updated>2021-01-29T16:32:35+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2020-11-22T16:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=37a05ec8d6cbf9ff4432225cffe78c16fdd0647d'/>
<id>urn:sha1:37a05ec8d6cbf9ff4432225cffe78c16fdd0647d</id>
<content type='text'>
Remove old defaults system
Introduce priority-based fallback list
Use new functions for map_meta special functions
Change groups to use end tags

Unittest changes:
 * Adapt unittest to the new code
 * Compare Settings objects
</content>
</entry>
<entry>
<title>Prevent games from setting secure settings (#10460)</title>
<updated>2020-10-06T11:10:37+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2020-10-06T11:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e80fc22dd996e5b0efd8c4f67700c0920e323e46'/>
<id>urn:sha1:e80fc22dd996e5b0efd8c4f67700c0920e323e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused functions reported by cppcheck (#10463)</title>
<updated>2020-10-05T07:07:33+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2020-10-05T07:07:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f46509d5e2c681b6da2abdeb27779be3c36a6916'/>
<id>urn:sha1:f46509d5e2c681b6da2abdeb27779be3c36a6916</id>
<content type='text'>
Run unused functions reported by cppcheck

This change removes a few (but not all) unused functions.
Some unused helper functions were not removed due to their complexity and potential of future use.
</content>
</entry>
<entry>
<title>Sanitize world directory names on create. Keep original name separate (#9432)</title>
<updated>2020-07-28T17:16:57+00:00</updated>
<author>
<name>Hugues Ross</name>
<email>hugues.ross@gmail.com</email>
</author>
<published>2020-07-28T17:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3ce03d1c2a63d261c83f5962cd13212697f19472'/>
<id>urn:sha1:3ce03d1c2a63d261c83f5962cd13212697f19472</id>
<content type='text'>
Blacklisted characters are replaced by '_' in the path. The display name is stored in world.mt, and duplicate file names are resolved by adding an incrementing suffix (_1, _2, _3, etc).</content>
</entry>
<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>
</feed>
