<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/cpp_api, branch 0.4.13</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-08-13T03:56:12+00:00</updated>
<entry>
<title>SAPI: Track last executed mod and include in error messages</title>
<updated>2015-08-13T03:56:12+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-12T02:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2b04ab874d75711bc021a0cd8dc7fca68f4e6929'/>
<id>urn:sha1:2b04ab874d75711bc021a0cd8dc7fca68f4e6929</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Display Lua memory usage at the time of Out-of-Memory error</title>
<updated>2015-08-10T05:38:09+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-10T05:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=18cfd89a86af550b3c4663def77a5fac46e895ae'/>
<id>urn:sha1:18cfd89a86af550b3c4663def77a5fac46e895ae</id>
<content type='text'>
Also misc. minor cleanups
</content>
</entry>
<entry>
<title>Improve Script CPP API diagnostics</title>
<updated>2015-08-06T01:13:03+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-08-05T04:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bcf47bc67cf3e1c2f410a81e26ceab1bdab06b4a'/>
<id>urn:sha1:bcf47bc67cf3e1c2f410a81e26ceab1bdab06b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optional reconnect functionality</title>
<updated>2015-07-23T05:38:13+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-17T14:40:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7'/>
<id>urn:sha1:3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7</id>
<content type='text'>
Enable the server to request the client to reconnect.

This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
</content>
</entry>
<entry>
<title>Fix code style from recent commits and add misc. optimizations</title>
<updated>2015-07-03T03:14:30+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-07-03T03:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7b171ea2be0e476d7cdc9300b53ba86a9f694161'/>
<id>urn:sha1:7b171ea2be0e476d7cdc9300b53ba86a9f694161</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Lua errors to error dialog</title>
<updated>2015-06-29T02:47:35+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rubenwardy@gmail.com</email>
</author>
<published>2015-03-02T18:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=0d65ee878c5301afdbd163aa2274e73588f88ed3'/>
<id>urn:sha1:0d65ee878c5301afdbd163aa2274e73588f88ed3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add minetest.register_on_player_hpchange</title>
<updated>2015-06-13T17:40:31+00:00</updated>
<author>
<name>TeTpaAka</name>
<email>TeTpaAka@users.noreply.github.com</email>
</author>
<published>2015-05-30T14:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=aa13baa30a45b0f834c23bd5c0407895eb8ec0ee'/>
<id>urn:sha1:aa13baa30a45b0f834c23bd5c0407895eb8ec0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dofile error reporting for syntax errors</title>
<updated>2015-06-12T18:23:31+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-06-12T18:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=502e40a649137461947c36ea52205f058f81296f'/>
<id>urn:sha1:502e40a649137461947c36ea52205f058f81296f</id>
<content type='text'>
According to doc, dofile() raises an error when parsing failed due to syntax errors.
Fixes #2775
</content>
</entry>
<entry>
<title>Fix uninitialized variable error</title>
<updated>2015-06-02T11:55:02+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-06-02T11:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ba3ff5ef39d768da4a0511d22a220b9aafa3d3f6'/>
<id>urn:sha1:ba3ff5ef39d768da4a0511d22a220b9aafa3d3f6</id>
<content type='text'>
If you run minetest with valgrind, you'll quickly notice uninitialized jump
depend error messages that point to s_base.cpp:131. This commit fixes those.
</content>
</entry>
<entry>
<title>Fix Windows build, clean up included headers</title>
<updated>2015-05-22T18:37:59+00:00</updated>
<author>
<name>SmallJoker</name>
<email>mk939@ymail.com</email>
</author>
<published>2015-05-22T16:26:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=39869aaa25ca577faa0da2b6cb83db6db7234342'/>
<id>urn:sha1:39869aaa25ca577faa0da2b6cb83db6db7234342</id>
<content type='text'>
Also fix a startup error caused by s_security.cpp
</content>
</entry>
</feed>
