<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry, 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>More Debug derives. (#686)</title>
<updated>2024-07-19T14:13:25+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-19T14:13:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0ff55411a457c70d218f1690692431c874d9a9d6'/>
<id>0ff55411a457c70d218f1690692431c874d9a9d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clippy: Fix `clippy::lazy_doc_continuation` lints (#689)</title>
<updated>2024-07-18T07:44:48+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-18T07:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00f59d2877faa1cc3d1931664ba691f5d9324243'/>
<id>00f59d2877faa1cc3d1931664ba691f5d9324243</id>
<content type='text'>
These will be enabled in Rust 1.80 by default.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These will be enabled in Rust 1.80 by default.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix string serialization for broadphase multisap (#675)</title>
<updated>2024-07-15T12:39:56+00:00</updated>
<author>
<name>Thierry Berger</name>
<email>contact@thierryberger.com</email>
</author>
<published>2024-07-15T12:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=6a295d3e8e372390174cc5b3e286631eb47495c1'/>
<id>6a295d3e8e372390174cc5b3e286631eb47495c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `bitflags!` consistently. (#680)</title>
<updated>2024-07-12T15:00:24+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-07-12T15:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=23c0c05a5bfb1bc95efa974204c9521aba97186c'/>
<id>23c0c05a5bfb1bc95efa974204c9521aba97186c</id>
<content type='text'>
This removes an `extern crate` and a `use` so that we always
call it via `bitflags::bitflags!` everywhere.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes an `extern crate` and a `use` so that we always
call it via `bitflags::bitflags!` everywhere.</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 `attempt to subtract with overflow` panic in `SAPRegion::update_after_subregion_removal()` (#663)</title>
<updated>2024-06-23T21:26:08+00:00</updated>
<author>
<name>Di Saber</name>
<email>37475791+DiSaber@users.noreply.github.com</email>
</author>
<published>2024-06-23T21:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a854de787f511b8292f1f066efbddd78dc71a1e6'/>
<id>a854de787f511b8292f1f066efbddd78dc71a1e6</id>
<content type='text'>
* Swap a regular subtraction for a saturating subtraction

* chore: display a debug message if the SAP reach an unexpected state regarding sub-proper proxies removal.

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Swap a regular subtraction for a saturating subtraction

* chore: display a debug message if the SAP reach an unexpected state regarding sub-proper proxies removal.

---------

Co-authored-by: Sébastien Crozet &lt;sebcrozet@dimforge.com&gt;</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 typos. (#658)</title>
<updated>2024-06-20T19:03:12+00:00</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2024-06-20T19:03:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=8a592e458e45c2896c52a931ca04a69868efdd53'/>
<id>8a592e458e45c2896c52a931ca04a69868efdd53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: clippy fixes</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-09T09:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ad960bf2458bd907942b1f236438f42f3194a6f6'/>
<id>ad960bf2458bd907942b1f236438f42f3194a6f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>
</feed>
