<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/rapier.git/src_testbed/harness, branch v0.6.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 the testbed to use PhysicsHooks.</title>
<updated>2021-02-23T14:49:23+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T14:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=babcab0bed23fadd23181ccc58aae34fb80d01d8'/>
<id>babcab0bed23fadd23181ccc58aae34fb80d01d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce the PhysicsHook trait used for both contact filtering and contact modification.</title>
<updated>2021-02-23T10:24:54+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-02-23T10:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00706e8b360e132cb88a7b393dcedadf35403379'/>
<id>00706e8b360e132cb88a7b393dcedadf35403379</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 and 2D compilation when parallelism is ON but SIMD is OFF.</title>
<updated>2021-01-23T12:02:06+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-01-23T11:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=00caa7ce353c02cfc22f0cc27f6361e968157953'/>
<id>00caa7ce353c02cfc22f0cc27f6361e968157953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compilation in 2D.</title>
<updated>2021-01-22T15:43:16+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-01-22T15:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=b779eb261e7c3e816c8b586f1f496dcd17dbf700'/>
<id>b779eb261e7c3e816c8b586f1f496dcd17dbf700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regressions introduced by the merge with master.</title>
<updated>2021-01-22T15:33:55+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-01-22T15:33:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=99c2184e134b40cca9cb22fe93a95a64295ae048'/>
<id>99c2184e134b40cca9cb22fe93a95a64295ae048</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 split_geom</title>
<updated>2021-01-22T15:10:24+00:00</updated>
<author>
<name>Crozet Sébastien</name>
<email>developer@crozet.re</email>
</author>
<published>2021-01-22T15:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=cf52e01308cefcce71b9914c539641cb7530b22c'/>
<id>cf52e01308cefcce71b9914c539641cb7530b22c</id>
<content type='text'>
# Conflicts:
#	examples2d/sensor2.rs
#	examples3d/sensor3.rs
#	src/dynamics/integration_parameters.rs
#	src/dynamics/solver/parallel_island_solver.rs
#	src/dynamics/solver/velocity_constraint.rs
#	src/dynamics/solver/velocity_ground_constraint.rs
#	src_testbed/nphysics_backend.rs
#	src_testbed/physx_backend.rs
#	src_testbed/testbed.rs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	examples2d/sensor2.rs
#	examples3d/sensor3.rs
#	src/dynamics/integration_parameters.rs
#	src/dynamics/solver/parallel_island_solver.rs
#	src/dynamics/solver/velocity_constraint.rs
#	src/dynamics/solver/velocity_ground_constraint.rs
#	src_testbed/nphysics_backend.rs
#	src_testbed/physx_backend.rs
#	src_testbed/testbed.rs
</pre>
</div>
</content>
</entry>
<entry>
<title>IntegrationParameters: deprectate dt() and inv_dt() methods</title>
<updated>2021-01-22T12:38:59+00:00</updated>
<author>
<name>Emil Ernerfeldt</name>
<email>emil.ernerfeldt@gmail.com</email>
</author>
<published>2021-01-22T12:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=315493ebfb06af9924fdabb8f26da4d1a9b095bc'/>
<id>315493ebfb06af9924fdabb8f26da4d1a9b095bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unify callbacks with &amp; without graphics &amp; window</title>
<updated>2021-01-02T05:46:52+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2021-01-02T05:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=34e79e9afc21ff0202d8a0338d0e8e038402a159'/>
<id>34e79e9afc21ff0202d8a0338d0e8e038402a159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove time from plugin.run_callbacks</title>
<updated>2020-12-31T04:33:33+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2020-12-31T04:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=5fb9304f4cf7c7efdffae3f4c9b83a88ee2df048'/>
<id>5fb9304f4cf7c7efdffae3f4c9b83a88ee2df048</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove time field from HarnessPlugin trait</title>
<updated>2020-12-31T04:29:09+00:00</updated>
<author>
<name>rezural</name>
<email>rezural@protonmail.com</email>
</author>
<published>2020-12-31T04:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/rapier.git/commit/?id=6d5b6d778da11decd8303ac23260fc7e5dd3080e'/>
<id>6d5b6d778da11decd8303ac23260fc7e5dd3080e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
