<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/servers/physics_2d/collision_object_2d_sw.cpp, branch 2.1.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/servers/physics_2d/collision_object_2d_sw.cpp?h=2.1.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/servers/physics_2d/collision_object_2d_sw.cpp?h=2.1.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-01-12T18:15:30Z</updated>
<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>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>-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>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>input events on Area2D is now supported</title>
<updated>2015-03-22T04:46:18Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-22T04:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c6c72a3c37a44964ec8e6b3353f78635bf588eab'/>
<id>urn:sha1:c6c72a3c37a44964ec8e6b3353f78635bf588eab</id>
<content type='text'>
also added a demo showing how this works
</content>
</entry>
<entry>
<title>-added custom metadata to physics shapes (2D only for now)</title>
<updated>2014-10-16T03:06:34Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-16T03:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=371eac9beffdfe416b8555ee006baf0ffae2bef3'/>
<id>urn:sha1:371eac9beffdfe416b8555ee006baf0ffae2bef3</id>
<content type='text'>
-gizmos are not displayed in camera preview
</content>
</entry>
<entry>
<title>A bit of everything:</title>
<updated>2014-05-14T04:22:15Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-05-14T04:22:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b324ff7ea584676fcc3292808d7e7ea609982f8e'/>
<id>urn:sha1:b324ff7ea584676fcc3292808d7e7ea609982f8e</id>
<content type='text'>
-IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM.
-New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally.
-Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept.
-Several fixes and improvements to SurfaceTool.
-Anti Aliasing added to WorldEnvironment effects (using FXAA)
-2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which.
-2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before)
-Viewport render target textures can now be filtered.
-Few fixes in GDscript make it easier to work with static functions and class members.
-Several and many bugfixes.
</content>
</entry>
<entry>
<title>-added kinematic body</title>
<updated>2014-02-22T23:28:19Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-22T23:28:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7ca29bfaa7a23d06374c2456e0360c911bd9aa3e'/>
<id>urn:sha1:7ca29bfaa7a23d06374c2456e0360c911bd9aa3e</id>
<content type='text'>
-added kinematic body demos
</content>
</entry>
<entry>
<title>-improved physics ccd</title>
<updated>2014-02-19T14:57:14Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-19T14:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d7d65fa2f2b51d03f7bdfcbceedca99188ce979c'/>
<id>urn:sha1:d7d65fa2f2b51d03f7bdfcbceedca99188ce979c</id>
<content type='text'>
-html5 exporter works again
-disable repeat on image loader by default
-can change shape offset en tileset, texture offset was broken
</content>
</entry>
<entry>
<title>GODOT IS OPEN SOURCE</title>
<updated>2014-02-10T01:10:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-10T01:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac'/>
<id>urn:sha1:0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac</id>
<content type='text'>
</content>
</entry>
</feed>
