<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/plugins/animation_player_editor_plugin.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/tools/editor/plugins/animation_player_editor_plugin.cpp?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/animation_player_editor_plugin.cpp?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-21T14:52:11Z</updated>
<entry>
<title>-fixed a crash when closing scene with animationplayer open</title>
<updated>2016-02-21T14:52:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-21T14:52:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=499308e48265bea0cf92570c3e3b36dadf7c71d2'/>
<id>urn:sha1:499308e48265bea0cf92570c3e3b36dadf7c71d2</id>
<content type='text'>
-removed item checked print, closes #3564
</content>
</entry>
<entry>
<title>AnimationPlayer frame SpinBox snaps to steps.</title>
<updated>2016-02-09T20:02:57Z</updated>
<author>
<name>Josh Grams</name>
</author>
<published>2016-02-09T20:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5317ca4c622888c785da982b257ef5397ba7bb12'/>
<id>urn:sha1:5317ca4c622888c785da982b257ef5397ba7bb12</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-make animationplayer thinner, also toolbuttons too. fixes #3526</title>
<updated>2016-02-02T21:22:37Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-02T21:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=857edbea1ce30b9a0aecb7aa6082e263b41e393f'/>
<id>urn:sha1:857edbea1ce30b9a0aecb7aa6082e263b41e393f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix animation toolbar</title>
<updated>2016-01-27T14:10:51Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2016-01-27T14:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9f5d537993c81d98f8c5848279f9ce89661bfc85'/>
<id>urn:sha1:9f5d537993c81d98f8c5848279f9ce89661bfc85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fixes a bunch of stdout errors, closes #2763 closes #2731</title>
<updated>2016-01-23T22:51:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-23T22:51:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6c27df8df609337867c108c5adb66174393e190b'/>
<id>urn:sha1:6c27df8df609337867c108c5adb66174393e190b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Massive editor dialog cleanup</title>
<updated>2016-01-17T23:03:57Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-17T23:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=74a48a0140262ebd3a818a75b7d102cf0fe2eeae'/>
<id>urn:sha1:74a48a0140262ebd3a818a75b7d102cf0fe2eeae</id>
<content type='text'>
-Added a bottom menu list
</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>-Display on animation editor which keys are invalid and which tracks are unresolved</title>
<updated>2015-12-05T17:18:22Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-12-05T17:18:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=200b7bb87c3d8d8b2011b08ed4bd7b034ceb452f'/>
<id>urn:sha1:200b7bb87c3d8d8b2011b08ed4bd7b034ceb452f</id>
<content type='text'>
-Added a tool to clean up unresolved tracks and unused keys
</content>
</entry>
<entry>
<title>Merge pull request #2716 from SaracenOne/animation_saving_fix</title>
<updated>2015-11-18T22:35:57Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-11-18T22:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fce4c6eecbb094d3e64fc6b3ffa3b0b292fc4f0e'/>
<id>urn:sha1:fce4c6eecbb094d3e64fc6b3ffa3b0b292fc4f0e</id>
<content type='text'>
Added missing saving support to animation editor.</content>
</entry>
<entry>
<title>Added missing saving support to animation editor.</title>
<updated>2015-11-02T16:17:14Z</updated>
<author>
<name>Saracen</name>
</author>
<published>2015-10-19T19:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=56b7567b55df24ef0e78ecea6d2eea427d0ed066'/>
<id>urn:sha1:56b7567b55df24ef0e78ecea6d2eea427d0ed066</id>
<content type='text'>
</content>
</entry>
</feed>
