<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/builtin/chatcommands.lua, branch 0.4.10</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.10</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.10'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2014-05-07T21:14:23+00:00</updated>
<entry>
<title>Organize builtin into subdirectories</title>
<updated>2014-05-07T21:14:23+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-04-27T21:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1cd512913e4d4ad1fb43d4b6e3d7971bb6c67528'/>
<id>urn:sha1:1cd512913e4d4ad1fb43d4b6e3d7971bb6c67528</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix crash when teleporting near unknown node</title>
<updated>2014-04-11T19:38:16+00:00</updated>
<author>
<name>BlockMen</name>
<email>nmuelll@web.de</email>
</author>
<published>2014-04-11T19:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fefec8cdc44b7fe32754053bac02c18cfe5a22f7'/>
<id>urn:sha1:fefec8cdc44b7fe32754053bac02c18cfe5a22f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "Server -!- " prefix from player messages</title>
<updated>2014-02-27T05:00:22+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-02-25T01:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9a3b7715e2c2390a3a549d4e105ed8c18defb228'/>
<id>urn:sha1:9a3b7715e2c2390a3a549d4e105ed8c18defb228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minetest.kick_player(name, reason)</title>
<updated>2014-02-03T22:33:59+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-01-26T17:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=857a49e08131bb46ca18d08d3b4aba44df1676d1'/>
<id>urn:sha1:857a49e08131bb46ca18d08d3b4aba44df1676d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollback fixes and get_node_actions</title>
<updated>2013-11-27T23:13:06+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2013-11-12T21:13:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7433d65d3e383cd3d2f5ced38d9109e9fd7c72c0'/>
<id>urn:sha1:7433d65d3e383cd3d2f5ced38d9109e9fd7c72c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace print()s with minetest.log() in builtin</title>
<updated>2013-11-17T11:11:44+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-11-17T11:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=367b5382a394e853128092afd23fc7e360d369d1'/>
<id>urn:sha1:367b5382a394e853128092afd23fc7e360d369d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure that coordinates passed to /teleport are actual numbers</title>
<updated>2013-07-08T11:33:14+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-07-08T11:30:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0b5f18754ccff955562076f3ca9a2a2b129e8487'/>
<id>urn:sha1:0b5f18754ccff955562076f3ca9a2a2b129e8487</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move scriptapi to separate folder (by sapier)</title>
<updated>2013-05-24T22:51:02+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-05-24T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ab433775777c4f5055bcf4d2a1cffc506c4f9961'/>
<id>urn:sha1:ab433775777c4f5055bcf4d2a1cffc506c4f9961</id>
<content type='text'>
On the lua side, notably minetest.env:&lt;function&gt;(&lt;args&gt;) should now
be replaced by minetest.&lt;function&gt;(&lt;args&gt;).
The old way is and will stay supported for a long time.

Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
</content>
</entry>
<entry>
<title>Add option to not prepend "Server -!- " to messages sent with minetest.chat_send_player()</title>
<updated>2013-04-23T06:47:08+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-03-30T03:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3d4d0cb5749a68436cccd08b7a135f9bb7527038'/>
<id>urn:sha1:3d4d0cb5749a68436cccd08b7a135f9bb7527038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add private messaging with /msg</title>
<updated>2013-04-05T13:25:59+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-03-28T01:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1bae82e6c4ee6242dee0f87aa2f2575331861770'/>
<id>urn:sha1:1bae82e6c4ee6242dee0f87aa2f2575331861770</id>
<content type='text'>
</content>
</entry>
</feed>
