<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src, branch v0.3.0</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>Fix performance regression due to sleeping objects pairs no longer being ignored by the narrow-phase.</title>
<updated>2020-10-27T16:17:14+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T16:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=74f0297221607e1929db75e79089d7cb75558dfe'/>
<id>74f0297221607e1929db75e79089d7cb75558dfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ContactPairFilter: don't overwrite the effect of the solver groups.</title>
<updated>2020-10-27T15:49:24+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T15:48:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3bfa4079999f6c886e692de256abf51e4506a2b1'/>
<id>3bfa4079999f6c886e692de256abf51e4506a2b1</id>
<content type='text'>
This is more consistent with the fact that the effect of collision groups is not overwritten either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is more consistent with the fact that the effect of collision groups is not overwritten either.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename SolverFlags::COMPUTE_FORCES to SolverFlags::COMPUTE_IMPULSES.</title>
<updated>2020-10-27T15:21:33+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T15:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=24bd97636e890195c8a72f8e265809bbae44ab13'/>
<id>24bd97636e890195c8a72f8e265809bbae44ab13</id>
<content type='text'>
This is closer to what the solver actually does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is closer to what the solver actually does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added user-implementable traits for collision/proximity pair filtering.</title>
<updated>2020-10-27T15:12:40+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T15:11:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cc44b65094766aab40561f22431a95877ed5ff11'/>
<id>cc44b65094766aab40561f22431a95877ed5ff11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore the code block in the InteractionGroups doc.</title>
<updated>2020-10-27T14:05:10+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T14:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7cafc5471c7fb22b4034b8fe90e848cd0912204d'/>
<id>7cafc5471c7fb22b4034b8fe90e848cd0912204d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Take collision groups into account for ray-casting.</title>
<updated>2020-10-27T13:35:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T13:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b4d322a6ca8dc363c5085ba5539281d50be7a525'/>
<id>b4d322a6ca8dc363c5085ba5539281d50be7a525</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Take the solver flags into account when collecting contact manifolds to solve.</title>
<updated>2020-10-27T13:35:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T13:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5a5ba9cf5992a71f8bbdf594d17f0385bf7f86ba'/>
<id>5a5ba9cf5992a71f8bbdf594d17f0385bf7f86ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a construstructor to InteractionGroups + make its methods const.</title>
<updated>2020-10-27T13:35:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T13:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=2509e42d7b7e1bed2f1dca1f9eac8c6484fadf25'/>
<id>2509e42d7b7e1bed2f1dca1f9eac8c6484fadf25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add solver flags for controlling whether or not some contacts should be taken into account by the constraints solver.</title>
<updated>2020-10-27T13:35:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T12:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cb6a7ff9468347735ef63db9a9e38faeb476981b'/>
<id>cb6a7ff9468347735ef63db9a9e38faeb476981b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add collision groups to filter collision pairs.</title>
<updated>2020-10-27T13:35:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-27T11:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3def91d62eba6ca2486fdaa386f78d82923c705a'/>
<id>3def91d62eba6ca2486fdaa386f78d82923c705a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
