<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/game, branch 0.4.16</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.16</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.16'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2017-06-02T15:16:30+00:00</updated>
<entry>
<title>Remove “inf” argument from shutdown command help (#5880)</title>
<updated>2017-06-02T15:16:30+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2017-06-02T15:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=80fe516e4e9139503afec234d81555468803b118'/>
<id>urn:sha1:80fe516e4e9139503afec234d81555468803b118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add /clearinv chat command (#4994)</title>
<updated>2017-05-20T10:56:17+00:00</updated>
<author>
<name>Elijah Duffy</name>
<email>enduffy2014@outlook.com</email>
</author>
<published>2017-05-20T10:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=dada983ff44298a5e38c9ba6ee46e1f4a25d1420'/>
<id>urn:sha1:dada983ff44298a5e38c9ba6ee46e1f4a25d1420</id>
<content type='text'>
Allow players to clear their own inventory or that of another player with /clearinv command. server privilege is required to clear another player's inventory, no privileges are required to clear your own inventory.'</content>
</entry>
<entry>
<title>Use a settings object for the main settings</title>
<updated>2017-05-06T19:33:19+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-12-12T19:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=43d1f375d18a2fbc547a9b4f23d1354d645856ca'/>
<id>urn:sha1:43d1f375d18a2fbc547a9b4f23d1354d645856ca</id>
<content type='text'>
This unifies the settings APIs.

This also unifies the sync and async registration APIs, since the async
registration API did not support adding non-functions to the API table.
</content>
</entry>
<entry>
<title>Player data to Database (#5475)</title>
<updated>2017-04-23T12:35:08+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-23T12:35:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=29ab20c27229672c24a7699afbcd54caad903331'/>
<id>urn:sha1:29ab20c27229672c24a7699afbcd54caad903331</id>
<content type='text'>
* Player data to Database

Add player data into databases (SQLite3 &amp; PG only)

PostgreSQL &amp; SQLite: better POO Design for databases

Add --migrate-players argument to server + deprecation warning

* Remove players directory if empty
</content>
</entry>
<entry>
<title>Add /fixlight chat command</title>
<updated>2017-04-22T00:24:41+00:00</updated>
<author>
<name>Dániel Juhász</name>
<email>juhdanad@gmail.com</email>
</author>
<published>2017-04-21T10:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f6d1b682d3c3fa25e11d64d52c93b92760fe2612'/>
<id>urn:sha1:f6d1b682d3c3fa25e11d64d52c93b92760fe2612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement delayed server shutdown with cancelation (#4664)</title>
<updated>2017-04-15T21:19:18+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-15T21:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=34d32ce55ae4f3f29d7b645075dc8efacb2c96d2'/>
<id>urn:sha1:34d32ce55ae4f3f29d7b645075dc8efacb2c96d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Hardware coloring for itemstacks</title>
<updated>2017-04-09T01:39:15+00:00</updated>
<author>
<name>Dániel Juhász</name>
<email>juhdanad@gmail.com</email>
</author>
<published>2017-03-10T17:25:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=58d83a7bb2f992194c3df304b1dcbb81f98f78c0'/>
<id>urn:sha1:58d83a7bb2f992194c3df304b1dcbb81f98f78c0</id>
<content type='text'>
Adds the possibility to colorize item stacks based on their metadata.

In the item/node definition you can specify palette (an image file)
and color (fallback color if the item has no palette or metadata).
Then you can add palette_index to the metadata.

Dropped itemstacks with different colors do not merge.
</content>
</entry>
<entry>
<title>Move chat command handling code from C++ to Lua (#5528)</title>
<updated>2017-04-08T18:03:57+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2017-04-08T18:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d4e9dd4643607192f5adebeecda86f25074f02cd'/>
<id>urn:sha1:d4e9dd4643607192f5adebeecda86f25074f02cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Map generation limit: Make per-world</title>
<updated>2017-03-27T02:18:09+00:00</updated>
<author>
<name>paramat</name>
<email>mat.gregory@virginmedia.com</email>
</author>
<published>2017-03-23T00:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ec0c4d33db9e0b7b3e541757e34c04c08c3b48c9'/>
<id>urn:sha1:ec0c4d33db9e0b7b3e541757e34c04c08c3b48c9</id>
<content type='text'>
The setting limits map generation but affects nothing else.
Add 'mapgen_limit' to global mapgen parameters.
Move 'blockpos_over_mapgen_limit()' to the only place it is called
from: map.cpp.
Allow teleportation to any part of the world even if over the set
mapgen limit.
Simplify the reading of this limit in mgvalleys.
Remove the 'map_generation_limit' setting.
</content>
</entry>
<entry>
<title>Change command prefix to "." and add "help" command.</title>
<updated>2017-03-26T04:51:14+00:00</updated>
<author>
<name>red-001</name>
<email>red-001@outlook.ie</email>
</author>
<published>2017-03-24T23:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e70e15134c95d37241bb6f6124105c0f1c08ab8a'/>
<id>urn:sha1:e70e15134c95d37241bb6f6124105c0f1c08ab8a</id>
<content type='text'>
</content>
</entry>
</feed>
