<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript/gd_tokenizer.cpp, branch 2.0.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-04-02T20:03:48Z</updated>
<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>Removed GDScript "function" keyword</title>
<updated>2016-01-13T20:59:39Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2016-01-13T20:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0426806ebf6642de2a122a2ac8ecb3520cd2d8a4'/>
<id>urn:sha1:0426806ebf6642de2a122a2ac8ecb3520cd2d8a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added missing onready token name</title>
<updated>2016-01-07T17:59:37Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2016-01-07T17:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d50e8d2bad0dc043c72ede705a849cce1cf761ad'/>
<id>urn:sha1:d50e8d2bad0dc043c72ede705a849cce1cf761ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added var2bytes and bytes2var to convet any variable to bytes and back. Closes #2075</title>
<updated>2016-01-03T00:07:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-03T00:07:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=23441ec8676f6d804692fe1e49e7fea2bec55341'/>
<id>urn:sha1:23441ec8676f6d804692fe1e49e7fea2bec55341</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PI is now a built-in constant, fixes #2134</title>
<updated>2016-01-02T20:56:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-02T20:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=61745855d0bb309cb0ebcd2d92fc15f7f6fb1840'/>
<id>urn:sha1:61745855d0bb309cb0ebcd2d92fc15f7f6fb1840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-properly handle newline in \ (line continuation) in gdscript, fixes #2112</title>
<updated>2016-01-02T16:56:58Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-02T16:56:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0e0a7c9494622543e4ca2a865f3784babc4a2a78'/>
<id>urn:sha1:0e0a7c9494622543e4ca2a865f3784babc4a2a78</id>
<content type='text'>
-also fix a small crash in export detection with scripts that include themselves
</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>small fixes to color8</title>
<updated>2015-12-31T21:32:56Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-31T21:32:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=64872ca8112f5b9c726914c51922e2c4e5c8f667'/>
<id>urn:sha1:64872ca8112f5b9c726914c51922e2c4e5c8f667</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-add breakpoint statement to ease with debugging, closes #3165</title>
<updated>2015-12-29T15:11:21Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-29T15:11:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7d2d1442f83e6a7a57a1823a6cf5af53e5419d5f'/>
<id>urn:sha1:7d2d1442f83e6a7a57a1823a6cf5af53e5419d5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.</title>
<updated>2015-12-28T22:32:51Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-28T22:31:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=30c12297dc6df7d35df140475c0cec7308aea77a'/>
<id>urn:sha1:30c12297dc6df7d35df140475c0cec7308aea77a</id>
<content type='text'>
</content>
</entry>
</feed>
