<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/lua_api, branch 0.4.15</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.15'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-12-21T09:20:06+00:00</updated>
<entry>
<title>Fix warning reported by clang (possible bug in Settings lua api)</title>
<updated>2016-12-21T09:20:06+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-12-21T09:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cc7c31a5bc44ab0010997e86c0a8c9f5f832b398'/>
<id>urn:sha1:cc7c31a5bc44ab0010997e86c0a8c9f5f832b398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mod security: Allow read-only access to all mod paths</title>
<updated>2016-12-20T06:34:04+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-12-05T19:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=59f84ca0a07e50dd5ce050d38ae1aeb529bd25ac'/>
<id>urn:sha1:59f84ca0a07e50dd5ce050d38ae1aeb529bd25ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Simple decorations: Fix range check for deco-&gt;deco_param2</title>
<updated>2016-12-08T08:38:10+00:00</updated>
<author>
<name>Auke Kok</name>
<email>sofar@foo-projects.org</email>
</author>
<published>2016-12-07T06:08:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5a2431a9bd9a019a47cd279ac988435b075cdabe'/>
<id>urn:sha1:5a2431a9bd9a019a47cd279ac988435b075cdabe</id>
<content type='text'>
Allow any int value, and properly range check it before casting.
</content>
</entry>
<entry>
<title>Simple deco: Allow setting param2 value on placement</title>
<updated>2016-12-07T04:17:17+00:00</updated>
<author>
<name>Auke Kok</name>
<email>sofar@foo-projects.org</email>
</author>
<published>2016-12-07T00:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2e69711613c18e1075f245d196823ea23675f027'/>
<id>urn:sha1:2e69711613c18e1075f245d196823ea23675f027</id>
<content type='text'>
Schematics can already be placed with a param2 value, but not
simple 1-node plant decorations of the simple type.

This adds a `param2` field to the simple deco type that is
checked to be between 0 and 255, and put to the placed node
at mapgen.

This can be used to put a degrotate value in, or e.g. a fill
value for leveltype nodes, or a place_param2 value at mapgen
placement, or vary the shape of meshoptions plantlike drawtype.
</content>
</entry>
<entry>
<title>Allow restricting detached inventories to one player</title>
<updated>2016-11-28T12:41:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-11-26T16:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c38985825f299999135cc01aaf0052ec9138135a'/>
<id>urn:sha1:c38985825f299999135cc01aaf0052ec9138135a</id>
<content type='text'>
This combats the problem of sending the hundreds of
"creative" / "armor" or whatever detached invs that
exist on popular servers to each and every player
on join or on change of said invs.
</content>
</entry>
<entry>
<title>Revert "Adding particle blend, glow and animation (#4705)"</title>
<updated>2016-11-14T14:28:06+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-11-14T14:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b'/>
<id>urn:sha1:5fd1ef9b589419e2464f5599ea47a2f28f4d7b7b</id>
<content type='text'>
This reverts commit 93e3555eae2deaeca69ee252cfa9cc9c3e0e49ef.
</content>
</entry>
<entry>
<title>Adding particle blend, glow and animation (#4705)</title>
<updated>2016-11-14T14:09:59+00:00</updated>
<author>
<name>Foghrye4</name>
<email>foghrye4@gmail.com</email>
</author>
<published>2016-11-14T14:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93e3555eae2deaeca69ee252cfa9cc9c3e0e49ef'/>
<id>urn:sha1:93e3555eae2deaeca69ee252cfa9cc9c3e0e49ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash when attached object no longer exists</title>
<updated>2016-11-13T09:10:28+00:00</updated>
<author>
<name>Rogier</name>
<email>rogier777@gmail.com</email>
</author>
<published>2016-11-06T15:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1980d9ea31e969c5b604f6ee01693cbcfc2c795a'/>
<id>urn:sha1:1980d9ea31e969c5b604f6ee01693cbcfc2c795a</id>
<content type='text'>
Active objects that are attached to other objects are not safe
from deletion. As a result, the parent object may have a reference
to an id of a child's that no longer exists.

If at some point an attempt is made to manipulate the child,
enviromment-&gt;getActiveObject(child-id) returns NULL. Using the
NULL pointer causes the crash...
</content>
</entry>
<entry>
<title>Add minetest.get_server_uptime() function to Lua API (#4702)</title>
<updated>2016-11-02T16:36:58+00:00</updated>
<author>
<name>Brandon</name>
<email>brandon@bremaweb.com</email>
</author>
<published>2016-11-02T16:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bf315c05f17549d37d7b4c4bd7938df0b5b32c5a'/>
<id>urn:sha1:bf315c05f17549d37d7b4c4bd7938df0b5b32c5a</id>
<content type='text'>
Add minetest.get_server_uptime() function to Lua API</content>
</entry>
<entry>
<title>Add version API</title>
<updated>2016-11-01T04:53:00+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-05-07T02:31:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7607b0ac2065a50a9b68b22909ab40738f2d08e8'/>
<id>urn:sha1:7607b0ac2065a50a9b68b22909ab40738f2d08e8</id>
<content type='text'>
</content>
</entry>
</feed>
