<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/build/android/jni, 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>2020-04-15T14:27:40+00:00</updated>
<entry>
<title>Android: add Android Studio support, completely redone java part (#9066)</title>
<updated>2020-04-15T14:27:40+00:00</updated>
<author>
<name>Maksim</name>
<email>MoNTE48@mail.ua</email>
</author>
<published>2020-04-15T14:27:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=62ae7adab2bebde04864c12543caefbffab24963'/>
<id>urn:sha1:62ae7adab2bebde04864c12543caefbffab24963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add scroll_container formspec element (redo) (#9101)</title>
<updated>2020-04-13T08:50:07+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2020-04-13T08:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0ac999ded725f8efcd26db284161683e37efeecf'/>
<id>urn:sha1:0ac999ded725f8efcd26db284161683e37efeecf</id>
<content type='text'>
New formspec elements:

 - `scroll_container[&lt;X&gt;,&lt;Y&gt;;&lt;W&gt;,&lt;H&gt;;&lt;scrollbar name&gt;;&lt;orientation&gt;;&lt;scroll factor&gt;]`
 - `scroll_container_end[]`

Other elements can be embedded in this element. Scrollbar must be placed manually.
</content>
</entry>
<entry>
<title>Drop content_sao.{cpp,h}</title>
<updated>2020-04-11T14:07:17+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2020-04-11T09:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5146086a64d5eeb480948d612a008a2ec81455d4'/>
<id>urn:sha1:5146086a64d5eeb480948d612a008a2ec81455d4</id>
<content type='text'>
Move LuaEntitySAO to a new dedicated file
Drop TestSAO (useless object)
Drop the old static startup initialized SAO factory, which was pretty useless.
This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation
</content>
</entry>
<entry>
<title>Move serveractiveobject &amp; unitsao</title>
<updated>2020-04-11T14:07:17+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2020-04-10T19:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d43736172f8459cb70219186ae003c56c389f2a'/>
<id>urn:sha1:6d43736172f8459cb70219186ae003c56c389f2a</id>
<content type='text'>
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h}
Move UnitSAO class to dedicated files
</content>
</entry>
<entry>
<title>Drop genericobject.{cpp,h} (#9629)</title>
<updated>2020-04-10T17:49:20+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2020-04-10T17:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f648fb76aef96a1da608c64346fc65d4dd44caa8'/>
<id>urn:sha1:f648fb76aef96a1da608c64346fc65d4dd44caa8</id>
<content type='text'>
* Drop genericobject.{cpp,h}

This file is not for generic object but for ActiveObject message passing.
Put ownership of the various commands to the right objects and cleanup the related code.

* Protect ServerActiveObject::m_messages_out

* typo fix</content>
</entry>
<entry>
<title>Add animated_image[] formspec element  (#9258)</title>
<updated>2020-02-15T15:33:18+00:00</updated>
<author>
<name>Hugues Ross</name>
<email>hugues.ross@gmail.com</email>
</author>
<published>2020-02-15T15:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7ce21788f86d489d6dc08d9b2d3f6e3f8495b64e'/>
<id>urn:sha1:7ce21788f86d489d6dc08d9b2d3f6e3f8495b64e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formspec: Create a new class for inventorylists (#9287)</title>
<updated>2020-02-01T12:55:13+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2020-02-01T12:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1116918dbbbf7f36920c6d43a4fc504a09f0df49'/>
<id>urn:sha1:1116918dbbbf7f36920c6d43a4fc504a09f0df49</id>
<content type='text'>

</content>
</entry>
<entry>
<title>Refactor to centralize GUIButton styling/rendering code (#9090)</title>
<updated>2019-12-09T20:06:51+00:00</updated>
<author>
<name>Hugues Ross</name>
<email>hugues.ross@gmail.com</email>
</author>
<published>2019-12-09T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9284313d17ba906de449c6d39ef3ddacb6c73791'/>
<id>urn:sha1:9284313d17ba906de449c6d39ef3ddacb6c73791</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix android build due to omitted file in src files</title>
<updated>2019-12-06T20:50:45+00:00</updated>
<author>
<name>Zaoqi</name>
<email>zaomir@outlook.com</email>
</author>
<published>2019-12-06T20:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9a5d43a4f517e4f2e1810fe7c08b10e650552c52'/>
<id>urn:sha1:9a5d43a4f517e4f2e1810fe7c08b10e650552c52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Formspec: draw order and clipping for all elements (#8740)</title>
<updated>2019-11-07T19:11:01+00:00</updated>
<author>
<name>DS</name>
<email>vorunbekannt75@web.de</email>
</author>
<published>2019-11-07T19:11:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5506e97ed897dde2d4820fe1b021a4622bae03b3'/>
<id>urn:sha1:5506e97ed897dde2d4820fe1b021a4622bae03b3</id>
<content type='text'>
</content>
</entry>
</feed>
