<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/scriptapi.h, branch hud_font_style</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=hud_font_style</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=hud_font_style'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2013-05-24T22:51:02+00:00</updated>
<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>Fix Irrlicht includes in scriptapi_*</title>
<updated>2013-03-06T22:04:44+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-03-06T14:31:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b9512cab1b995e74c11b12139fe9320c02ff2060'/>
<id>urn:sha1:b9512cab1b995e74c11b12139fe9320c02ff2060</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split scriptapi.cpp</title>
<updated>2013-03-05T05:59:49+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-02-23T18:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bdbdeab0053d9ebbaffea17effeba777b710d390'/>
<id>urn:sha1:bdbdeab0053d9ebbaffea17effeba777b710d390</id>
<content type='text'>
Remerge some files in order to reduce number of additional files

Make necessary changes for split, rename files, reorganize some bits
</content>
</entry>
<entry>
<title>Update Copyright Years</title>
<updated>2013-02-24T19:15:24+00:00</updated>
<author>
<name>Sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2013-02-24T18:38:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d0ea26c2d62c3774ff384cf1bfc2a3372b49a3b'/>
<id>urn:sha1:6d0ea26c2d62c3774ff384cf1bfc2a3372b49a3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Minetest-c55 to Minetest</title>
<updated>2013-02-24T17:49:03+00:00</updated>
<author>
<name>PilzAdam</name>
<email>PilzAdam@gmx.de</email>
</author>
<published>2013-02-24T17:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=497ff1ecd64c8908f988e15ca879824f2781e3fd'/>
<id>urn:sha1:497ff1ecd64c8908f988e15ca879824f2781e3fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add shutdown hook interface to Lua API</title>
<updated>2012-11-30T17:26:51+00:00</updated>
<author>
<name>Matthew I</name>
<email>matttpt@gmail.com</email>
</author>
<published>2012-09-08T18:44:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c'/>
<id>urn:sha1:6c8fa83ecd3f40a8e2fec890caaaa955f9d4255c</id>
<content type='text'>
Scripts can call minetest.register_on_shutdown() to register a
shutdown hook.

Document that minetest.register_on_shutdown() callbacks may not be run

If the server crashes, it is unlikely that callbacks registered using
minetest.register_on_shutdown() will be called.
</content>
</entry>
<entry>
<title>Add dtime_s to entity activation</title>
<updated>2012-09-09T14:12:29+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-09-09T14:12:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9cadaf824b3a59c85ad03f9c7185f43724b8e7ff'/>
<id>urn:sha1:9cadaf824b3a59c85ad03f9c7185f43724b8e7ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve inventory callbacks a bit</title>
<updated>2012-07-25T12:39:39+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-25T11:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=983e45ae928fe295fcdd30b33544fda156df240a'/>
<id>urn:sha1:983e45ae928fe295fcdd30b33544fda156df240a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove special handling of creative mode</title>
<updated>2012-07-25T11:07:45+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-25T11:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0a18dda158e8f256de121ed2cf7a7a161a083b1c'/>
<id>urn:sha1:0a18dda158e8f256de121ed2cf7a7a161a083b1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detached inventory callbacks and reworked node metadata callbacks</title>
<updated>2012-07-24T23:36:54+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-24T23:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9eaf93d41d6745b877f8f52cf54b21050abefda1'/>
<id>urn:sha1:9eaf93d41d6745b877f8f52cf54b21050abefda1</id>
<content type='text'>
</content>
</entry>
</feed>
