<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/content, branch physics</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-10-06T22:19:41+00:00</updated>
<entry>
<title>Add "MINETEST_MOD_PATH" environment variable (#11515)</title>
<updated>2021-10-06T22:19:41+00:00</updated>
<author>
<name>emixa-d</name>
<email>85313564+emixa-d@users.noreply.github.com</email>
</author>
<published>2021-10-06T22:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9fab5d594cab4c0a027f0aecf356382f3a37c1de'/>
<id>urn:sha1:9fab5d594cab4c0a027f0aecf356382f3a37c1de</id>
<content type='text'>
This adds an environment variable MINETEST_MOD_PATH.
When it exists, Minetest will look there for mods in addition to ~/.minetest/mods/.</content>
</entry>
<entry>
<title>Mods: Combine mod loading checks and deprection logging (#11503)</title>
<updated>2021-07-31T17:54:52+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2021-07-31T17:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=32cb9d0828828da3068259c9e0a3c0f5da170439'/>
<id>urn:sha1:32cb9d0828828da3068259c9e0a3c0f5da170439</id>
<content type='text'>
This limits the logged deprecation messages to the mods that are loaded
Unifies the mod naming convention check for CSM &amp; SSM</content>
</entry>
<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>
</feed>
