<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/test.cpp, branch itemmeta_restrictions</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=itemmeta_restrictions</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=itemmeta_restrictions'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-04-26T19:08:54+00:00</updated>
<entry>
<title>Tests: Modularize unit testing</title>
<updated>2015-04-26T19:08:54+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-04-26T05:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=7220ca906dfc804bd508336f5bed252bcec62ae0'/>
<id>urn:sha1:7220ca906dfc804bd508336f5bed252bcec62ae0</id>
<content type='text'>
Split unit tests into separate files under src/unittest/
Give better unittest diagnostics
Clean up some code
</content>
</entry>
<entry>
<title>Noise: Add noise unittests</title>
<updated>2015-04-21T17:05:14+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-04-21T16:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=943c6e523e64dd879b7974b7adc35153095fd80e'/>
<id>urn:sha1:943c6e523e64dd879b7974b7adc35153095fd80e</id>
<content type='text'>
Fix buffer size calculation for lacunarity &lt; 1.0
Add guard against absurd noise parameters
</content>
</entry>
<entry>
<title>Move globals from main.cpp to more sane locations</title>
<updated>2015-04-01T13:04:25+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2015-04-01T13:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9527984dbcfc0a6cc7aa0470430cb6c3aa4103ba'/>
<id>urn:sha1:9527984dbcfc0a6cc7aa0470430cb6c3aa4103ba</id>
<content type='text'>
Move debug streams to log.cpp|h

Move GUI-related globals to clientlauncher

Move g_settings and g_settings_path to settings.cpp|h

Move g_menuclouds to clouds.cpp|h

Move g_profiler to profiler.cpp|h
</content>
</entry>
<entry>
<title>Connection::Receive(): receive Network Packet instead of SharedBuffer&lt;u8&gt;.</title>
<updated>2015-03-31T09:01:08+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-03-31T08:35:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1fe4256462826c218ed9bf171be4c07e0db33e25'/>
<id>urn:sha1:1fe4256462826c218ed9bf171be4c07e0db33e25</id>
<content type='text'>
Because we get a Buffer&lt;u8&gt; from ConnectionEvent, don't convert it to SharedBuffer&lt;u8&gt; and return it to Server/Client::Receive which will convert it to NetworkPacket
Instead, put the Buffer&lt;u8&gt; directly to NetworkPacket and return it to packet processing
This remove a long existing memory copy
Also check the packet size directly into Connection::Receive instead of packet processing
</content>
</entry>
<entry>
<title>Replace NetworkPacket pointers to references</title>
<updated>2015-03-13T21:01:49+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-03-13T21:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=083c8c734e8af037d8ad3a1a35475a5d4756572c'/>
<id>urn:sha1:083c8c734e8af037d8ad3a1a35475a5d4756572c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize Profiler::avg()</title>
<updated>2015-03-08T01:04:01+00:00</updated>
<author>
<name>gregorycu</name>
<email>gregory.currie@gmail.com</email>
</author>
<published>2015-01-21T13:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=267c9f4cb4616afcf07a2a33aaca43a903ac895a'/>
<id>urn:sha1:267c9f4cb4616afcf07a2a33aaca43a903ac895a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives</title>
<updated>2015-03-07T12:41:47+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2015-03-06T10:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=ced6d20295a8263757d57c02a07ffcb66688a163'/>
<id>urn:sha1:ced6d20295a8263757d57c02a07ffcb66688a163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix wrapDegrees family of functions</title>
<updated>2015-02-23T12:50:32+00:00</updated>
<author>
<name>Craig Robbins</name>
<email>kde.psych@gmail.com</email>
</author>
<published>2015-02-23T06:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3b6480c5b0c968ad9f5a7cfb7ca494989be03629'/>
<id>urn:sha1:3b6480c5b0c968ad9f5a7cfb7ca494989be03629</id>
<content type='text'>
wrapDegrees() (renamed to modulo360f)
wrapDegrees_0_360
wrapDegrees_180

Minor errors were present in previous versions; see issue #2328
</content>
</entry>
<entry>
<title>Fix some memory leaks on packet sending.</title>
<updated>2015-02-21T16:27:31+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-21T16:24:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=009149a073ac02dd412af3c203979157976c0dd8'/>
<id>urn:sha1:009149a073ac02dd412af3c203979157976c0dd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unit tests must be done at integration process.</title>
<updated>2015-02-21T10:04:19+00:00</updated>
<author>
<name>Loic Blot</name>
<email>loic.blot@unix-experience.fr</email>
</author>
<published>2015-02-19T08:38:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=b3aeba684b4e27e9fdf2c07949750bb567e40d6b'/>
<id>urn:sha1:b3aeba684b4e27e9fdf2c07949750bb567e40d6b</id>
<content type='text'>
* Remove --enable-unittests and --disable-unittests and add --do-unittests function
* --do-unittests function will exit 0 on success.
* minetest and minetestserver binaries are launched with --do-unittests in travis build.
</content>
</entry>
</feed>
