<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/cmake, branch zoom_priv</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=zoom_priv</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=zoom_priv'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2022-05-23T20:50:58+00:00</updated>
<entry>
<title>Formally drop support for building with upstream Irrlicht</title>
<updated>2022-05-23T20:50:58+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-05-21T22:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=16a30556dfa8e27c82d026bd63467f82d2e37a1c'/>
<id>urn:sha1:16a30556dfa8e27c82d026bd63467f82d2e37a1c</id>
<content type='text'>
It stopped working with (at least) the last commit.
</content>
</entry>
<entry>
<title>Spacing fixes</title>
<updated>2022-04-08T13:55:21+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2021-12-01T23:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=7993909fabce4f796ca67b5a8139936667de25df'/>
<id>urn:sha1:7993909fabce4f796ca67b5a8139936667de25df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove direct OpenGL(ES) dependency</title>
<updated>2022-03-09T21:37:34+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2022-02-26T14:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ad7c72c1648a710c2d091993c9249bd3d2b607a5'/>
<id>urn:sha1:ad7c72c1648a710c2d091993c9249bd3d2b607a5</id>
<content type='text'>
IrrlichtMt now provides this for us (see last commit)
fixes #12041
</content>
</entry>
<entry>
<title>Check for required libzstd APIs in cmake</title>
<updated>2021-09-01T20:20:38+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-09-01T08:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=70dafcf5da29ff772ca6d4dcdd24d5548a0ddd31'/>
<id>urn:sha1:70dafcf5da29ff772ca6d4dcdd24d5548a0ddd31</id>
<content type='text'>
It's very unlikely that anyone uses a zstd version this old, but if they do fail early.
</content>
</entry>
<entry>
<title>Switch MapBlock compression to zstd (#10788)</title>
<updated>2021-09-01T00:32:31+00:00</updated>
<author>
<name>lhofhansl</name>
<email>larsh@apache.org</email>
</author>
<published>2021-09-01T00:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=d1624a552151bcb152b7abf63df6501b63458d78'/>
<id>urn:sha1:d1624a552151bcb152b7abf63df6501b63458d78</id>
<content type='text'>
* Add zstd support.
* Rearrange serialization order
* Compress entire mapblock

Co-authored-by: sfan5 &lt;sfan5@live.de&gt;</content>
</entry>
<entry>
<title>Take advantage of IrrlichtMt CMake target (#11287)</title>
<updated>2021-07-27T17:11:27+00:00</updated>
<author>
<name>JosiahWI</name>
<email>41302989+JosiahWI@users.noreply.github.com</email>
</author>
<published>2021-07-27T17:11:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=cf136914cf421ee52f6806eda2fa97740d0ee552'/>
<id>urn:sha1:cf136914cf421ee52f6806eda2fa97740d0ee552</id>
<content type='text'>
With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt.
Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt.</content>
</entry>
<entry>
<title>Fix check that given IRRLICHT_LIBRARY exists</title>
<updated>2021-06-05T11:36:52+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-06-05T11:36:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=46f42e15c41cf4ab23c5ff4cd8a7d99d94d10d7b'/>
<id>urn:sha1:46f42e15c41cf4ab23c5ff4cd8a7d99d94d10d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused version detection from FindLuaJIT.cmake</title>
<updated>2021-05-30T09:40:14+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-05-25T19:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=2c53f03c184b79d8f8774cb05edd288a7d337bef'/>
<id>urn:sha1:2c53f03c184b79d8f8774cb05edd288a7d337bef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add helpful error messages if Irrlicht library / include dir are set incorrectly (#11232)</title>
<updated>2021-04-28T06:38:18+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-04-28T06:38:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=734fb2c811cdb0c26153c2bd5b62e458343963e7'/>
<id>urn:sha1:734fb2c811cdb0c26153c2bd5b62e458343963e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ignored OpenGLES2 include path and cmake warning</title>
<updated>2021-04-16T21:39:16+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2021-04-16T21:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=52c0384bd1c9f564f7a6deab93e560dc49ff8915'/>
<id>urn:sha1:52c0384bd1c9f564f7a6deab93e560dc49ff8915</id>
<content type='text'>
</content>
</entry>
</feed>
