<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/regex, branch 3.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/modules/regex?h=3.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/regex?h=3.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-01-25T07:50:56Z</updated>
<entry>
<title>doc: Sync with current source</title>
<updated>2018-01-25T07:50:56Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-25T07:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d516aab8fa6b64c914082888863c5a89b3fec574'/>
<id>urn:sha1:d516aab8fa6b64c914082888863c5a89b3fec574</id>
<content type='text'>
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
</content>
</entry>
<entry>
<title>doc: Update version string in XML</title>
<updated>2018-01-13T10:43:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-13T10:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1'/>
<id>urn:sha1:e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update docs</title>
<updated>2018-01-11T22:58:22Z</updated>
<author>
<name>Bojidar Marinov</name>
</author>
<published>2018-01-11T22:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ad79c703008394a360eb9875196a9414e1c84585'/>
<id>urn:sha1:ad79c703008394a360eb9875196a9414e1c84585</id>
<content type='text'>
[ci skip]
</content>
</entry>
<entry>
<title>Bind many more properties to scripts</title>
<updated>2018-01-11T22:58:14Z</updated>
<author>
<name>Bojidar Marinov</name>
</author>
<published>2018-01-11T22:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b8e8b2220b4e2bac3310262d3d1cd7a8eb3b0a5'/>
<id>urn:sha1:9b8e8b2220b4e2bac3310262d3d1cd7a8eb3b0a5</id>
<content type='text'>
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
</content>
</entry>
<entry>
<title>Fixes RegEx::sub injecting null character (issue 15409)</title>
<updated>2018-01-07T14:00:33Z</updated>
<author>
<name>Bernhard Liebl</name>
</author>
<published>2018-01-06T23:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=57e77db0ed9680aee38e8477a950e2bc616b96c3'/>
<id>urn:sha1:57e77db0ed9680aee38e8477a950e2bc616b96c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright statements to 2018</title>
<updated>2018-01-01T13:40:47Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-01T13:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b50a9114b105dafafdda8248a38653bca314a6f3'/>
<id>urn:sha1:b50a9114b105dafafdda8248a38653bca314a6f3</id>
<content type='text'>
Happy new year to the wonderful Godot community!
</content>
</entry>
<entry>
<title>doc: Update header version for 3.0-beta</title>
<updated>2017-11-24T08:16:52Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-24T08:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bc75fae5798c85b4fb18cbcdc3fcbc45a644dae3'/>
<id>urn:sha1:bc75fae5798c85b4fb18cbcdc3fcbc45a644dae3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix class docs, improve error handling of the rst generator.</title>
<updated>2017-11-18T00:41:32Z</updated>
<author>
<name>Martin Capitanio</name>
</author>
<published>2017-11-17T16:32:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ade4f3084cd09e4b76ea3a7801a782aa1c49a1e8'/>
<id>urn:sha1:ade4f3084cd09e4b76ea3a7801a782aa1c49a1e8</id>
<content type='text'>
The rst-generator gives you now a hint what's going on:
Bad reference: 'method.RegEx.search_all' in file: ../modules/regex/doc_classes/RegExMatch.xml

grep 'method.RegEx.search_all' ../modules/regex/doc_classes/RegExMatch.xml
	Contains the results of a single regex match returned by [method RegEx.search]
	and [method.RegEx.search_all]. It can be used to find the position and range of the match
	and its capturing groups, and it can extract its sub-string for you.
</content>
</entry>
<entry>
<title>doc: Make all module docs self-contained</title>
<updated>2017-11-15T20:29:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-15T18:23:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=677e95d8d189a62e6473b43989012a8258f193a4'/>
<id>urn:sha1:677e95d8d189a62e6473b43989012a8258f193a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added RegEx.search_all() for multiple matches</title>
<updated>2017-11-14T05:04:25Z</updated>
<author>
<name>Zher Huei Lee</name>
</author>
<published>2017-11-11T00:07:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2eba585d38d29b9ee31f8132fca912d0f26d8154'/>
<id>urn:sha1:2eba585d38d29b9ee31f8132fca912d0f26d8154</id>
<content type='text'>
And updated the docs
</content>
</entry>
</feed>
