Commit Graph

1762 Commits

Author SHA1 Message Date
matt
e5af99cd87
Merge pull request #1 from mhwdvs/fix/collisionBodyColliderTransform
Fix undefined behavior setting Collider transforms on a CollisionBody
2022-08-26 19:41:10 +08:00
mhwdvs
9eb5533f0d
Fix undefined behavior setting Collider transforms on a CollisionBody 2022-08-26 16:32:24 +08:00
Daniel Chappuis
11fa372fb3 Merge branch 'mrakh-patch-1' into develop 2022-06-24 07:15:18 +02:00
Daniel Chappuis
d0ab634f4e Merge branch 'patch-1' of github.com:mrakh/reactphysics3d into mrakh-patch-1 2022-06-24 07:14:52 +02:00
Mahdi Rakhshandehroo
8856edf4a7
Hoist assert in Deque<T>::getItem
Compiler warns about `control reaches end of non-void function` due to no return statement in the else block. Directly asserting the condition should accomplish the same thing while suppressing the warning.
2022-06-14 15:24:14 -07:00
Daniel Chappuis
d7cf8bcf17 Merge branch 'memory' into develop 2022-03-29 21:09:23 +02:00
Daniel Chappuis
8b18ee22f3 Fix compilation issue with Visual Studio 2022-03-28 21:48:18 +02:00
Daniel Chappuis
0d18610298 Make sure the allocated memory for components is properly aligned 2022-03-27 13:26:45 +02:00
Daniel Chappuis
75a64a65b8 Working on memory allocators 2022-03-25 08:47:45 +01:00
Daniel Chappuis
b05f12850d Modifications of allocators 2022-03-24 21:56:54 +01:00
Daniel Chappuis
ff25e839f3 Make sure DefaultAllocator and SingleFrameAllocator returned 16-bytes aligned memory 2022-03-14 07:26:24 +01:00
Daniel Chappuis
e0ff5b5fd2 Merge branch 'master' into develop 2022-02-23 23:26:46 +01:00
Daniel Chappuis
b289487583 Fix build issue in Github Actions 2022-02-23 23:18:00 +01:00
Daniel Chappuis
67f8e100f3 Initialize mIsDebugRenderingEnabled variable in PhysicsWorld 2022-02-23 22:50:51 +01:00
Daniel Chappuis
861229c438 Edit changelog file 2022-02-23 22:48:22 +01:00
Daniel Chappuis
0e44e922bb Merge branch 'master' into develop 2022-02-23 22:44:13 +01:00
Daniel Chappuis
185d52297c Remove wrong assert and fix typo in comments 2022-02-23 22:42:38 +01:00
Daniel Chappuis
8fa30a2f11 Change encoding of user manual LaTeX file 2022-01-12 22:08:12 +01:00
Daniel Chappuis
4bbbaa7c6e Merge branch 'develop' 2022-01-03 23:37:55 +01:00
Daniel Chappuis
a5e3b9c112 Edit documentation 2022-01-03 23:37:47 +01:00
Daniel Chappuis
f3357ec9d7 Merge branch 'develop' 2022-01-02 01:05:41 +01:00
Daniel Chappuis
54de86d698 Edit changelog file 2022-01-02 00:56:52 +01:00
Daniel Chappuis
7bd1636195 Edit changelog file 2022-01-02 00:51:05 +01:00
Daniel Chappuis
34f86a8b16 Merge branch 'develop' 2022-01-01 22:15:34 +01:00
Daniel Chappuis
b7882b73c9 Edit changelog file 2022-01-01 22:15:19 +01:00
Daniel Chappuis
f0212d880c Merge branch 'develop' 2022-01-01 15:22:16 +01:00
Daniel Chappuis
d43ca6854c Do not use the city.obj mesh anymore 2022-01-01 15:22:07 +01:00
Daniel Chappuis
325bf56155 Merge branch 'develop' 2022-01-01 15:08:39 +01:00
Daniel Chappuis
71ae2d00b8 Update user manual 2022-01-01 15:05:07 +01:00
Daniel Chappuis
d5f3ffd855 Update version number and dates 2022-01-01 01:14:49 +01:00
Daniel Chappuis
9f436cdc20 Remove TODO 2021-12-31 15:48:43 +01:00
Daniel Chappuis
3058111172
Update Readme file 2021-12-31 15:31:40 +01:00
Daniel Chappuis
152bf8dd97
Update Readme file 2021-12-31 15:22:03 +01:00
Daniel Chappuis
0d2fc59213
Update Readme file 2021-12-28 22:16:17 +01:00
Daniel Chappuis
0a2dcbe85c
Update Readme file 2021-12-23 22:09:51 +01:00
Daniel Chappuis
62e17155e3 Small modifications in CollisionDetectionSystem 2021-12-16 22:52:07 +01:00
Daniel Chappuis
11d2d61936 Merge branch 'jingqi-develop' into develop 2021-12-16 22:28:30 +01:00
Daniel Chappuis
cce33af906 Merge branch 'develop' of https://github.com/jingqi/reactphysics3d into jingqi-develop 2021-12-16 22:27:49 +01:00
Daniel Chappuis
852a88298b Edit lights of testbed application 2021-12-16 20:33:14 +01:00
jingqi
cabef2b460 Fix wrong argument order 2021-12-15 16:22:21 +08:00
jingqi
baf4d3f492 Remove involved overlapping pairs when addNoCollisionPair() is called 2021-12-15 16:01:35 +08:00
jingqi
e28c6e5d7f ConvexPolyhedronShape::getVertex() should return constant references 2021-12-15 16:00:21 +08:00
Daniel Chappuis
069b7d3961 Edit changelog file 2021-12-13 21:02:00 +01:00
Daniel Chappuis
fb8ed81c98 Edit ragdoll scene in testbed application 2021-12-11 21:02:03 +01:00
Daniel Chappuis
fa9f187632 Working on cone limit for Ball And Socket joint 2021-12-11 20:59:40 +01:00
Daniel Chappuis
b6ded4b0ae Edit changelog file 2021-12-11 20:56:54 +01:00
Daniel Chappuis
3b31f40773 Merge branch 'jingqi-develop' into develop 2021-12-07 09:00:27 +01:00
Daniel Chappuis
bc59840fec Merge branch 'develop' of https://github.com/jingqi/reactphysics3d into jingqi-develop 2021-12-07 08:59:06 +01:00
jingqi
e998d8d6da Fix wrong 'r1' and 'r2' vectors if bodies' local center of mass is not zero 2021-12-03 11:19:08 +08:00
Daniel Chappuis
80c49d3a85 Modifications in testbed application 2021-11-30 22:19:54 +01:00