<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/games/minimal/mods/experimental, branch serversoundpack</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=serversoundpack</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=serversoundpack'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2020-05-25T22:17:52+00:00</updated>
<entry>
<title>Rename “Minimal development test” to “Development Test” (#9928)</title>
<updated>2020-05-25T22:17:52+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2020-05-25T22:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=083b285f4319c470f307f0b52f03a2fb68facd38'/>
<id>urn:sha1:083b285f4319c470f307f0b52f03a2fb68facd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replacement for Minimal Development Test (PR) (#9450)</title>
<updated>2020-05-24T13:46:26+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2020-05-24T13:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6456aba73f0ef3f2fa7fd2b2a69cfdf8624afe23'/>
<id>urn:sha1:6456aba73f0ef3f2fa7fd2b2a69cfdf8624afe23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add disable_repair group to prevent tool repair (#7381)</title>
<updated>2018-10-16T04:25:34+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2018-10-16T04:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=40ab3e011de5be83b342e5d2b67c2837294b2d58'/>
<id>urn:sha1:40ab3e011de5be83b342e5d2b67c2837294b2d58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minimal: Disable disruptive formspec test by default (#7423)</title>
<updated>2018-06-14T17:32:10+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2018-06-14T17:32:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3283079e4c91e529ffda0f2837898aef87148440'/>
<id>urn:sha1:3283079e4c91e529ffda0f2837898aef87148440</id>
<content type='text'>
* Minimal: Explicit log levels

* Minimal: Formspec test now disabled by default

This is done because the formspec test was disruptive.
This test can now be toggled with server command test_formspec first.
</content>
</entry>
<entry>
<title>CSM/SSM: Add on_mods_loaded callback (#7411)</title>
<updated>2018-06-06T10:53:59+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-06-06T10:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ccc3af128cb4b6213b8111115c570fe988d3523b'/>
<id>urn:sha1:ccc3af128cb4b6213b8111115c570fe988d3523b</id>
<content type='text'>
* CSM/SSM: Add on_mods_loaded callback

</content>
</entry>
<entry>
<title>Load dependencies and description from mod.conf</title>
<updated>2018-03-28T21:14:16+00:00</updated>
<author>
<name>Andrew Ward</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-03-28T21:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=71b2570f0919d3bb5575c9ec694ecd004222fcea'/>
<id>urn:sha1:71b2570f0919d3bb5575c9ec694ecd004222fcea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)</title>
<updated>2018-01-29T23:30:02+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-01-29T23:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=584d00a01c4bcd359cc3e585dbcab5cada662348'/>
<id>urn:sha1:584d00a01c4bcd359cc3e585dbcab5cada662348</id>
<content type='text'>
* Add minetest.bulk_set_node call + experimental mod unittest

* Optimize set_node function to prevent triple lookup on contentfeatures

Do only one lookup for old, and try to merge old and new lookup if node is same than previous node

* Add benchmark function + optimize vector population to have real results
</content>
</entry>
<entry>
<title>Real global textures (#6105)</title>
<updated>2017-10-15T07:34:14+00:00</updated>
<author>
<name>Vitaliy</name>
<email>silverunicorn2011@yandex.ru</email>
</author>
<published>2017-10-15T07:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=75320e7e88ab5088a46c9e42c1e789cbdacb13b0'/>
<id>urn:sha1:75320e7e88ab5088a46c9e42c1e789cbdacb13b0</id>
<content type='text'>
* Real global textures

* Add world-aligned textures
* Update minimal to support world-aligned tiles
* Update minimal
</content>
</entry>
<entry>
<title>Implement mod communication channels (#6351)</title>
<updated>2017-09-25T22:11:20+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-09-25T22:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6f1c90720402415b62fb4d5e809ec7dbc1cd7f96'/>
<id>urn:sha1:6f1c90720402415b62fb4d5e809ec7dbc1cd7f96</id>
<content type='text'>
Implement network communication for channels

* Implement ModChannel manager server side to route incoming messages from clients to other clients
* Add signal handler switch on client &amp; ModChannelMgr on client to handle channels
* Add Lua API bindings + client packet sending + unittests
* Implement server message sending
* Add callback from received message handler to Lua API using registration method
</content>
</entry>
<entry>
<title>Remove nodeupdate completely (#6358)</title>
<updated>2017-09-01T11:40:09+00:00</updated>
<author>
<name>Rui</name>
<email>rui.minetest@gmail.com</email>
</author>
<published>2017-09-01T11:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c0dac4d9284b61c5ff411cbd45786ed14c200f37'/>
<id>urn:sha1:c0dac4d9284b61c5ff411cbd45786ed14c200f37</id>
<content type='text'>
</content>
</entry>
</feed>
