<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/servers/physics_2d_server.cpp, branch 1.1-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/servers/physics_2d_server.cpp?h=1.1-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/servers/physics_2d_server.cpp?h=1.1-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-05-03T19:47:21Z</updated>
<entry>
<title>-new collision layer &amp; mask system for 2D, for more flexible collision masking</title>
<updated>2015-05-03T19:47:21Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-03T19:47:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=af068439829a3fec3a76c4c5d4dd2dba71ab6c5f'/>
<id>urn:sha1:af068439829a3fec3a76c4c5d4dd2dba71ab6c5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Fixes from source code analyzizer, closes #1768</title>
<updated>2015-05-01T13:44:08Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-01T13:44:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4804462ee06c1b3e2d1b50b857ce8693d3c0936d'/>
<id>urn:sha1:4804462ee06c1b3e2d1b50b857ce8693d3c0936d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Rewritten KinematicBody2D::move to MUCH more efficient code.</title>
<updated>2015-04-19T23:50:55Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-19T23:50:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=28c4afeb5733f9ca9725ab2a5f4066af8e02b2a6'/>
<id>urn:sha1:28c4afeb5733f9ca9725ab2a5f4066af8e02b2a6</id>
<content type='text'>
-KinematicBody2D::move now properly recognizes collision exceptions and masks, fixes #1649
-Removed object type masking for KinematicBody2D
-Added a test_motion() function to RigidBody2D, allowing simlar behavior to KinematicBody2D::move there.
</content>
</entry>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes/cleans up</title>
<updated>2015-03-22T12:40:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-22T12:40:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=dac2017dee8a58c85b8b3218a779260d3b5f4072'/>
<id>urn:sha1:dac2017dee8a58c85b8b3218a779260d3b5f4072</id>
<content type='text'>
-input now correctly works when using viewport scaling
-added function to get areas/bodies in given point
-added function to get space state directly from world
</content>
</entry>
<entry>
<title>-Add support for one-way collision in 2D (only works for kinematic body so far)</title>
<updated>2015-01-14T00:19:11Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-14T00:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9012cd408e240d6039120e56fdd47a0983890993'/>
<id>urn:sha1:9012cd408e240d6039120e56fdd47a0983890993</id>
<content type='text'>
-Solve drawing order bug introduced in previous commit: solves #1214
</content>
</entry>
<entry>
<title>-begin work on unidirectional collision detection</title>
<updated>2015-01-13T13:49:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-13T13:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2ef5a342e34df3863ac512bb3673eba28f15e9f4'/>
<id>urn:sha1:2ef5a342e34df3863ac512bb3673eba28f15e9f4</id>
<content type='text'>
-fixed performance issue in new 2D engine
-texscreen() working in shader 2D
</content>
</entry>
<entry>
<title>Changes to 2D physics engine</title>
<updated>2015-01-05T21:37:12Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-05T21:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b51f64571151cad5da8e5ed20ef52a8b0ffc3534'/>
<id>urn:sha1:b51f64571151cad5da8e5ed20ef52a8b0ffc3534</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-Removed "density" property
-Added instead more flexible "angular damp" and "linear damp"
-Added ability to override angular and linear damp in rigidbody
-Added gravity scale option rigidbody

Test well and iron out bugs, when it works the same will be moved to 3D
</content>
</entry>
<entry>
<title>3D Import Import &amp; UDP</title>
<updated>2014-11-12T14:23:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-12T14:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6dd8768811cfca5bb831619d93cf870e5d20667f'/>
<id>urn:sha1:6dd8768811cfca5bb831619d93cf870e5d20667f</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-

-Animation Import filter support
-Animation Clip import support
-Animation Optimizer Fixes, Improvements and Visibile Options
-Extremely Experimental UDP support.
</content>
</entry>
<entry>
<title>Fix some more incorrect bindings</title>
<updated>2014-10-26T14:07:54Z</updated>
<author>
<name>Gerold31</name>
</author>
<published>2014-10-26T14:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6532aa627cd6a4b1f590dcf1d91c03a3860ce889'/>
<id>urn:sha1:6532aa627cd6a4b1f590dcf1d91c03a3860ce889</id>
<content type='text'>
</content>
</entry>
</feed>
