<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/undo_redo.cpp, branch 2.1.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/undo_redo.cpp?h=2.1.3-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/undo_redo.cpp?h=2.1.3-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-04-07T22:45:24Z</updated>
<entry>
<title>Add "Godot Engine contributors" copyright line</title>
<updated>2017-04-07T22:45:24Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-04-07T22:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e9b045d9e572ff7a211b604d6400f35003bae327'/>
<id>urn:sha1:e9b045d9e572ff7a211b604d6400f35003bae327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring that Whole New World to the Old Continent too</title>
<updated>2017-03-18T23:36:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-18T23:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f8db8a3faa30b71dca33ced38be16d3f93f43e8a'/>
<id>urn:sha1:f8db8a3faa30b71dca33ced38be16d3f93f43e8a</id>
<content type='text'>
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6e3e905b94b8764e99491e608122261.
</content>
</entry>
<entry>
<title>Welcome in 2017, dear changelog reader!</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-01T21:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d8223ffa75f7028bb104001e7195233f335556f2'/>
<id>urn:sha1:d8223ffa75f7028bb104001e7195233f335556f2</id>
<content type='text'>
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!

(cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
</content>
</entry>
<entry>
<title>Implemented UndoRedo mergeable modes</title>
<updated>2016-09-01T06:41:04Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2016-08-17T20:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f9aeb9185067729b3ce7ca716f1d2d5749630667'/>
<id>urn:sha1:f9aeb9185067729b3ce7ca716f1d2d5749630667</id>
<content type='text'>
(cherry picked from commit debf574df35caf8e0880b65120e3c79c45e1c92a)
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-03-08T23:00:52Z</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=4a4f2479146aa33e235ed57cde311efda68d3c8f'/>
<id>urn:sha1:4a4f2479146aa33e235ed57cde311efda68d3c8f</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>replaced :var by :Variant in documentation, fixes #2897</title>
<updated>2015-12-14T11:28:01Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-14T11:28:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f2183a5e09cc55a91b550f0d8f45b45a93d82b29'/>
<id>urn:sha1:f2183a5e09cc55a91b550f0d8f45b45a93d82b29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Live edit WORK IN PROGRESS</title>
<updated>2015-08-02T15:30:01Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-08-02T15:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=59961c99144523d7cc2881a4abe6d0a319a975df'/>
<id>urn:sha1:59961c99144523d7cc2881a4abe6d0a319a975df</id>
<content type='text'>
1) press the heart while the game is running
2) select a scene to live edit from the opened scenes
3) edit/add/remove nodes or resources, change their properties, etc.
4) watch changes reflected in running game, in all places this scene is
edited
5) It's not perfect obviously, but the aim of it is to try to reflect
your changes as best as possible in the running game.
</content>
</entry>
<entry>
<title>small in place fixes</title>
<updated>2015-06-23T02:44:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-23T02:44:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0805e83e59a5dd245176f3ced93cf5f637496bc8'/>
<id>urn:sha1:0805e83e59a5dd245176f3ced93cf5f637496bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2144 from Krzycho666/UndoRedo_fix</title>
<updated>2015-06-23T02:42:13Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-23T02:42:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=29e644c20ad9eb19b702e839d19be4359086159f'/>
<id>urn:sha1:29e644c20ad9eb19b702e839d19be4359086159f</id>
<content type='text'>
added GDscript bidings for UndoRedo class</content>
</entry>
</feed>
