Commit History

Author SHA1 Message Date
  aster2013 7e46f0c862 Add MIXED_ACCESSOR_ATTRIBUTE. 11 years ago
  Lasse Öörni b65bb59092 Configurable maximum substeps per frame in PhysicsWorld. Zero (default) = unlimited, positive = limited, negative = adaptive timestep, always 1 per rendering frame. Adaptive step is not recommended when consistent physics behavior is desired. 11 years ago
  Lasse Öörni 89f6b31a47 Enhance the ConvexCast function to take a start pos,rot & end pos,rot instead of just a ray, so that the swept shape can be rotated. Ignore collision to self during convex cast, if the supplied shape belongs to a RigidBody. 11 years ago
  Lasse Öörni a717793e3e Added ConvexCast function to PhysicsWorld, which performs a sweep test with user-specified collision shape. Closes #420. 11 years ago
  Lasse Öörni b1def74270 Fix PhysicsWorld::GetRigidBodies() not taking collision layer mask into account. Closes #248. 11 years ago
  aster2013 e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. 12 years ago
  aster2013 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 years ago
  Lasse Öörni 9df9941de0 Added Lua bindings for querying drawables from Octree via a bounding shape, similar to AngelScript. Change Octree & PhysicsWorld raycast/query Lua bindings so that a PODVector object with the results is returned, instead of the user having to provide one. 12 years ago
  Lasse Öörni 4f64f21915 Increased the threshold for justifying a threaded Octree raycast. Exposed PhysicsWorld::Raycast() to Lua. 12 years ago
  Lasse Öörni b1573df336 Fixed PhysicsWorld::DrawDebugGeometry() not exposed to Lua. Closes #133. 12 years ago
  Lasse Öörni 668772bb50 Added PhysicsWorld::RemoveCachedGeometry() function to manually invalidate cached collision geometry of a changed model. Added watching for CollisionShape model live reload. Removed internal but public functions from the Lua physics API. 12 years ago
  Yao Wei Tjong 姚伟忠 9eb7d92301 Fix minor typo error. 12 years ago
  Yao Wei Tjong 姚伟忠 d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 years ago