<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry, branch master</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>Update to Parry 0.18 (#770)</title>
<updated>2025-01-08T16:16:34+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2025-01-08T16:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=dc4bd24da869cfa8143c3ee9a98cdec662db289e'/>
<id>dc4bd24da869cfa8143c3ee9a98cdec662db289e</id>
<content type='text'>
* update to parry ~main

* use traverse_depth_first

* add example to test intersection

* rely on upstream PR rather than local

* re-enable profiler_ui for examples

* rely on official parry repository

* chore: switch back to the published version of parry

* chore: update changelog

* chore: remove dead code

* fix compilation of rapier3d-meshloader and rapier3d-urdf

* chore: cargo fmt

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update to parry ~main

* use traverse_depth_first

* add example to test intersection

* rely on upstream PR rather than local

* re-enable profiler_ui for examples

* rely on official parry repository

* chore: switch back to the published version of parry

* chore: update changelog

* chore: remove dead code

* fix compilation of rapier3d-meshloader and rapier3d-urdf

* chore: cargo fmt

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Profiling support (#743)</title>
<updated>2024-11-19T15:33:26+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-11-19T15:33:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=510237cc29ebc667a8c158ef0340b7d1aa669a72'/>
<id>510237cc29ebc667a8c158ef0340b7d1aa669a72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some typos. (#757)</title>
<updated>2024-11-06T08:39:22+00:00</updated>
<author>
<name>Pier Angelo Vendrame</name>
<email>PieroV@users.noreply.github.com</email>
</author>
<published>2024-11-06T08:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0d791eb794d616c983145853e9c7594baef8f66c'/>
<id>0d791eb794d616c983145853e9c7594baef8f66c</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 for feature enhanced-determinism (#739)</title>
<updated>2024-09-23T16:15:29+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-09-23T16:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9e1113c5c7e3c3a042bc5979c158e752acfeb46a'/>
<id>9e1113c5c7e3c3a042bc5979c158e752acfeb46a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve capacity handling for `ColliderSet`, `RigidBodySet`. (#726)</title>
<updated>2024-09-16T14:45:14+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-09-16T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e7e196d9f949a03ef997f0adc629344c3696b1ff'/>
<id>e7e196d9f949a03ef997f0adc629344c3696b1ff</id>
<content type='text'>
These allow an application to reduce the cost of reallocation when
they know that a large number of colliders or rigid bodies will
be created.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These allow an application to reduce the cost of reallocation when
they know that a large number of colliders or rigid bodies will
be created.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string serialization for broadphase multisap (regions) (#710)</title>
<updated>2024-08-09T15:55:43+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-08-09T15:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b66452b6c5d0834043bfe24e9b1597c0e554d40a'/>
<id>b66452b6c5d0834043bfe24e9b1597c0e554d40a</id>
<content type='text'>
* serialize regions as vec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* serialize regions as vec</pre>
</div>
</content>
</entry>
<entry>
<title>`InteractionGroups` default memberships value is now `GROUP_1` (#706)</title>
<updated>2024-08-05T16:14:44+00:00</updated>
<author>
<name>Aceeri</name>
<email>conmcclusk@gmail.com</email>
</author>
<published>2024-08-05T16:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=510686a9064d839d3ac0661852f1f0c906799d18'/>
<id>510686a9064d839d3ac0661852f1f0c906799d18</id>
<content type='text'>
Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Improve distant object panics in broad phase (#128)</title>
<updated>2024-08-05T15:19:52+00:00</updated>
<author>
<name>Ben Harper</name>
<email>github@tukom.org</email>
</author>
<published>2024-08-05T15:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=af3a26c99d0303f684eb24dbd0a6be003740adba'/>
<id>af3a26c99d0303f684eb24dbd0a6be003740adba</id>
<content type='text'>
Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CI (#707)</title>
<updated>2024-08-05T09:32:43+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-08-05T09:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7ff92b1cf5d019a0d6482eeb2438de38c1d5972e'/>
<id>7ff92b1cf5d019a0d6482eeb2438de38c1d5972e</id>
<content type='text'>
Removes dead code + other rust 1.80 related fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes dead code + other rust 1.80 related fixes</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix minor typos and tweaks (#696)</title>
<updated>2024-07-22T09:32:08+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-22T09:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7374653338cf1a2669aa8b072ff5376262149474'/>
<id>7374653338cf1a2669aa8b072ff5376262149474</id>
<content type='text'>
---------

Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
---------

Co-authored-by: Thierry Berger &lt;contact@thierryberger.com&gt;</pre>
</div>
</content>
</entry>
</feed>
