<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/cmake/Modules, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-04-08T06:11:45+00:00</updated>
<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>
<entry>
<title>Make Git version detection use VERSION_STRING instead of tags</title>
<updated>2015-05-05T15:13:05+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-05-04T22:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1be2d32fd502eeb68bd63fb07b0325b25ee357bd'/>
<id>urn:sha1:1be2d32fd502eeb68bd63fb07b0325b25ee357bd</id>
<content type='text'>
This fixes the problem where 0.4.12-dev versions were erroneously shown as
0.4.11-dev because the tag was added on a separate branch.  It also fixes a
similar issue when builders didn't fetch new tags when updating.

This also removes the number-of-commits-since-tag field, since it's
incompatible with this.  Said field doesn't seem to be useful anyway if you
have the commit hash.
</content>
</entry>
<entry>
<title>Better version detection for shallow clones</title>
<updated>2015-05-03T14:47:22+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-05-01T09:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5704fb36d208e250490e6fb56268e75e0b9b3290'/>
<id>urn:sha1:5704fb36d208e250490e6fb56268e75e0b9b3290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo in OpenGL ES 2 CMake file</title>
<updated>2015-03-27T19:10:27+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-03-27T19:10:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=393722a9e383e05ce23cf0abee9b09bc8a801c61'/>
<id>urn:sha1:393722a9e383e05ce23cf0abee9b09bc8a801c61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up and tweak build system</title>
<updated>2015-03-27T19:00:48+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-02-27T23:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93fcab952b28f4db39d9326b83f14cbd86c0cf17'/>
<id>urn:sha1:93fcab952b28f4db39d9326b83f14cbd86c0cf17</id>
<content type='text'>
  * Combine client and server man pages.
  * Update unit test options and available databases in man page.
  * Add `--worldname` to man page.
  * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`.
  * Disable server build by default on all operating systems.
  * Make `ENABLE_FREETYPE` not fail if FreeType isn't found.
  * Enable LevelDB, Redis, and FreeType detection by default.
  * Remove the `VERSION_PATCH_ORIG` hack.
  * Add option to search for and use system JSONCPP.
  * Remove broken LuaJIT version detection.
  * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`.
  * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`.
  * Clean up style of CMake files.
</content>
</entry>
<entry>
<title>Fix cmake po detection bug</title>
<updated>2015-03-23T03:43:18+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-03-22T19:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c31c87adb5bacf26782362ea941bc137a6e6dec7'/>
<id>urn:sha1:c31c87adb5bacf26782362ea941bc137a6e6dec7</id>
<content type='text'>
Previously, cmake po detection would treat the "timestamp" file created by building for android as own language directory.
</content>
</entry>
</feed>
