<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/pipeline, branch v0.4.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>Properly track some user-initiatied rigid-body modifications.</title>
<updated>2020-11-25T15:28:49+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-25T15:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=2d4e14b869bd8d0b2eb6629b7b10719d657d2be8'/>
<id>2d4e14b869bd8d0b2eb6629b7b10719d657d2be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the narrow-phase graph indices from the collider.</title>
<updated>2020-11-23T14:56:53+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-19T10:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=af39ec54d35b8c3777add6b6a597e5963067234d'/>
<id>af39ec54d35b8c3777add6b6a597e5963067234d</id>
<content type='text'>
They are on the narrow-phase now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They are on the narrow-phase now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add explicit wake_up parameter to method setting the position and velocity of a rigid-body.</title>
<updated>2020-11-19T17:13:39+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-19T17:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5ce36065829cdc23334bbb6ca6c0d83f7de1ece8'/>
<id>5ce36065829cdc23334bbb6ca6c0d83f7de1ece8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Clone for everything that can be cloned.</title>
<updated>2020-11-03T13:43:21+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-03T13:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0cf59d78bda1669226f861e438d43a08b099d747'/>
<id>0cf59d78bda1669226f861e438d43a08b099d747</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>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>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>Collider shape: use a trait-object instead of an enum.</title>
<updated>2020-10-20T09:56:09+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-20T09:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=865ce8a8e5301b23ca474adaaffe8b43e725803e'/>
<id>865ce8a8e5301b23ca474adaaffe8b43e725803e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples.</title>
<updated>2020-10-06T14:38:34+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-06T14:32:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=fc72aa6845a21b3af5d862968eddd3116036ac42'/>
<id>fc72aa6845a21b3af5d862968eddd3116036ac42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation in 2D.</title>
<updated>2020-10-06T13:49:22+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-10-06T13:49:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e87b73a2a20fee1ed333d564ba46dbf1c3ca75e2'/>
<id>e87b73a2a20fee1ed333d564ba46dbf1c3ca75e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
