<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src, branch v0.15.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>Update CHANGELOG</title>
<updated>2022-10-02T16:30:26+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-10-02T16:30:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f7bec3c49cf6ca24d2878a9dcd20656d26de5cc7'/>
<id>f7bec3c49cf6ca24d2878a9dcd20656d26de5cc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings</title>
<updated>2022-10-02T15:55:23+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-10-02T15:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a8865296695db04969e9dbe806c489187ba20d0d'/>
<id>a8865296695db04969e9dbe806c489187ba20d0d</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 character controller implementation</title>
<updated>2022-10-02T15:36:30+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-10-02T15:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=36e85d0708e53a01731dfa95a9a2b4792ef03fe2'/>
<id>36e85d0708e53a01731dfa95a9a2b4792ef03fe2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-update a rigid-body’s world mass-properties when the user sets their position</title>
<updated>2022-08-25T08:21:17+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-08-25T08:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=d73508602eb15088c05b4738d1d87c60e37b3b21'/>
<id>d73508602eb15088c05b4738d1d87c60e37b3b21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove #[allow(missing_docs)]</title>
<updated>2022-08-13T12:35:11+00:00</updated>
<author>
<name>Tristan Guichaoua</name>
<email>tguichaoua.dev@gmail.com</email>
</author>
<published>2022-08-13T12:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=911493e6d8207c226183157e3ab866bd7a344f7a'/>
<id>911493e6d8207c226183157e3ab866bd7a344f7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>impl Group</title>
<updated>2022-08-13T12:31:27+00:00</updated>
<author>
<name>Tristan Guichaoua</name>
<email>tguichaoua.dev@gmail.com</email>
</author>
<published>2022-08-13T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=6c2eca72a5dac16700ce668b75b3a9eee4e2ddda'/>
<id>6c2eca72a5dac16700ce668b75b3a9eee4e2ddda</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 #380 from dimforge/set-rotation</title>
<updated>2022-08-09T08:06:20+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-08-09T07:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=68d250f0ad80bb2e5e10e43f2fd1b8824e2a1216'/>
<id>68d250f0ad80bb2e5e10e43f2fd1b8824e2a1216</id>
<content type='text'>
Make Collider::set_rotation and RigidBody::set_rotation take a rotation instead of an axis-angle.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make Collider::set_rotation and RigidBody::set_rotation take a rotation instead of an axis-angle.</pre>
</div>
</content>
</entry>
<entry>
<title>Make Collider::set_rotation and RigidBody::set_rotation take a rotation instead of an axis-angle.</title>
<updated>2022-08-09T07:26:12+00:00</updated>
<author>
<name>Sébastien Crozet</name>
<email>developer@crozet.re</email>
</author>
<published>2022-08-09T07:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=a19c6131ff63860aa87f320e3e3770ef4e6f4774'/>
<id>a19c6131ff63860aa87f320e3e3770ef4e6f4774</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: fix typo</title>
<updated>2022-08-04T09:42:02+00:00</updated>
<author>
<name>Timo Kösters</name>
<email>timo@koesters.xyz</email>
</author>
<published>2022-08-04T09:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=f55925685d6030fc3c281cc50faa7108670f26bc'/>
<id>f55925685d6030fc3c281cc50faa7108670f26bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement serde traits for CollisionEvents when serde-serialize feature is enabled</title>
<updated>2022-07-14T04:14:10+00:00</updated>
<author>
<name>Nash</name>
<email>me@aunyks.com</email>
</author>
<published>2022-07-14T04:14:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=e4a8d2e18c98c9690f81cbb859a392269d58aad2'/>
<id>e4a8d2e18c98c9690f81cbb859a392269d58aad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
