<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/basicmacros.h, branch wield_animation</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=wield_animation'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2015-11-02T03:57:55+00:00</updated>
<entry>
<title>Rename and move basicmacros.h to util/basic_macros.h</title>
<updated>2015-11-02T03:57:55+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2015-10-31T02:06:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=eabfe091b5ecfa6e53b70e08faf76df7f0684529'/>
<id>urn:sha1:eabfe091b5ecfa6e53b70e08faf76df7f0684529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add STATIC_ASSERT() macro and use it</title>
<updated>2015-10-28T02:27:32+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-10-28T02:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=688556a5d1910ead2cf06a87af6908110fa9d035'/>
<id>urn:sha1:688556a5d1910ead2cf06a87af6908110fa9d035</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add DISABLE_CLASS_COPY macro (and use it)</title>
<updated>2015-10-28T02:05:08+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-10-27T06:51:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c56d7fe0eba7905b0a63c4a1cfe909988653c23d'/>
<id>urn:sha1:c56d7fe0eba7905b0a63c4a1cfe909988653c23d</id>
<content type='text'>
Use this macro to disallow copying of an object using the assignment
operator or copy constructor.  This catches otherwise silent-but-deadly
mistakes such as "ServerMap map = env-&gt;getMap();" at compile time.

If so desired, it is still possible to copy a class, but it now requires
an explicit call to memcpy or std::copy.
</content>
</entry>
<entry>
<title>Fix missing #include</title>
<updated>2015-10-27T14:55:34+00:00</updated>
<author>
<name>PilzAdam</name>
<email>pilzadam@minetest.net</email>
</author>
<published>2015-10-27T14:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c406438b95e3df181961add56a2511b96bd9d690'/>
<id>urn:sha1:c406438b95e3df181961add56a2511b96bd9d690</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move basic, non-numeric macros from util/numeric.h to basicmacros.h</title>
<updated>2015-10-27T05:53:45+00:00</updated>
<author>
<name>kwolekr</name>
<email>kwolekr@minetest.net</email>
</author>
<published>2015-10-27T05:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=27eed1389b8bece41950c53b47acffb3bb0c83ee'/>
<id>urn:sha1:27eed1389b8bece41950c53b47acffb3bb0c83ee</id>
<content type='text'>
</content>
</entry>
</feed>
