<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry/broad_phase_multi_sap.rs, branch v0.4.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>Restore the previous sleeping pattern.</title>
<updated>2020-11-26T11:49:35+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-26T11:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=340f614d32fbf32b48a63d1c381da67eec97b05d'/>
<id>340f614d32fbf32b48a63d1c381da67eec97b05d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bogus collider removal in the broad-phase.</title>
<updated>2020-11-26T10:40:59+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-26T10:37:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f293dc602451ddf3c13ce6272f9d3556d47f4fca'/>
<id>f293dc602451ddf3c13ce6272f9d3556d47f4fca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly track some user-initiatied rigid-body modifications.</title>
<updated>2020-11-25T15:28:49+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-25T15:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=2d4e14b869bd8d0b2eb6629b7b10719d657d2be8'/>
<id>2d4e14b869bd8d0b2eb6629b7b10719d657d2be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SAP: don't serialize workspaces and caches.</title>
<updated>2020-11-10T16:04:31+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-10T16:04:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=17cfa1edd2556d5e14c3368c9ba8f4e52395a57d'/>
<id>17cfa1edd2556d5e14c3368c9ba8f4e52395a57d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SAP: make the update_count a u8.</title>
<updated>2020-11-10T16:04:12+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-10T16:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0a5cd9bc6e578f4a2c9aed54035d4591edaa3ef9'/>
<id>0a5cd9bc6e578f4a2c9aed54035d4591edaa3ef9</id>
<content type='text'>
It can only have three values 0,1,2, so storing a whole usize is useless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can only have three values 0,1,2, so storing a whole usize is useless.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #30 from robert-hrusecky/infinite_fall_memory</title>
<updated>2020-11-10T15:58:00+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-10T15:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=2102aeb4229a51afc1e050ca8d999e87230adbc0'/>
<id>2102aeb4229a51afc1e050ca8d999e87230adbc0</id>
<content type='text'>
Infinite fall memory fix for #14</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Infinite fall memory fix for #14</pre>
</div>
</content>
</entry>
<entry>
<title>Implement Clone for everything that can be cloned.</title>
<updated>2020-11-03T13:43:21+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-03T13:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=0cf59d78bda1669226f861e438d43a08b099d747'/>
<id>0cf59d78bda1669226f861e438d43a08b099d747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a cache of empty regions avoiding reallocation</title>
<updated>2020-11-02T22:18:38+00:00</updated>
<author>
<name>Robert Hrusecky</name>
<email>robert.hrusecky@utexas.edu</email>
</author>
<published>2020-11-01T01:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=1097c630062129cc0a5137ac18e5bfbecf48f85a'/>
<id>1097c630062129cc0a5137ac18e5bfbecf48f85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into infinite_fall_memory</title>
<updated>2020-11-02T21:00:12+00:00</updated>
<author>
<name>Robert Hrusecky</name>
<email>robert.hrusecky@utexas.edu</email>
</author>
<published>2020-11-02T21:00:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=8b81a3fd2727dcb911f19c3d7a98c4ec94c6f2fa'/>
<id>8b81a3fd2727dcb911f19c3d7a98c4ec94c6f2fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix simulation reaching different states when started from different snaphots.</title>
<updated>2020-11-02T14:08:46+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2020-11-02T14:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=01af6c09a786ec2d6475531a7dac873eeffa3a3e'/>
<id>01af6c09a786ec2d6475531a7dac873eeffa3a3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
