<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/dynamics/ccd/toi_entry.rs, branch v0.22.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>chore: add more comments</title>
<updated>2024-06-09T10:09:58+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-06-09T08:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=edaa36ac7e702f419faab4ff1b9af858fc84177f'/>
<id>edaa36ac7e702f419faab4ff1b9af858fc84177f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: update to the latest parry api</title>
<updated>2024-05-05T14:17:39+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-05-04T15:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7565e5e4efb56bb8ba987c251b932bffc15a40c8'/>
<id>7565e5e4efb56bb8ba987c251b932bffc15a40c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix clippy and enable clippy on CI</title>
<updated>2024-01-27T16:13:08+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-01-27T15:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=da92e5c2837b27433286cf0dd9d887fd44dda254'/>
<id>da92e5c2837b27433286cf0dd9d887fd44dda254</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CCD improvements</title>
<updated>2022-05-30T16:29:18+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-05-30T16:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=6ce26f3818492682a8572c895264f1e63f94b9d5'/>
<id>6ce26f3818492682a8572c895264f1e63f94b9d5</id>
<content type='text'>
- Fix bug where the CCD thickness wasn’t initialized properly.
- Fix bug where the contact compliance would result in unwanted tunelling, despite CCD being enabled.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix bug where the CCD thickness wasn’t initialized properly.
- Fix bug where the contact compliance would result in unwanted tunelling, despite CCD being enabled.</pre>
</div>
</content>
</entry>
<entry>
<title>Finalize refactoring</title>
<updated>2022-04-20T17:02:49+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-04-20T10:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f108520b5a110cf59864abac7ac6a37e2b5a1dd9'/>
<id>f108520b5a110cf59864abac7ac6a37e2b5a1dd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ActiveCollisionTypes to easily enable collision-detection between two non-static rigid-body.</title>
<updated>2021-06-01T15:59:07+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-01T15:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7153eb7779a29853289df90f28efaac738620386'/>
<id>7153eb7779a29853289df90f28efaac738620386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CCD: take collision groups into account</title>
<updated>2021-06-01T12:56:24+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-01T12:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=dbb3c8f43b151e48619ed954b20d44dd9e5c2c55'/>
<id>dbb3c8f43b151e48619ed954b20d44dd9e5c2c55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework the event system</title>
<updated>2021-06-01T10:36:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-01T10:36:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=826ce5f014281fd04b7a18238f102f2591d0b255'/>
<id>826ce5f014281fd04b7a18238f102f2591d0b255</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split rigid-bodies and colliders into multiple components</title>
<updated>2021-04-26T16:00:50+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-04-26T15:59:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=c32da78f2a6014c491aa3e975fb83ddb7c80610e'/>
<id>c32da78f2a6014c491aa3e975fb83ddb7c80610e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.7.0</title>
<updated>2021-04-02T12:20:51+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-04-02T12:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e66740e950a075b011330497b4000114e44f120f'/>
<id>e66740e950a075b011330497b4000114e44f120f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
