<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/common, 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>Fix tiling issues for PLANTLIKE and FIRELIKE with FSAA</title>
<updated>2015-08-05T20:52:32+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>maciej.kasatkin@o2.pl</email>
</author>
<published>2015-08-05T20:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3295f3c40157c2bc385a903611bfa803a69b617d'/>
<id>urn:sha1:3295f3c40157c2bc385a903611bfa803a69b617d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix relief mapping issues</title>
<updated>2015-07-16T13:36:48+00:00</updated>
<author>
<name>RealBadAngel</name>
<email>maciej.kasatkin@o2.pl</email>
</author>
<published>2015-07-16T13:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=655fc6010ffd4be7de315be261df2a61d5d4538a'/>
<id>urn:sha1:655fc6010ffd4be7de315be261df2a61d5d4538a</id>
<content type='text'>
</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 some missing getter functions to the lua API</title>
<updated>2015-05-28T14:46:35+00:00</updated>
<author>
<name>TeTpaAka</name>
<email>TeTpaAka@users.noreply.github.com</email>
</author>
<published>2015-05-26T12:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c0335f7d13ee46c6a46d0ceebea96960439ec9fd'/>
<id>urn:sha1:c0335f7d13ee46c6a46d0ceebea96960439ec9fd</id>
<content type='text'>
ObjectRef:
get_properties
get_armor_groups
get_animation
get_attach
get_bone_position

Players:
get_physics_override
hud_get_hotbar_itemcount
hud_get_hotbar_image
hud_get_hotbar_selected_image
get_sky
get_day_night_ratio
get_local_animation
get_eye_offset

Global:
minetest.get_gen_notify
minetest.get_noiseparams
</content>
</entry>
<entry>
<title>SAPI/Noise: Add PerlinNoiseMap:getMapSlice() function</title>
<updated>2015-05-17T08:04:17+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-17T07:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4c9a8a91c4988b3567a38af622a3eb0d0ec19f6b'/>
<id>urn:sha1:4c9a8a91c4988b3567a38af622a3eb0d0ec19f6b</id>
<content type='text'>
This adds the ability to grab 'slices' of noise calculated by PerlinNoiseMap.
Retrieving smaller slices of noise from the computation result as needed
optimizes memory usage while maintaining a reasonable amount of CPU overhead.
</content>
</entry>
<entry>
<title>SAPI: Accept either ARGB8 table or ColorString to specify colors</title>
<updated>2015-05-17T00:15:03+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-05-16T16:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fb36c471d7c35bafec9c70028fbabf4ea4838ad2'/>
<id>urn:sha1:fb36c471d7c35bafec9c70028fbabf4ea4838ad2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add mod security</title>
<updated>2015-05-16T22:32:31+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2014-09-06T00:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3a8c7888807e4483bbdb3edd81c9893f3e2f427d'/>
<id>urn:sha1:3a8c7888807e4483bbdb3edd81c9893f3e2f427d</id>
<content type='text'>
Due to compatibility concerns, this is temporarily disabled.
</content>
</entry>
</feed>
