<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/control, branch v0.20.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>feat: change the character controller’s solve_character_collision_impulses to take multiple CharacterCollision (#646)</title>
<updated>2024-06-09T11:20:58+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-06-09T11:20:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=8160b4ebdb06afb39f493b5c8f65d1dd280b3dfb'/>
<id>8160b4ebdb06afb39f493b5c8f65d1dd280b3dfb</id>
<content type='text'>
* character controller: solve multiple collisions

* add solve multiple collisions to changelog

* chore: apply review comments

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* character controller: solve multiple collisions

* add solve multiple collisions to changelog

* chore: apply review comments

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>chore: clippy fixes</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-05T13:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e4d6755c1513c2bb815b28ba9c173d590e7079c8'/>
<id>e4d6755c1513c2bb815b28ba9c173d590e7079c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: misc typo fixes</title>
<updated>2024-05-05T14:17:39+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-05-05T12:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=425b2fc83d403d2cf6fa5f151479a112bdd05b92'/>
<id>425b2fc83d403d2cf6fa5f151479a112bdd05b92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: rename CharacterCollision::toi to hit</title>
<updated>2024-05-05T14:17:39+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-05-05T08:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=d0866d423212be53e159c72315cec2e3dac04ac5'/>
<id>d0866d423212be53e159c72315cec2e3dac04ac5</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>feat: don’t enable character controller autostepping by default</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:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=dbefeb04186226536ec7f4f248c71f056265916a'/>
<id>dbefeb04186226536ec7f4f248c71f056265916a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix character controller getting stuck against vertical walls</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:48:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3222d67871c35de95861a0853549881b64e0c720'/>
<id>3222d67871c35de95861a0853549881b64e0c720</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some typos. (#620)</title>
<updated>2024-05-05T10:11:38+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-05-05T10:11:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7375a691e232bb59033980dc09c7179bc16e377f'/>
<id>7375a691e232bb59033980dc09c7179bc16e377f</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>feat: implement new "small-steps" solver + joint improvements</title>
<updated>2024-01-21T20:02:27+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-01-21T20:02:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9b87f06a856c4d673642e210f8b0986cfdbac3af'/>
<id>9b87f06a856c4d673642e210f8b0986cfdbac3af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
