<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/ustring.h, branch 2.0.3-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/core/ustring.h?h=2.0.3-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/ustring.h?h=2.0.3-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-05-12T07:04:59Z</updated>
<entry>
<title>Added possibility to strip left and right to strip_edges (#4594)</title>
<updated>2016-05-12T07:04:59Z</updated>
<author>
<name>Mattias Cibien</name>
</author>
<published>2016-05-11T07:22:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c575f31d5d601eecd85594c079bce9542a30559d'/>
<id>urn:sha1:c575f31d5d601eecd85594c079bce9542a30559d</id>
<content type='text'>
(cherry picked from commit 49c473bb365054969687f14ed0b55bfe3b06e637)
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-04-02T20:03:48Z</updated>
<author>
<name>Hubert Jarosz</name>
</author>
<published>2016-03-08T23:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=424a1046664eb1dc8138ccb886ba1c1967c3caa4'/>
<id>urn:sha1:424a1046664eb1dc8138ccb886ba1c1967c3caa4</id>
<content type='text'>
(cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)
</content>
</entry>
<entry>
<title>Fixed String::camelcase_to_underscore() so it works in all cases. Fixes PR #1650</title>
<updated>2016-02-17T18:26:22Z</updated>
<author>
<name>Julian Murgia - StraToN</name>
</author>
<published>2016-02-17T18:26:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7b47153072eca95c0becf1dc735637d228b4e427'/>
<id>urn:sha1:7b47153072eca95c0becf1dc735637d228b4e427</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added a new function to escape properly json, fixes #3282</title>
<updated>2016-01-10T18:01:06Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-10T18:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4fdab4f555f3f7e1d3b070244d88ce18c3282a15'/>
<id>urn:sha1:4fdab4f555f3f7e1d3b070244d88ce18c3282a15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs and speeds up. Closes #2040</title>
<updated>2016-01-03T20:14:28Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-03T20:14:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e8fbf39f886b2b5dbf5e14f07cd1dbefe8d48bf4'/>
<id>urn:sha1:e8fbf39f886b2b5dbf5e14f07cd1dbefe8d48bf4</id>
<content type='text'>
-Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes the make_doc.sh, &lt;, &gt; and &amp; signs in descriptions that cause the parser to break.</title>
<updated>2015-11-19T11:01:42Z</updated>
<author>
<name>Aren Villanueva</name>
</author>
<published>2015-11-18T11:33:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5c7e9e7e633088fae7e9c9e30c3814a1b2a7207c'/>
<id>urn:sha1:5c7e9e7e633088fae7e9c9e30c3814a1b2a7207c</id>
<content type='text'>
Documentation for HTTPClient.
Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages.
String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method.
</content>
</entry>
<entry>
<title>Show documentation for properties on hover.</title>
<updated>2015-08-26T02:00:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-08-26T02:00:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d50921b55089e0396ee5f11675b6093dd49b7cbb'/>
<id>urn:sha1:d50921b55089e0396ee5f11675b6093dd49b7cbb</id>
<content type='text'>
This works if the property has been documented (about half are at this point)
</content>
</entry>
<entry>
<title>Several performance improvements, mainly in loading and instancing scenes and resources.</title>
<updated>2015-06-29T03:29:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-29T03:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=95047562d743b1c1fdc007432c8a0c145a455c5d'/>
<id>urn:sha1:95047562d743b1c1fdc007432c8a0c145a455c5d</id>
<content type='text'>
A general speedup should be apparent, with even more peformance increase when compiling optimized.

WARNING: Tested and it seems to work, but if something breaks, please report.
</content>
</entry>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
</feed>
