<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/common, 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-11-14T14:28:06+00:00</updated>
<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>Core.rotate_and_place: Remove unused call to get_look_pitch()</title>
<updated>2016-10-31T10:55:36+00:00</updated>
<author>
<name>Auke Kok</name>
<email>sofar@foo-projects.org</email>
</author>
<published>2016-10-27T20:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=380a4b6d60c3269d1d9c79c122ff5259989decd7'/>
<id>urn:sha1:380a4b6d60c3269d1d9c79c122ff5259989decd7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Builtin: Add vector.floor helper function</title>
<updated>2016-10-17T20:03:49+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2016-10-17T19:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d740c5d829bceda8500fc505f4a65b967a1c151'/>
<id>urn:sha1:0d740c5d829bceda8500fc505f4a65b967a1c151</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only allow strings to be passed to minetest.global_exists (#4253)</title>
<updated>2016-06-28T04:34:22+00:00</updated>
<author>
<name>HybridDog</name>
<email>ovvv@web.de</email>
</author>
<published>2016-06-28T04:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=80cebdc23c29ed778958ba3a35662cbc5f5e2f09'/>
<id>urn:sha1:80cebdc23c29ed778958ba3a35662cbc5f5e2f09</id>
<content type='text'>
Sometimes you accidentally forget the quotes when using global_exists, this makes minetest abort if you did so.

M  builtin/common/strict.lua</content>
</entry>
<entry>
<title>Faster insertion into table</title>
<updated>2016-03-06T23:42:04+00:00</updated>
<author>
<name>Rui914</name>
<email>rui914t@gmail.com</email>
</author>
<published>2016-03-06T15:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=24e8b0ac1ea45719937948607259f13866c8bc64'/>
<id>urn:sha1:24e8b0ac1ea45719937948607259f13866c8bc64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor logging</title>
<updated>2015-10-14T05:03:54+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-13T07:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2139d7d45fb1a8ed250ad96c9975c581f02f72a9'/>
<id>urn:sha1:2139d7d45fb1a8ed250ad96c9975c581f02f72a9</id>
<content type='text'>
- Add warning log level
- Change debug_log_level setting to enumeration string
- Map Irrlicht log events to MT log events
- Encapsulate log_* functions and global variables into a class, Logger
- Unify dstream with standard logging mechanism
- Unify core.debug() with standard core.log() script API
</content>
</entry>
<entry>
<title>Add /emergeblocks command and core.emerge_area() Lua API</title>
<updated>2015-09-23T19:56:24+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-09-23T04:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f062bbd7a182233f96c61287d0397534811627d9'/>
<id>urn:sha1:f062bbd7a182233f96c61287d0397534811627d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow random menu images for subgames</title>
<updated>2015-07-21T14:58:22+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2015-07-18T12:31:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=899491325938d0b1e5bf701d33d24bb4283affaa'/>
<id>urn:sha1:899491325938d0b1e5bf701d33d24bb4283affaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrong replace from previous commit</title>
<updated>2015-06-01T22:20:12+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-06-01T22:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e479337c1a69c68e4e9b0e7d0a6cc96550039bb1'/>
<id>urn:sha1:e479337c1a69c68e4e9b0e7d0a6cc96550039bb1</id>
<content type='text'>
</content>
</entry>
</feed>
