<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/.gitignore, branch 0.4.10</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.10</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.10'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2014-06-29T16:17:56+00:00</updated>
<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>Show git hash in version string at top left corner of window</title>
<updated>2013-09-28T19:30:17+00:00</updated>
<author>
<name>Kahrl</name>
<email>kahrl@gmx.net</email>
</author>
<published>2013-09-25T02:29:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8bc7ea61b901516d3e1cbde77df1830d14129259'/>
<id>urn:sha1:8bc7ea61b901516d3e1cbde77df1830d14129259</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Code::Blocks project and build files to .gitignore</title>
<updated>2013-06-03T02:30:59+00:00</updated>
<author>
<name>bcnjr5</name>
<email>bcnjr5@gmail.com</email>
</author>
<published>2013-04-25T13:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=64befefcfcf6f9631d361d1326c53c8968b88e59'/>
<id>urn:sha1:64befefcfcf6f9631d361d1326c53c8968b88e59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move scriptapi to separate folder (by sapier)</title>
<updated>2013-05-24T22:51:02+00:00</updated>
<author>
<name>sapier</name>
<email>Sapier at GMX dot net</email>
</author>
<published>2013-05-24T22:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ab433775777c4f5055bcf4d2a1cffc506c4f9961'/>
<id>urn:sha1:ab433775777c4f5055bcf4d2a1cffc506c4f9961</id>
<content type='text'>
On the lua side, notably minetest.env:&lt;function&gt;(&lt;args&gt;) should now
be replaced by minetest.&lt;function&gt;(&lt;args&gt;).
The old way is and will stay supported for a long time.

Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
</content>
</entry>
<entry>
<title>Add Mapgen V7, reorganize biomes</title>
<updated>2013-04-07T04:50:21+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2013-04-06T15:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8ec3fc35c656544a55f7f8ece9359c9e2b472e8f'/>
<id>urn:sha1:8ec3fc35c656544a55f7f8ece9359c9e2b472e8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git-ignore SQLite build files</title>
<updated>2013-03-19T15:20:13+00:00</updated>
<author>
<name>Juhani Numminen</name>
<email>juhaninumminen0@gmail.com</email>
</author>
<published>2012-11-04T07:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=450e7ef0c577f0684f25a35c5ce28ba770979f60'/>
<id>urn:sha1:450e7ef0c577f0684f25a35c5ce28ba770979f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add cloud menu background by Krisi, configurable with the menu_clouds option.</title>
<updated>2013-03-14T01:18:40+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>noreply@gmail.com</email>
</author>
<published>2013-03-05T22:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=350596b94f3d886812cb453e05540a16c3db5e5b'/>
<id>urn:sha1:350596b94f3d886812cb453e05540a16c3db5e5b</id>
<content type='text'>
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers.
And finally don't git-ignore textures/base/.
</content>
</entry>
<entry>
<title>Change libjson to libjsoncpp in .gitignore</title>
<updated>2013-03-06T22:09:28+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2013-03-06T20:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=aa77ee66c56f1f081b2d278da4a238ab2f5c9ff8'/>
<id>urn:sha1:aa77ee66c56f1f081b2d278da4a238ab2f5c9ff8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new auto masterserver</title>
<updated>2013-02-21T22:04:53+00:00</updated>
<author>
<name>proller</name>
<email>proller@github.com</email>
</author>
<published>2013-02-21T22:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ee07c3f7cf638e854518d2cfcb9c11a64412cc72'/>
<id>urn:sha1:ee07c3f7cf638e854518d2cfcb9c11a64412cc72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Freetype support</title>
<updated>2013-02-14T17:46:08+00:00</updated>
<author>
<name>Ilya Zhuravlev</name>
<email>zhuravlevilya@ya.ru</email>
</author>
<published>2013-02-03T12:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6'/>
<id>urn:sha1:30b9a4d6b479ecfcb84d4803f5d15ee9b6c7edd6</id>
<content type='text'>
</content>
</entry>
</feed>
