Historique des commits

Auteur SHA1 Message Date
  Lasse Öörni 9d82a32c9e Added constraint & collision shape type "none" as default value to avoid unnecessary creation of shapes on scene load, before proper attribute values are deserialized. Do not create shape/constraint in OnNodeSet(), as the type is always "none" at that time. il y a 13 ans
  Lasse Öörni a40fead7dc Updated license for the new year. il y a 13 ans
  Lasse Öörni 7d8558a51f Applied massive patch from weitjong. il y a 13 ans
  Lasse Öörni 88aaa46465 Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding. il y a 13 ans
  Lasse Öörni f0b6d55b28 Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries. il y a 13 ans
  Lasse Öörni 51c4336f2f Moved HashMap & Vector allocations to .cpp files so that they can be more easily tracked. il y a 13 ans
  Lasse Öörni 4666520d0b Improved ragdoll stability in TestScene. il y a 13 ans
  Lasse Öörni 70c58f43d9 Added SetWorldPosition() to Constraint. il y a 13 ans
  Lasse Öörni 9f331e56db Changed Constraint API to specify the other body position / axis explicitly, and to specify limits as Vector2. il y a 13 ans
  Lasse Öörni c554abccb8 Fixed crash related to incorrect constraint reference tracking. il y a 13 ans
  Lasse Öörni b636b3a211 Keep track of constraints to release them properly before deleting the rigid body. il y a 13 ans
  Lasse Öörni 5f66411903 Fixed missing calls to MarkNetworkUpdate() in Constraint. il y a 13 ans
  Lasse Öörni 8cdc6f69d2 Properly clean up event handlers referring to a deleted object. il y a 13 ans
  Lasse Öörni 4335295b87 Added slider constraint. il y a 13 ans
  Lasse Öörni 8b366d2db8 Set up hinge constraint frames manually. il y a 13 ans
  Lasse Öörni e5d42e36c8 Generalized the constraint code to save the other body relative position/axis, instead of world relative position/axis. il y a 13 ans
  Lasse Öörni 3203ee410f Take node scale into account when offsetting the constraint. il y a 13 ans
  Lasse Öörni 5c4904288a Fixed hinge constraint breaking. il y a 13 ans
  Lasse Öörni 9123d1c3d3 Eliminated unnecessary recreation/readdition of physics components when attributes change. il y a 13 ans
  Lasse Öörni ef421ef32d Initial Bullet constraint implementation. il y a 13 ans