<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/cmake/Modules, branch 0.4.17</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.17'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2018-06-03T15:32:00+00:00</updated>
<entry>
<title>Fix luajit include not being found</title>
<updated>2018-06-03T15:32:00+00:00</updated>
<author>
<name>rubenwardy</name>
<email>rw@rubenwardy.com</email>
</author>
<published>2018-05-08T18:06:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e2815d27f16f20c503c34b9a0ab4f917dcab639b'/>
<id>urn:sha1:e2815d27f16f20c503c34b9a0ab4f917dcab639b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cmake library default build problem since moving to lib/</title>
<updated>2017-04-07T21:56:02+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2017-04-07T21:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ff4fef570e8df6ce44ceb1d9071f860474eb1f95'/>
<id>urn:sha1:ff4fef570e8df6ce44ceb1d9071f860474eb1f95</id>
<content type='text'>
Also make Lua library check a cmake module
</content>
</entry>
<entry>
<title>Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instead of src/ (#5473)</title>
<updated>2017-04-02T08:51:50+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2017-04-02T08:51:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86b1542181a92841d174e1caec94d084a34e5158'/>
<id>urn:sha1:86b1542181a92841d174e1caec94d084a34e5158</id>
<content type='text'>
* Update embedded jsoncpp from unk version to 0.10.6

0.10.6 is last release without c++11

* Make jsoncpp more compliant with its amalgamate

Jsoncpp cpp file should be upper, make the library like it does in amalgamate

* Reorganization: move minetest embedded libs outside of source tree to /lib

* Fix a dead grep in LINT
</content>
</entry>
<entry>
<title>Fixes for compiling with a newer (system) jsoncpp (#4429)</title>
<updated>2016-08-10T10:10:00+00:00</updated>
<author>
<name>Rogier-5</name>
<email>Rogier-5@users.noreply.github.com</email>
</author>
<published>2016-08-10T10:10:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4503b5097f99d2806763650f33d8ef3b49f77ce4'/>
<id>urn:sha1:4503b5097f99d2806763650f33d8ef3b49f77ce4</id>
<content type='text'>
* Move included json code to jsoncpp subdirectory

This is needed to avoid having to specify the minetest src directory
as a system include when fixing the json includes.

* Fix json includes

They used "", so that the compiler searches the project's directory
first. The result was that when compiling with a system jsoncpp,
the project's own version of json.h was still included, instead of
the system version.

The includes now use &lt;&gt;, so a system location, or one specified with
'-Ilocation' is searched only.

* Fix for jsoncpp deprecated function warning

When compiling with a newer version of jsoncpp (and
ENABLE_SYSTEM_JSONCPP=true), jsoncpp emits a warning
about a deprecated function that minetest uses.
</content>
</entry>
<entry>
<title>Really fix ncurses lookup on Arch Linux</title>
<updated>2016-05-16T10:43:50+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-05-16T10:42:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=decbd396df0855f0a356c836cf7c0c5b133964cf'/>
<id>urn:sha1:decbd396df0855f0a356c836cf7c0c5b133964cf</id>
<content type='text'>
Commit 27ee8d8943080a5dd735c9faa47c726604bafdff forgot to add the paths
without ncursesw/ to the find_path() call
</content>
</entry>
<entry>
<title>Fix ncurses lookup on Arch Linux</title>
<updated>2016-04-08T06:11:45+00:00</updated>
<author>
<name>David Knapp</name>
<email>psychicsurgeon@gmail.com</email>
</author>
<published>2016-04-06T06:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=27ee8d8943080a5dd735c9faa47c726604bafdff'/>
<id>urn:sha1:27ee8d8943080a5dd735c9faa47c726604bafdff</id>
<content type='text'>
Arch Linux doesn't put it's ncursesw includes inside an ncursesw
directory.  This script ends up setting USE_CURSES as true, but
doesn't pick up any of the headers.

https://bugs.archlinux.org/task/13994
</content>
</entry>
<entry>
<title>Improve LuaJIT detection</title>
<updated>2015-12-05T22:31:09+00:00</updated>
<author>
<name>Ferdinand Thiessen</name>
<email>rpm@fthiessen.de</email>
</author>
<published>2015-12-03T20:18:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=70ece71ee4e8f8bff5cbc572710c0fa6fc3b355f'/>
<id>urn:sha1:70ece71ee4e8f8bff5cbc572710c0fa6fc3b355f</id>
<content type='text'>
On openSUSE luajit is not detected correctly.
This is because openSUSE is using a lua version suffix, like other Linux distributions do it also.
So the include directory is:
include/luajit-5_1-2.0
</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/minetest.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>FindJson: use PATH_SUFFIXES jsoncpp to find incdir</title>
<updated>2015-09-26T19:43:01+00:00</updated>
<author>
<name>Igor Gnatenko</name>
<email>i.gnatenko.brain@gmail.com</email>
</author>
<published>2015-08-24T16:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=88a44122abdef9c23c5ab984742f12e4fbd41188'/>
<id>urn:sha1:88a44122abdef9c23c5ab984742f12e4fbd41188</id>
<content type='text'>
For example, on Fedora systems jsoncpp headers is installed in `/usr/include/jsoncpp`.
</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/minetest.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>
