<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/lua, branch 0.4.13</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.13'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-03-27T19:00:48+00:00</updated>
<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>Make Clang happy with lua lauxlib.c.</title>
<updated>2015-02-12T07:00:22+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-12T07:00:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c3a23ebc2813b0b9692622292eb25c9649a9cdda'/>
<id>urn:sha1:c3a23ebc2813b0b9692622292eb25c9649a9cdda</id>
<content type='text'>
No functionnal change
</content>
</entry>
<entry>
<title>Enable LUA_USE_POSIX if possible in bundled Lua</title>
<updated>2015-02-12T06:14:12+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-02-12T06:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b2f3ffe3081a3cd49c0536257aab86b82b022cae'/>
<id>urn:sha1:b2f3ffe3081a3cd49c0536257aab86b82b022cae</id>
<content type='text'>
Fixes warning:
src/lua/src/loslib.c:60: Warning: the use of `tmpnam' is dangerous, better use `mkstemp'
</content>
</entry>
<entry>
<title>Add support for Android 2.3+</title>
<updated>2014-06-29T16:17:56+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2014-04-21T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1cc40c0a7c260f0562572bc99f39a666a12f1b09'/>
<id>urn:sha1:1cc40c0a7c260f0562572bc99f39a666a12f1b09</id>
<content type='text'>
There have been plenty of ppl involved in creating this version.
I don't wanna mention names as I'm sure I'd forget someone so I
just tell where help has been done:
- The partial android versions done by various ppl
- Testing on different android devices
- reviewing code (especially the in core changes)
- testing controls
- reviewing texts

A big thank you to everyone helping this to be completed!
</content>
</entry>
<entry>
<title>Improve build configuration options</title>
<updated>2012-07-23T12:23:33+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2012-07-23T12:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=aef1332e4293d873ce5b827785daa3097209c5e6'/>
<id>urn:sha1:aef1332e4293d873ce5b827785daa3097209c5e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cmake: lua: use COMMON_CFLAGS</title>
<updated>2012-03-30T22:31:17+00:00</updated>
<author>
<name>Jonathan Neuschäfer</name>
<email>j.neuschaefer@gmx.net</email>
</author>
<published>2012-03-30T21:51:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1518b8f7538aad3b64a2a8a4ddf285fd22469b94'/>
<id>urn:sha1:1518b8f7538aad3b64a2a8a4ddf285fd22469b94</id>
<content type='text'>
This fixes LUA_USE_DLOPEN having no effect.
</content>
</entry>
<entry>
<title>Do not install the static lua library file</title>
<updated>2011-11-29T17:27:41+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-29T17:27:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6d23fb259265c2e837a9c210217f03508c7d92b3'/>
<id>urn:sha1:6d23fb259265c2e837a9c210217f03508c7d92b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it actually build</title>
<updated>2011-11-29T17:11:04+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-10T20:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2115a766f6ef7eefc122d1c91a28fe94f664a11a'/>
<id>urn:sha1:2115a766f6ef7eefc122d1c91a28fe94f664a11a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Lua</title>
<updated>2011-11-29T17:11:04+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-11-10T19:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d1a5e97a7f7c2b92aee9c151edab80fa5f536c63'/>
<id>urn:sha1:d1a5e97a7f7c2b92aee9c151edab80fa5f536c63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed lua stuff</title>
<updated>2011-04-03T09:28:55+00:00</updated>
<author>
<name>Perttu Ahola</name>
<email>celeron55@gmail.com</email>
</author>
<published>2011-04-03T09:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e4f7f97e6c79cda72dec7cd6fea5b85328b75894'/>
<id>urn:sha1:e4f7f97e6c79cda72dec7cd6fea5b85328b75894</id>
<content type='text'>
</content>
</entry>
</feed>
