<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/.gitignore, 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-08-02T17:23:17+00:00</updated>
<entry>
<title>Android: fix sound issue, and gitignore</title>
<updated>2015-08-02T17:23:17+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-08-02T08:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=47225346be9ab0d55bc2dbc71b6c0f085f47a75e'/>
<id>urn:sha1:47225346be9ab0d55bc2dbc71b6c0f085f47a75e</id>
<content type='text'>
Previously, sound failed due to errors with hardfp abi build
instructions. As the problem couldn't be found, the softfp
compatible abi was chosen instead.

This move will cause a small performance overhead, but due to the
abi being armeabi-v7a, the internal calculations will still be done
using the FPU.

We also fix some issues with ABI information passing. However, the
fixes aren't sufficient to get sound working.

The patch also fixes an issue with the gitignore file.
</content>
</entry>
<entry>
<title>Android: Add githash header to spare rebuilds after new commits</title>
<updated>2015-08-01T18:42:07+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-31T14:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c39a85a88d1f905014c1ced6b87638cdb01e6ddf'/>
<id>urn:sha1:c39a85a88d1f905014c1ced6b87638cdb01e6ddf</id>
<content type='text'>
Before, android_version.h got changed at every new commit. Now, we
only change it with new minetest releases. Analogous to how cmake
does it,  we add an android_version_githash.h file that communicates
the git hash to C++ code.

Also, unify VERS_MAJOR, VERS_MINOR and VERS_PATCH variable
calculation inside the whole makefile.
</content>
</entry>
<entry>
<title>Add android tools environment to gitignore</title>
<updated>2015-07-01T02:12:55+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-07-01T02:12:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d75009a75853bd188f132e93165622c5e1315f70'/>
<id>urn:sha1:d75009a75853bd188f132e93165622c5e1315f70</id>
<content type='text'>
Previously, if you did `make envpaths` (as described in README.android), the new file got listed by git as new file.
</content>
</entry>
<entry>
<title>Add more swp files to gitignore</title>
<updated>2015-05-18T19:24:57+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-05-18T19:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5b03857c625633e8daea3e0118bf701a93109127'/>
<id>urn:sha1:5b03857c625633e8daea3e0118bf701a93109127</id>
<content type='text'>
Specifically, the added rule matches .kate-swp files.
</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>Add .patch files to gitignore</title>
<updated>2015-05-01T05:42:08+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-05-01T05:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=aef1b41b021a41a85ddd83d9ba33cfe9abc0b19d'/>
<id>urn:sha1:aef1b41b021a41a85ddd83d9ba33cfe9abc0b19d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update .gitignore</title>
<updated>2015-04-26T19:40:19+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-04-26T19:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=068d561a3c0e2f01f4ea9387b88b6f2b787dbbc1'/>
<id>urn:sha1:068d561a3c0e2f01f4ea9387b88b6f2b787dbbc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more Android build files to .gitignore</title>
<updated>2015-03-07T23:44:36+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-03-07T18:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=40e248b9f9e0a4f79e88c9b018ecfb84c2033e04'/>
<id>urn:sha1:40e248b9f9e0a4f79e88c9b018ecfb84c2033e04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore</title>
<updated>2015-02-23T06:50:28+00:00</updated>
<author>
<name>4Evergreen4</name>
<email>everett@mcjohnso.com</email>
</author>
<published>2015-02-22T19:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=51057a56f540f4e74b424e22c94357e5cb5268b2'/>
<id>urn:sha1:51057a56f540f4e74b424e22c94357e5cb5268b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic support for generating API documentation using Doxygen</title>
<updated>2014-12-12T19:59:57+00:00</updated>
<author>
<name>Jürgen Doser</name>
<email>jurgen.doser@gmail.com</email>
</author>
<published>2013-01-30T17:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=83830e8682de23840675a35daa386fa2820fbb7d'/>
<id>urn:sha1:83830e8682de23840675a35daa386fa2820fbb7d</id>
<content type='text'>
If CMake is run and Doxygen is found, add a make target called "doc",
which builds API documention in doc/html. This target is not included
in the default "all" target, you have to explicitly run "make doc" to
generate the documentation.

If graphviz is installed, in particular, if the "dot" binary is found,
doxygen is configured to generate various kinds of diagrams. Note that
due to this, the first run of doxygen can take a while.
</content>
</entry>
</feed>
