<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry, branch bevy-glam</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: start experimenting with a glam/bevy version</title>
<updated>2024-03-17T20:24:28+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-03-17T20:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ecd308338b189ab569816a38a03e3f8b89669dde'/>
<id>ecd308338b189ab569816a38a03e3f8b89669dde</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!: rename narrow-phase methods for more clarity.</title>
<updated>2024-01-24T21:51:30+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-01-24T21:51:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=46b244167ce3a63331b2526689a3bc3d7faafde0'/>
<id>46b244167ce3a63331b2526689a3bc3d7faafde0</id>
<content type='text'>
Renames `contacts_with` to`contact_pairs_with`; and `intersections_with` to `intersection_pairs_with`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renames `contacts_with` to`contact_pairs_with`; and `intersections_with` to `intersection_pairs_with`.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: re-export BoundingVolume, RayCast, PointQuery, PointQueryWithlocation from parry.</title>
<updated>2024-01-24T21:50:07+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>sebcrozet@dimforge.com</email>
</author>
<published>2024-01-24T21:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5bf398389449978ae168bf26be76726472253fb2'/>
<id>5bf398389449978ae168bf26be76726472253fb2</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>
<entry>
<title>cargo fmt</title>
<updated>2023-10-29T17:00:52+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2023-10-29T17:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=bc287a9895b354c44542852c92465d4d15d5142f'/>
<id>bc287a9895b354c44542852c92465d4d15d5142f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix enabling disabled collider</title>
<updated>2023-10-18T13:08:41+00:00</updated>
<author>
<name>Rafal Harabien</name>
<email>rafal.harabien@allegro.com</email>
</author>
<published>2023-10-18T13:08:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=94829fd8525fd19e3acaefac57b2f62e18b77dec'/>
<id>94829fd8525fd19e3acaefac57b2f62e18b77dec</id>
<content type='text'>
If collider was enabled and no other attributes were changed its collisions
were not detected. This was the result of `needs_broad_phase_update` function
not handling case of changed enabled status.
Fixes dimforge/bevy_rapier#435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If collider was enabled and no other attributes were changed its collisions
were not detected. This was the result of `needs_broad_phase_update` function
not handling case of changed enabled status.
Fixes dimforge/bevy_rapier#435
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #520 from waywardmonkeys/doc-fixes</title>
<updated>2023-09-09T10:56:46+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2023-09-09T10:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=50b838381b8c3da8dbb0346b5baed54da66943b2'/>
<id>50b838381b8c3da8dbb0346b5baed54da66943b2</id>
<content type='text'>
docs: Minor fixes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docs: Minor fixes.</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Expand "wrt" to "with respect to".</title>
<updated>2023-08-28T04:13:27+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2023-08-28T04:13:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b9b5b58f615a7e97dafa251b1f43e74e81b33fe0'/>
<id>b9b5b58f615a7e97dafa251b1f43e74e81b33fe0</id>
<content type='text'>
This makes things more clear as this abbreviation isn't known
to everyone.

While the trailing period is common in French, it isn't in English
(one might use "w.r.t.").

Fixes #498.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes things more clear as this abbreviation isn't known
to everyone.

While the trailing period is common in French, it isn't in English
(one might use "w.r.t.").

Fixes #498.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Minor fixes.</title>
<updated>2023-08-28T04:05:45+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2023-08-28T04:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=4c2d18a0cd2da342c94e4374d68a010d590a98f7'/>
<id>4c2d18a0cd2da342c94e4374d68a010d590a98f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
