<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dragonfireclient.git/src/cmake_config.h.in, branch 2021.03</title>
<subtitle>luanti cheat client
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/atom?h=2021.03'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/'/>
<updated>2020-04-29T05:48:08+00:00</updated>
<entry>
<title>Add MetricsBackend with prometheus counter support</title>
<updated>2020-04-29T05:48:08+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2020-04-27T06:31:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=56bababcdfce097a4e08cc3d1de8d798e7999ce7'/>
<id>urn:sha1:56bababcdfce097a4e08cc3d1de8d798e7999ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option to disable unittest build, &amp; disable them on Docker build (#9677)</title>
<updated>2020-04-16T18:43:49+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2020-04-16T18:43:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=7539267d370ae9a1b547008a937bd7f57bece541'/>
<id>urn:sha1:7539267d370ae9a1b547008a937bd7f57bece541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let ENABLE_GLES appear in cmake_config.h and change its functionality</title>
<updated>2019-08-04T14:12:52+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2019-07-24T21:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=526a9e4b66abaf83eb6b1aaa3e93375acd87b830'/>
<id>urn:sha1:526a9e4b66abaf83eb6b1aaa3e93375acd87b830</id>
<content type='text'>
</content>
</entry>
<entry>
<title>C++ modernize: Pragma once (#6264)</title>
<updated>2017-08-17T20:19:39+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-08-17T20:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=921151d97a2fb2238ab514324fb95e2732248b96'/>
<id>urn:sha1:921151d97a2fb2238ab514324fb95e2732248b96</id>
<content type='text'>
* Migrate cpp headers to pragma once
</content>
</entry>
<entry>
<title>Also support X11 icon for minetest copies installed via make install (#4407)</title>
<updated>2016-08-20T19:26:44+00:00</updated>
<author>
<name>est31</name>
<email>est31@users.noreply.github.com</email>
</author>
<published>2016-08-20T19:26:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=f092dac9793b80c29a669b0d676ee3e4f55f682e'/>
<id>urn:sha1:f092dac9793b80c29a669b0d676ee3e4f55f682e</id>
<content type='text'>
Fixes #4323.</content>
</entry>
<entry>
<title>Implement a PostgreSQL backend</title>
<updated>2016-05-22T09:34:47+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2016-05-14T09:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=ce42ff9cf74ebb8d4b68bc78c95e90ea3db02b78'/>
<id>urn:sha1:ce42ff9cf74ebb8d4b68bc78c95e90ea3db02b78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add server side ncurses terminal</title>
<updated>2015-11-06T07:51:14+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-25T05:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=5e507c9829942c434a6f1ae7a4f3a488c7e50bef'/>
<id>urn:sha1:5e507c9829942c434a6f1ae7a4f3a488c7e50bef</id>
<content type='text'>
This adds a chat console the server owner can use for administration
or to talk with players.
It runs in its own thread, which makes the user interface immune to
the server's lag, behaving just like a client, except timeout.
As it uses the same console code as the f10 console, things like nick
completion or a scroll buffer basically come for free.
The terminal itself is written in a general way so that adding a
client version later on is just about implementing an interface.

Fatal errors are printed after the console exists and the ncurses
terminal buffer gets cleaned up with endwin(), so that the error still
remains visible.

The server owner can chose their username their entered text will
have in chat and where players can send PMs to.
Once the username is secured with a password to prevent anybody to
take over the server, the owner can execute admin tasks over the
console.

This change includes a contribution by @kahrl who has improved ncurses
library detection.
</content>
</entry>
<entry>
<title>Use CUSTOM_LOCALEDIR if specified</title>
<updated>2015-09-06T09:21:26+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-08-24T18:32:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=645e2086734e3d2d1ec95f50faa39f0f24304761'/>
<id>urn:sha1:645e2086734e3d2d1ec95f50faa39f0f24304761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AreaStore data structure</title>
<updated>2015-07-27T04:42:56+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-11T00:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=c30a2d68541b6ff451d92709478b4e37cac86447'/>
<id>urn:sha1:c30a2d68541b6ff451d92709478b4e37cac86447</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add LibGMP</title>
<updated>2015-05-11T15:48:33+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-04-12T04:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/dragonfire/dragonfireclient.git/commit/?id=181f7baa453c58d4070de7196fd74663110946a8'/>
<id>urn:sha1:181f7baa453c58d4070de7196fd74663110946a8</id>
<content type='text'>
Uses system provided libgmp if found, if not it falls back to mini-gmp.
</content>
</entry>
</feed>
