<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/unittest, branch 5.0.1</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=5.0.1'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2019-02-15T11:27:29+00:00</updated>
<entry>
<title>LINT fix</title>
<updated>2019-02-15T11:27:29+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-02-15T11:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3dafc007a95ae89904e0e92dc86ed27205de05c5'/>
<id>urn:sha1:3dafc007a95ae89904e0e92dc86ed27205de05c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Address::isLocalhost algorithm</title>
<updated>2019-02-09T18:52:56+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2019-02-09T18:52:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ff5d4ffe1c4b379b0920bef41cdbaebb751f25aa'/>
<id>urn:sha1:ff5d4ffe1c4b379b0920bef41cdbaebb751f25aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)</title>
<updated>2019-02-07T21:26:06+00:00</updated>
<author>
<name>Paul Ouellette</name>
<email>oue.paul18@gmail.com</email>
</author>
<published>2019-02-07T21:26:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d5456da69de6d74206a8513fc53db38c7dd4bd22'/>
<id>urn:sha1:d5456da69de6d74206a8513fc53db38c7dd4bd22</id>
<content type='text'>
Store the rotation in the node as a 4x4 transformation matrix internally (through IDummyTransformationSceneNode), which allows more manipulations without losing precision or having gimbal lock issues.

Network rotation is still transmitted as Eulers, though, not as matrix. But it will stay this way in 5.0.</content>
</entry>
<entry>
<title>Proselytize the network. Use IEEE F32 (#8030)</title>
<updated>2019-01-03T16:04:26+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2019-01-03T16:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=bba4563d89b6708d75a4053c69873dff0d747538'/>
<id>urn:sha1:bba4563d89b6708d75a4053c69873dff0d747538</id>
<content type='text'>
* Proselytize the network. Use IEEE F32
* Remove unused V2F1000 functions
</content>
</entry>
<entry>
<title>Fix the part of the float test that requires IEC559/IEEE754 compliance</title>
<updated>2018-12-18T11:27:23+00:00</updated>
<author>
<name>Pedro Gimeno</name>
<email>pgimeno@users.noreply.notabug.org</email>
</author>
<published>2018-12-18T10:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8e4095f06832f4a786a77f4513f6fca9c1f6cc2b'/>
<id>urn:sha1:8e4095f06832f4a786a77f4513f6fca9c1f6cc2b</id>
<content type='text'>
GCC and CLang compilers fail to support full IEC559 compliance required for the test, when certain compiler flags are active. This patch implements a heuristic that checks for the most common flag in GCC and CLang, plues an extra check which GCC disables when it's not compliant, to hopefully catch most cases where it can't run.
</content>
</entry>
<entry>
<title>Add an activeobject manager to hold active objects (#7939)</title>
<updated>2018-12-13T19:18:54+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>nerzhul@users.noreply.github.com</email>
</author>
<published>2018-12-13T19:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eda35100b6c6f7d9b01c257557147545b563dc74'/>
<id>urn:sha1:eda35100b6c6f7d9b01c257557147545b563dc74</id>
<content type='text'>
* Add an activeobject manager to hold active objects
* Add unittests</content>
</entry>
<entry>
<title>Network: Send IEEE floats (#7768)</title>
<updated>2018-12-13T10:20:57+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2018-12-13T10:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=839e935ba0572c592a791cc4dd4df4a9f6d2d260'/>
<id>urn:sha1:839e935ba0572c592a791cc4dd4df4a9f6d2d260</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add testWrapDegrees_0_360_v3f unittests</title>
<updated>2018-12-04T15:18:17+00:00</updated>
<author>
<name>Loïc Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2018-12-04T15:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=75a26b10abfdff4596584c057f05bceef76b55c7'/>
<id>urn:sha1:75a26b10abfdff4596584c057f05bceef76b55c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move client-specific files to 'src/client' (#7902)</title>
<updated>2018-11-28T19:01:49+00:00</updated>
<author>
<name>Quentin Bazin</name>
<email>quent42340@gmail.com</email>
</author>
<published>2018-11-28T19:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=5f1cd555cd9d1c64426e173b30b5b792d211c835'/>
<id>urn:sha1:5f1cd555cd9d1c64426e173b30b5b792d211c835</id>
<content type='text'>
Update Android.mk
Remove 'src/client' from include_directories
</content>
</entry>
<entry>
<title>Fix temporary path crash in TestAuthDatabase (#7753)</title>
<updated>2018-09-28T18:12:11+00:00</updated>
<author>
<name>SmallJoker</name>
<email>SmallJoker@users.noreply.github.com</email>
</author>
<published>2018-09-28T18:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b9343a7da4b02f48ed298c5d352f4fbcda585822'/>
<id>urn:sha1:b9343a7da4b02f48ed298c5d352f4fbcda585822</id>
<content type='text'>
The constructor of TestAuthDatabase was called immediately, at a time when the settings weren't initialized properly yet.</content>
</entry>
</feed>
