<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/regex/doc_classes, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-27T12:40:49Z</updated>
<entry>
<title>doc: Remove status from hardcoded version string</title>
<updated>2018-02-27T12:40:49Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-02-27T12:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3fa77b3172c1c69b7bee9cdba4085c8947590e95'/>
<id>urn:sha1:3fa77b3172c1c69b7bee9cdba4085c8947590e95</id>
<content type='text'>
It has no practical use case and just generates noise for each alpha, beta, etc.
</content>
</entry>
<entry>
<title>Fix typos with codespell</title>
<updated>2018-02-21T18:46:06Z</updated>
<author>
<name>luz.paz</name>
</author>
<published>2018-02-21T16:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5'/>
<id>urn:sha1:612ab4bbc6f2396f4dcd68c3f142f7dfa2f5f0a5</id>
<content type='text'>
Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt`
Whitelist consists of:
```
ang
doubleclick
lod
nd
que
te
unselect
```
</content>
</entry>
<entry>
<title>doc: Update version string in header</title>
<updated>2018-02-19T09:46:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-02-19T09:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3c7a39b40cf8b5113f8bf43d713e412632543f8f'/>
<id>urn:sha1:3c7a39b40cf8b5113f8bf43d713e412632543f8f</id>
<content type='text'>
</content>
</entry>
<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>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>
</feed>
