<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/misc, 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-01-09T15:13:37+00:00</updated>
<entry>
<title>Fix screenshot links in AppData file</title>
<updated>2016-01-09T15:13:37+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2016-01-09T15:13:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7510e0b55187c674adc14ac59e1bf8c574911ee3'/>
<id>urn:sha1:7510e0b55187c674adc14ac59e1bf8c574911ee3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename minetest-icon.svg to minetest.svg - Fixes #1564</title>
<updated>2015-09-03T17:26:28+00:00</updated>
<author>
<name>HEXcube</name>
<email>hexcubed@gmail.com</email>
</author>
<published>2015-09-02T10:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c345657289ff64a7e623a264d4c57ac06c3213db'/>
<id>urn:sha1:c345657289ff64a7e623a264d4c57ac06c3213db</id>
<content type='text'>
-Complies with the Linux standard freedesktop icon naming specs: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines
-Ensures compatibility with icon themes
-Edit minetest.desktop, CMakeLists.txt and README.md to reflect this change
</content>
</entry>
<entry>
<title>Add Japanese translation of desktop file</title>
<updated>2015-08-19T17:49:22+00:00</updated>
<author>
<name>Rui</name>
<email>Rui914@users.noreply.github.com</email>
</author>
<published>2015-08-15T08:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=a64d887275535ca805c6e26768a09407a3ea1c4a'/>
<id>urn:sha1:a64d887275535ca805c6e26768a09407a3ea1c4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Russian comment translation to minetest.desktop</title>
<updated>2015-04-27T16:14:58+00:00</updated>
<author>
<name>mich1</name>
<email>szgyyy@gmail.com</email>
</author>
<published>2015-04-17T12:57:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=91790817760ca6d5c453664bcbb3bf4d24b14e8d'/>
<id>urn:sha1:91790817760ca6d5c453664bcbb3bf4d24b14e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert the upper-case PROJECT_NAME nonsense that was part of #2402</title>
<updated>2015-04-27T14:24:49+00:00</updated>
<author>
<name>sfan5</name>
<email>sfan5@live.de</email>
</author>
<published>2015-04-27T14:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=4ea5a96fffb1a0300f73e97d4c85bb5c32e3786d'/>
<id>urn:sha1:4ea5a96fffb1a0300f73e97d4c85bb5c32e3786d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Spanish comment translation to minetest.desktop</title>
<updated>2015-04-12T17:08:23+00:00</updated>
<author>
<name>ngosang</name>
<email>diegodelasheras@gmail.com</email>
</author>
<published>2015-03-26T19:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8c688bfd0730d567dbbe2eadc9752b98a1601741'/>
<id>urn:sha1:8c688bfd0730d567dbbe2eadc9752b98a1601741</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>Standalone bundle for OSX (w/ dependencies!)</title>
<updated>2015-03-17T14:37:23+00:00</updated>
<author>
<name>Pavel Puchkin</name>
<email>i@neoascetic.me</email>
</author>
<published>2015-03-10T17:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ca5df44edb1963d4c634390d33229ec928e284dc'/>
<id>urn:sha1:ca5df44edb1963d4c634390d33229ec928e284dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Turkish comment translation to minetest.desktop</title>
<updated>2015-03-07T23:46:30+00:00</updated>
<author>
<name>Mahmut Elmas</name>
<email>mahmutelmas06@hotmail.com</email>
</author>
<published>2015-03-04T19:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=86e9408c9fe07baf384386def1f0c68b2d0cc456'/>
<id>urn:sha1:86e9408c9fe07baf384386def1f0c68b2d0cc456</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add german and french translation for minetest.desktop</title>
<updated>2015-02-12T18:36:02+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-12T18:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=af7f369d28dcd1f944fa396ab6b79198866cc39f'/>
<id>urn:sha1:af7f369d28dcd1f944fa396ab6b79198866cc39f</id>
<content type='text'>
This fixes #1573
</content>
</entry>
</feed>
