<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/2d/tile_map.cpp, branch 2.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/scene/2d/tile_map.cpp?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/2d/tile_map.cpp?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-20T13:02:14Z</updated>
<entry>
<title>-Change link to new documentation</title>
<updated>2016-02-20T13:02:14Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-20T13:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb'/>
<id>urn:sha1:70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb</id>
<content type='text'>
-fixed bug in tilemap collision debug
</content>
</entry>
<entry>
<title>Bind method is_cell_transposed</title>
<updated>2016-02-15T22:30:52Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-15T22:22:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=54399378993f768617e0cae469d647606cc28042'/>
<id>urn:sha1:54399378993f768617e0cae469d647606cc28042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added get_cellv() method to TileMap</title>
<updated>2016-02-06T12:48:41Z</updated>
<author>
<name>Johan Manuel</name>
</author>
<published>2016-02-06T12:27:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a634fc7a4a4a413666569d5c26562d5ee982ba3f'/>
<id>urn:sha1:a634fc7a4a4a413666569d5c26562d5ee982ba3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TileMap: Properly flip/rotate tiles with non-square region</title>
<updated>2016-01-04T14:28:11Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2016-01-04T14:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a9dbe83155ec707f87f5eb6fae782e4947d84aa5'/>
<id>urn:sha1:a9dbe83155ec707f87f5eb6fae782e4947d84aa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TileMap: Consider texture offset for rotated tiles</title>
<updated>2016-01-02T17:17:20Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2016-01-02T17:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e22e0cecf7bdf7f16956e4657df4b6de77bdee24'/>
<id>urn:sha1:e22e0cecf7bdf7f16956e4657df4b6de77bdee24</id>
<content type='text'>
</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>-Make tilemap able to change light mask, fixes #2557</title>
<updated>2015-12-29T17:47:13Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-29T17:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5063cd7757191d62355f4d1a7bb16abc288f9212'/>
<id>urn:sha1:5063cd7757191d62355f4d1a7bb16abc288f9212</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-renamed function get_relative_transform() to get_relative_transform_to_parent(), makes more sense</title>
<updated>2015-12-29T00:05:57Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-29T00:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f7b64a62d115d4955a47ea6735960f535ed8133c'/>
<id>urn:sha1:f7b64a62d115d4955a47ea6735960f535ed8133c</id>
<content type='text'>
-fixed newly introduced bug in onready keyword, fixes #3155
</content>
</entry>
<entry>
<title>ability to set occluder mask in tilemap, fixes #3025</title>
<updated>2015-12-12T13:45:31Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-12T13:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ec8f0d7eb9a5d5842e54618a4f4f31952a1d1ede'/>
<id>urn:sha1:ec8f0d7eb9a5d5842e54618a4f4f31952a1d1ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-collision debug is shown above all else, fixes #2985</title>
<updated>2015-12-12T11:11:36Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-12T11:11:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9251298f46537cde669e66ed740c9987678c4617'/>
<id>urn:sha1:9251298f46537cde669e66ed740c9987678c4617</id>
<content type='text'>
</content>
</entry>
</feed>
