<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/script/cpp_api, branch physics</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=physics'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2021-11-26T18:31:05+00:00</updated>
<entry>
<title>Add Lua bitop library (#9847)</title>
<updated>2021-11-26T18:31:05+00:00</updated>
<author>
<name>Lejo</name>
<email>Lejo_1@web.de</email>
</author>
<published>2021-11-26T18:31:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b9051386ae296a6112383725bc8bfcd96dc9a226'/>
<id>urn:sha1:b9051386ae296a6112383725bc8bfcd96dc9a226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix item duplication if player dies during interact callback (alternative) (#11662)</title>
<updated>2021-10-25T18:30:27+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-10-25T18:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=660e63dbae5901f8178b39ab40e6f770b8d7a215'/>
<id>urn:sha1:660e63dbae5901f8178b39ab40e6f770b8d7a215</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)</title>
<updated>2021-10-01T14:21:24+00:00</updated>
<author>
<name>Wuzzy</name>
<email>wuzzy2@mail.ru</email>
</author>
<published>2021-10-01T14:21:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=21113ad4105dd3fb181b3d0638b907af94a352ab'/>
<id>urn:sha1:21113ad4105dd3fb181b3d0638b907af94a352ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix trivial typos</title>
<updated>2021-09-19T11:54:20+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-19T11:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e0529da5c84f224c380e6d5e063392cb01f85683'/>
<id>urn:sha1:e0529da5c84f224c380e6d5e063392cb01f85683</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up/improve some scriptapi error handling code</title>
<updated>2021-09-10T21:16:46+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-10T21:16:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=766e885a1b1c5afb7a62f11b427b6d135adeab87'/>
<id>urn:sha1:766e885a1b1c5afb7a62f11b427b6d135adeab87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dynamic_Add_Media v2 (#11550)</title>
<updated>2021-09-09T14:51:35+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-09T14:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bbfae0cc673d3abdc21224c53e09b209ee4688a2'/>
<id>urn:sha1:bbfae0cc673d3abdc21224c53e09b209ee4688a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Async-related script cleanups</title>
<updated>2021-08-28T10:15:12+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-08-28T10:15:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6a1424f2b18520f40ba8cfd12f7988f6b33db9a6'/>
<id>urn:sha1:6a1424f2b18520f40ba8cfd12f7988f6b33db9a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add API for mods to hook liquid transformation events (#11405)</title>
<updated>2021-07-09T13:08:40+00:00</updated>
<author>
<name>Warr1024</name>
<email>warr1024@gmail.com</email>
</author>
<published>2021-07-09T13:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=52128ae11e8b1a7ce66a87c53f1b15f3aabe69f4'/>
<id>urn:sha1:52128ae11e8b1a7ce66a87c53f1b15f3aabe69f4</id>
<content type='text'>
Add API for mods to hook liquid transformation events

Without this API, there is no reliable way for mods to be
notified when liquid transform modifies nodes and mods are
forced to poll for changes.  This allows mods to detect
changes to flowing liquid nodes and liquid renewal using
event-driven logic.</content>
</entry>
<entry>
<title>Add min_y and max_y checks for Active Block Modifiers (ABM) (#11333)</title>
<updated>2021-06-20T15:21:35+00:00</updated>
<author>
<name>sfence</name>
<email>sfence.software@gmail.com</email>
</author>
<published>2021-06-20T15:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b10091be9b6b6c74a170b9444f856f83dd3fe952'/>
<id>urn:sha1:b10091be9b6b6c74a170b9444f856f83dd3fe952</id>
<content type='text'>
This check can be used by ABM to reduce CPU usage.</content>
</entry>
<entry>
<title>Isolate library tables between sandbox and insecure env</title>
<updated>2021-04-18T14:06:42+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-03-28T20:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=623f0a8613bd8677e259366a1d540deedb9d2302'/>
<id>urn:sha1:623f0a8613bd8677e259366a1d540deedb9d2302</id>
<content type='text'>
</content>
</entry>
</feed>
