<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src/geometry, branch broken-perf-experiments</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>Remove some debug prints</title>
<updated>2021-07-13T11:11:32+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-07-13T11:11:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7668cf7d0fe92b685e9d8e5aa2b54ee9d47d2f0a'/>
<id>7668cf7d0fe92b685e9d8e5aa2b54ee9d47d2f0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Various broken performance experiments</title>
<updated>2021-07-11T16:20:01+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-07-11T16:19:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=71519b72deefa9c0b564d7f790d6c7c564d58a5e'/>
<id>71519b72deefa9c0b564d7f790d6c7c564d58a5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Derive Clone for IslandManager</title>
<updated>2021-06-09T09:07:37+00:00</updated>
<author>
<name>Waridley</name>
<email>Waridley64@gmail.com</email>
</author>
<published>2021-05-13T17:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=62d6b0651b35b5b354c18b386d8a4e2c9669fd2f'/>
<id>62d6b0651b35b5b354c18b386d8a4e2c9669fd2f</id>
<content type='text'>
also fix typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also fix typo
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix collider removal from narrow-phase when the same collider is listed twice.</title>
<updated>2021-06-08T16:23:40+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-08T16:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ff6c75f3bd6d045cc5ca2cafc2d00971a8f15530'/>
<id>ff6c75f3bd6d045cc5ca2cafc2d00971a8f15530</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release v0.9.0</title>
<updated>2021-06-02T16:01:23+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T15:41:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=fdd370e51a90ff0fea82709185455b48e3841981'/>
<id>fdd370e51a90ff0fea82709185455b48e3841981</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #173 from DasEtwas/must-use-pub</title>
<updated>2021-06-02T15:37:13+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T15:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=c7b876e2f7fc69d453faf5dc6ee162eeb079aca6'/>
<id>c7b876e2f7fc69d453faf5dc6ee162eeb079aca6</id>
<content type='text'>
Add #[must_use] to builders, expose more fields</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add #[must_use] to builders, expose more fields</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method</title>
<updated>2021-06-02T15:32:56+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T15:32:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=ad2fcf755a750e279b730c660da438abc2803a9a'/>
<id>ad2fcf755a750e279b730c660da438abc2803a9a</id>
<content type='text'>
Created a method to retrieve the SharedShape from a collider</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created a method to retrieve the SharedShape from a collider</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests and wasm build.</title>
<updated>2021-06-02T14:22:40+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-02T14:22:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=bde6657287cd32a801abb996322c520673406418'/>
<id>bde6657287cd32a801abb996322c520673406418</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ActiveCollisionTypes to easily enable collision-detection between two non-static rigid-body.</title>
<updated>2021-06-01T15:59:07+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-01T15:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=7153eb7779a29853289df90f28efaac738620386'/>
<id>7153eb7779a29853289df90f28efaac738620386</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CCD: take collision groups into account</title>
<updated>2021-06-01T12:56:24+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-06-01T12:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=dbb3c8f43b151e48619ed954b20d44dd9e5c2c55'/>
<id>dbb3c8f43b151e48619ed954b20d44dd9e5c2c55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
