<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/pipeline, 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>clippy: Fix `clippy::field_reassign_with_default` lints (#690)</title>
<updated>2024-07-18T07:45:41+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-18T07:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=850aa31166ce6038d5055225c34ab60f8bff408d'/>
<id>850aa31166ce6038d5055225c34ab60f8bff408d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer explicit features for optional deps. (#681)</title>
<updated>2024-07-12T15:05:57+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-12T15:05:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=678a725c66fed0878cd71f8025cd0ddabdd20530'/>
<id>678a725c66fed0878cd71f8025cd0ddabdd20530</id>
<content type='text'>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implicit features are slated to be removed in a future version
of Rust (2024 edition).

Fixing this exposed 2 instances where the wrong feature was being
checked for `serde` vs `serde-serialize`.</pre>
</div>
</content>
</entry>
<entry>
<title>ci: cargo doc step (#671)</title>
<updated>2024-07-12T14:29:22+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-12T14:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=01dd2001525850ef0d66374c69e98e1560cb6421'/>
<id>01dd2001525850ef0d66374c69e98e1560cb6421</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix QueryFilterFlags values having a bitshift too much (#673)</title>
<updated>2024-07-08T14:53:30+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-08T14:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=87ada34008f4a1a313ccf8c3040040bab4f10e69'/>
<id>87ada34008f4a1a313ccf8c3040040bab4f10e69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rotation gizmo for Ball 2d collider (#670)</title>
<updated>2024-07-01T08:49:41+00:00</updated>
<author>
<name>Roman</name>
<email>rskbox@gmail.com</email>
</author>
<published>2024-07-01T08:49:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=66b6b55ea21b6b43fd1870dba0fab3cc96a3fa4b'/>
<id>66b6b55ea21b6b43fd1870dba0fab3cc96a3fa4b</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 nalgebra 0.33 and parry 0.16 (#664)</title>
<updated>2024-06-23T20:57:51+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2024-06-23T20:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3004a7d38da447e307e11d86528047bdb724c318'/>
<id>3004a7d38da447e307e11d86528047bdb724c318</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix delta_time being 0 resulting in incorrect simulation (#660)</title>
<updated>2024-06-23T16:18:54+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-06-23T16:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=3e8650f3a761422f0926300dc98f9870e5d92776'/>
<id>3e8650f3a761422f0926300dc98f9870e5d92776</id>
<content type='text'>
* Add failing test

* fix tests

* better fix

* add changelog

* fix propagated to `contact_cfm_factor`

* PR feedback

* more PR feedbacks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add failing test

* fix tests

* better fix

* add changelog

* fix propagated to `contact_cfm_factor`

* PR feedback

* more PR feedbacks</pre>
</div>
</content>
</entry>
<entry>
<title>fix: capitalization typo in docs (#654)</title>
<updated>2024-06-14T13:39:38+00:00</updated>
<author>
<name>Miguel Medina Ballesteros</name>
<email>maximetinu@gmail.com</email>
</author>
<published>2024-06-14T13:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5c6d34aa09254574dffbd7c95f1ab01a99ec2e53'/>
<id>5c6d34aa09254574dffbd7c95f1ab01a99ec2e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Fixed typo in castShape functions (#653)</title>
<updated>2024-06-13T09:31:49+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-06-13T09:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=05c39258840d95ac2cdcda1d94ac0062541b58f4'/>
<id>05c39258840d95ac2cdcda1d94ac0062541b58f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: rework QueryPipeline update API to take less parameters (#647)</title>
<updated>2024-06-09T12:16:03+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-06-09T12:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=9367198282f9a30c23cc7ddd3a56db56b7506aae'/>
<id>9367198282f9a30c23cc7ddd3a56db56b7506aae</id>
<content type='text'>
* chore: rework QueryPipeline API to take a generic qbvh updater

This allows to pass less parameters depending on the updating mode.

* chore: rework struct and functions names, and docs

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* chore: rework QueryPipeline API to take a generic qbvh updater

This allows to pass less parameters depending on the updating mode.

* chore: rework struct and functions names, and docs

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</pre>
</div>
</content>
</entry>
</feed>
