<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/src/util, branch 0.4.14</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.4.14'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2016-04-23T17:54:11+00:00</updated>
<entry>
<title>Escape more strings: formspecs, item descriptions, infotexts...</title>
<updated>2016-04-23T17:54:11+00:00</updated>
<author>
<name>Ekdohibs</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2016-04-04T16:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=48939df9a5ef1ff20f4f9717d1341b51a50dff14'/>
<id>urn:sha1:48939df9a5ef1ff20f4f9717d1341b51a50dff14</id>
<content type='text'>
Also, change the escape character to the more standard \x1b
Thus, it can be used in the future for translation or colored text,
for example.
</content>
</entry>
<entry>
<title>Update CSRP-GMP to commit deaa11a7c29a73008</title>
<updated>2016-04-10T12:56:54+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-04-10T02:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9a04dfd0f5a69f60318a243535993ffa234f6bf6'/>
<id>urn:sha1:9a04dfd0f5a69f60318a243535993ffa234f6bf6</id>
<content type='text'>
Backports 10 commits, with 8 commits
actually affecting source code:

https://github.com/est31/csrp-gmp/compare/695822e45d9ca48b75b4ec1af1b4eea19139f8b1...deaa11a7c29a730087380da231e785909ad21630
</content>
</entry>
<entry>
<title>Clean up Strfnd</title>
<updated>2016-03-20T01:27:57+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2016-03-19T16:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=93887043d9443ba6627fea68921994d0f1896517'/>
<id>urn:sha1:93887043d9443ba6627fea68921994d0f1896517</id>
<content type='text'>
Changes:
  * Fix indentation.
  * Pass strings by const reference.
  * Merge Strfnd and WStrfnd into one class instead of copying them.
  * Remove trailing spaces.
  * Fix variable names.
  * Move to util.
  * Other miscellaneous style fixes.
</content>
</entry>
<entry>
<title>Remove chat escape sequences from chat messages, for future colored chat.</title>
<updated>2016-03-15T16:33:15+00:00</updated>
<author>
<name>Ekdohibs</name>
<email>nathanael.courant@laposte.net</email>
</author>
<published>2016-03-15T12:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=095f623fa7278375a6fa4fe01ed39d2b68cce7af'/>
<id>urn:sha1:095f623fa7278375a6fa4fe01ed39d2b68cce7af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Much better API for auth.{cpp, h}</title>
<updated>2016-03-15T04:55:49+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2016-03-09T02:12:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e0151d1054c9923630b8ae9cdae36efa261756d3'/>
<id>urn:sha1:e0151d1054c9923630b8ae9cdae36efa261756d3</id>
<content type='text'>
* No function overloading
* Adhere coding style and with method names following
  lowercase_underscore_style
* Use std::string in external API, handling these is
  much more fun
</content>
</entry>
<entry>
<title>Add AreaStore custom ID API</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-31T00:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=3ce6642a26d43fd368c24cdfc5460557258fb44f'/>
<id>urn:sha1:3ce6642a26d43fd368c24cdfc5460557258fb44f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement AreaStore serialization</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-30T23:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=821551a2669123ac9a476894d65b5efe10026040'/>
<id>urn:sha1:821551a2669123ac9a476894d65b5efe10026040</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SpatialAreaStore not freeing removed areas</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-30T14:26:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=c4b7afed7ed12f8d5894c1a5dd15ea376af06da6'/>
<id>urn:sha1:c4b7afed7ed12f8d5894c1a5dd15ea376af06da6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add basic AreaStore method documentation</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-30T05:25:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=8ae1e1f4d29342d5d95648f7be1c8fe7f36eda52'/>
<id>urn:sha1:8ae1e1f4d29342d5d95648f7be1c8fe7f36eda52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Sort AreaStore header</title>
<updated>2016-03-07T21:33:20+00:00</updated>
<author>
<name>ShadowNinja</name>
<email>shadowninja@minetest.net</email>
</author>
<published>2015-10-30T04:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=6e9d71342a1d8d928d88bb3dfd1575a0dcf1e44a'/>
<id>urn:sha1:6e9d71342a1d8d928d88bb3dfd1575a0dcf1e44a</id>
<content type='text'>
</content>
</entry>
</feed>
