<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src, branch v0.11.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/'/>
<entry>
<title>Make the 2D add-remove demo more intereting.</title>
<updated>2021-09-12T08:49:09+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-09-12T07:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=d858ae4c4e04d37c6b5a2e37d10c55bf2f239714'/>
<id>d858ae4c4e04d37c6b5a2e37d10c55bf2f239714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broad-phase bug that could result in missed collision pairs when an object leaves then re-enter a region</title>
<updated>2021-09-12T08:49:09+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-09-12T07:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5e133aac92ee5376131d0449daef2ae32e8f2848'/>
<id>5e133aac92ee5376131d0449daef2ae32e8f2848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix velocity computation for position-based kinematic bodies</title>
<updated>2021-09-12T08:49:09+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-09-12T07:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b364a2b052f6a846e0d040a756c13ee6a7f5ced8'/>
<id>b364a2b052f6a846e0d040a756c13ee6a7f5ced8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify coordinate space of TOI query results</title>
<updated>2021-08-30T08:12:59+00:00</updated>
<author>
<name>Benjamin Saunders</name>
<email>ben.e.saunders@gmail.com</email>
</author>
<published>2021-08-28T20:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=291be142a51a57351f2e4e00a889ac059597bbad'/>
<id>291be142a51a57351f2e4e00a889ac059597bbad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug with colliders without rigid bodies</title>
<updated>2021-08-26T08:29:24+00:00</updated>
<author>
<name>Kane Rogers</name>
<email>kane.m.rogers@gmail.com</email>
</author>
<published>2021-08-25T05:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3f223aaf9e8334893e6ed0ca1e9e72604f5ab35d'/>
<id>3f223aaf9e8334893e6ed0ca1e9e72604f5ab35d</id>
<content type='text'>
- When `NarrowPhase` adds a collision pair, it checks to make sure that they don't have the same parent
- In the case where the colliders have no parents (eg. they are not attached to a `RigidBody`) this yields a false positive.
- The fix is to ensure that colliders have a parent before ignoring the pair.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When `NarrowPhase` adds a collision pair, it checks to make sure that they don't have the same parent
- In the case where the colliders have no parents (eg. they are not attached to a `RigidBody`) this yields a false positive.
- The fix is to ensure that colliders have a parent before ignoring the pair.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to nalgebra 0.29</title>
<updated>2021-08-08T17:19:16+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-08T16:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=57aec69c1e4fef251825011d9bcf7c32ccb177f7'/>
<id>57aec69c1e4fef251825011d9bcf7c32ccb177f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings.</title>
<updated>2021-08-08T16:38:12+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-08T09:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=13aebc424233278d6984fceb2c776046c13f5259'/>
<id>13aebc424233278d6984fceb2c776046c13f5259</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run cargo fmt</title>
<updated>2021-08-08T16:38:12+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-07T19:40:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=16af01da42a5641a342f56f9e1faba619ffe72f5'/>
<id>16af01da42a5641a342f56f9e1faba619ffe72f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 2D ball joint limits.</title>
<updated>2021-08-08T16:38:12+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-07T19:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=eb8f6d360dcd59cacf594b30934f183b96595d08'/>
<id>eb8f6d360dcd59cacf594b30934f183b96595d08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement limits for ball joints.</title>
<updated>2021-08-08T16:38:12+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-08-07T16:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f7643272f40fa5776ce21a5ccdb43101d987030e'/>
<id>f7643272f40fa5776ce21a5ccdb43101d987030e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
