<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src, branch v0.12.0-alpha.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>Fix some solver issues</title>
<updated>2022-01-16T15:52:40+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-16T15:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0703e5527fd95d86bb6621e61dbcb1a6e7f9329a'/>
<id>0703e5527fd95d86bb6621e61dbcb1a6e7f9329a</id>
<content type='text'>
- Fix the wrong codepath taken  by the solver for contacts involving a collider without parent.
- Properly adress the non-linear treatment of the friction direction
- Simplify the sleeping strategy
- Add an impulse resolution multiplier</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix the wrong codepath taken  by the solver for contacts involving a collider without parent.
- Properly adress the non-linear treatment of the friction direction
- Simplify the sleeping strategy
- Add an impulse resolution multiplier</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #276 from dimforge/lock-translation-axis</title>
<updated>2022-01-16T15:52:19+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-16T15:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=4454a845e98b990abf3929ca46b59d0fca5a18ec'/>
<id>4454a845e98b990abf3929ca46b59d0fca5a18ec</id>
<content type='text'>
Allow locking individual translational axes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow locking individual translational axes</pre>
</div>
</content>
</entry>
<entry>
<title>Fix parallel build.</title>
<updated>2022-01-16T15:37:44+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-16T15:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=8213e92f146fab618a406e0f8fed8a15ebd9228c'/>
<id>8213e92f146fab618a406e0f8fed8a15ebd9228c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #270 from tjamaan/fix_RigidBodyVelocity_rotation_center</title>
<updated>2022-01-10T19:38:43+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-10T19:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0ccd15c4b1f57d6c85a1727a55ed991c835690f5'/>
<id>0ccd15c4b1f57d6c85a1727a55ed991c835690f5</id>
<content type='text'>
fix the parameter used for local center of mass</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix the parameter used for local center of mass</pre>
</div>
</content>
</entry>
<entry>
<title>Allow locking individual translational axes</title>
<updated>2022-01-09T21:15:36+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-09T21:15:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b631fe9193a2e769e5ca1c5c8c4ac9843da870ac'/>
<id>b631fe9193a2e769e5ca1c5c8c4ac9843da870ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Address issues with the genral-case for multibody joints</title>
<updated>2022-01-08T20:09:11+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-08T20:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=87ec0ced4031633e9084ee2f60d47c4cd57f7f7b'/>
<id>87ec0ced4031633e9084ee2f60d47c4cd57f7f7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary comment</title>
<updated>2022-01-08T18:37:13+00:00</updated>
<author>
<name>Turki Jamaan</name>
<email>22967219+tjamaan@users.noreply.github.com</email>
</author>
<published>2022-01-08T18:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=367fc3405f5b43af90527c9710a47b8b88185001'/>
<id>367fc3405f5b43af90527c9710a47b8b88185001</id>
<content type='text'>
Co-authored-by: Sébastien Crozet &lt;sebastien@crozet.re&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Sébastien Crozet &lt;sebastien@crozet.re&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>fix the parameter used for local center of mass</title>
<updated>2022-01-08T17:04:22+00:00</updated>
<author>
<name>Turki Jamaan</name>
<email>22967219+tjamaan@users.noreply.github.com</email>
</author>
<published>2022-01-08T17:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e41fccb9fb0069c8083f34b488f35242e453307e'/>
<id>e41fccb9fb0069c8083f34b488f35242e453307e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #267 from dimforge/multibody</title>
<updated>2022-01-02T17:05:50+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-02T17:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=1308db89948bc62fb865b32f832f19268f23dd23'/>
<id>1308db89948bc62fb865b32f832f19268f23dd23</id>
<content type='text'>
Implement multibody joints, and new velocity-based constraints solver</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement multibody joints, and new velocity-based constraints solver</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2022-01-02T16:43:38+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-01-02T16:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9f9d3293605fa84555c08bec5efe68a71cd18432'/>
<id>9f9d3293605fa84555c08bec5efe68a71cd18432</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
