<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/builtin/game, branch master</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2022-06-02T18:54:02+00:00</updated>
<entry>
<title>Merge branch 'master' of https://github.com/minetest/minetest</title>
<updated>2022-06-02T18:54:02+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2022-06-02T18:54:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=827b9f8d7054158b058679999d77c1345162a293'/>
<id>urn:sha1:827b9f8d7054158b058679999d77c1345162a293</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't allow banning in singleplayer</title>
<updated>2022-05-29T12:00:19+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-26T19:36:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=1b68fb768306ad591057b0941bc31460034a4976'/>
<id>urn:sha1:1b68fb768306ad591057b0941bc31460034a4976</id>
<content type='text'>
fixes #11819
</content>
</entry>
<entry>
<title>Add relative numbers for commands by prepending ~ (#9588)</title>
<updated>2022-05-22T14:28:24+00:00</updated>
<author>
<name>Wuzzy</name>
<email>Wuzzy@disroot.org</email>
</author>
<published>2022-05-22T14:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ac5e8176b9a2b36520bcc78b9d486aea7742d554'/>
<id>urn:sha1:ac5e8176b9a2b36520bcc78b9d486aea7742d554</id>
<content type='text'>
* Add relative numbers for commands by prepending ~

* Some builtin code cleanup

* Disallow nan and inf in minetest.string_to_area

* Remove unused local variable teleportee (makes Luacheck happy)

* Clean up core.string_to_pos

* Make area parsing less permissive

* Rewrite tests as busted tests

* /time: Fix negative minutes not working

Co-authored-by: Lars Mueller &lt;appgurulars@gmx.de&gt;</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/minetest/minetest</title>
<updated>2022-05-17T20:12:00+00:00</updated>
<author>
<name>Elias Fleckenstein</name>
<email>eliasfleckenstein@web.de</email>
</author>
<published>2022-05-17T20:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=21df26984da91143c15587f5a03c98d68c3adc4e'/>
<id>urn:sha1:21df26984da91143c15587f5a03c98d68c3adc4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use native packer to transfer globals into async env(s)</title>
<updated>2022-05-10T20:37:42+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-09T16:20:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ec9f1575121e3b064b919bca7efddfa8b0fc4e65'/>
<id>urn:sha1:ec9f1575121e3b064b919bca7efddfa8b0fc4e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Minetest blaming the wrong mod for errors (#12241)</title>
<updated>2022-05-09T18:42:43+00:00</updated>
<author>
<name>Lars Müller</name>
<email>34514239+appgurueu@users.noreply.github.com</email>
</author>
<published>2022-05-09T18:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=089797dbe68679b744304ba016e08d30df15ab28'/>
<id>urn:sha1:089797dbe68679b744304ba016e08d30df15ab28</id>
<content type='text'>
Covers the case where mods insert their callbacks manually into "minetest.registered_&lt;callbacks&gt;" (often to achieve a particular order of execution).</content>
</entry>
<entry>
<title>item_entity: Cache collisionbox for use in on_step</title>
<updated>2022-05-08T17:12:10+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-05T18:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=7fff9da71d2de352e0afea7482fc2e26534a51a4'/>
<id>urn:sha1:7fff9da71d2de352e0afea7482fc2e26534a51a4</id>
<content type='text'>
I don't have absolute numbers but if calls to get_properties() take up
30%+ of on_step() execution time that's bound to matter.
</content>
</entry>
<entry>
<title>Async environment for mods to do concurrent tasks (#11131)</title>
<updated>2022-05-02T18:56:06+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-02T18:55:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=e7659883cc6fca343785da2a1af3890ae273abbf'/>
<id>urn:sha1:e7659883cc6fca343785da2a1af3890ae273abbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize some builtin functions in preparation for async env</title>
<updated>2022-05-02T18:54:55+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-04-09T11:53:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=e6385e2ab74af7b01163ea91d4e3cfd5dfe6552e'/>
<id>urn:sha1:e6385e2ab74af7b01163ea91d4e3cfd5dfe6552e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Builtin: Allow to revoke unknown privileges</title>
<updated>2022-04-24T19:08:33+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2022-04-24T19:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=1c8614ac9ad591f8025712deae26b572cdede50d'/>
<id>urn:sha1:1c8614ac9ad591f8025712deae26b572cdede50d</id>
<content type='text'>
</content>
</entry>
</feed>
