История коммитов

Автор SHA1 Сообщение Дата
  Lasse Öörni a85817a355 Reverted to joint world space positioning for reliability. 13 лет назад
  Lasse Öörni 26e2ebca26 Fixed enemy motion bugs in networked NinjaSnowWar. 14 лет назад
  Lasse Öörni ff9df846d1 Fixed physics transform interpolation when physics timestep is lower than framerate. 14 лет назад
  Lasse Öörni cc3ee34f58 Increased occlusion buffer depth bias. 14 лет назад
  Lasse Öörni 57070cafc3 Limit to three worker threads for more consistent performance. 14 лет назад
  Lasse Öörni 1039a2703d Register physics joints in similar manner as rigid bodies and collision shapes. Clean up PhysicsWorld destructor. 14 лет назад
  Lasse Öörni 4c03639fed Explicitly register CollisionShapes to the physics world to avoid a recursive scene query when drawing physics debug geometry. 14 лет назад
  Lasse Öörni da685e99de Ported optimizations and code cleanup from the prepass-branch. 14 лет назад
  Lasse Öörni 3f7fffbf49 Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance(). 14 лет назад
  Lasse Öörni f23a78eec4 Fixed crash if physics world was destroyed before other physics components. 14 лет назад
  Lasse Öörni 10ad7a3dd2 Added phantom attribute to CollisionShape. Phantom shapes create collision events, but do not generate contact joints to the physics simulation. 14 лет назад
  Lasse Öörni 6dd8679214 Further attribute reorganization. 14 лет назад
  Lasse Öörni 3576a81993 Initial node/component attribute editing. 14 лет назад
  Lasse Öörni 5b44c38d32 Code cleanup. Actually use the added Contains() & Find() functions. 14 лет назад
  Lasse Öörni 444c18673e Code formatting & optimization. 14 лет назад
  Lasse Öörni 67eec15057 Converted kNet to use Container library instead of STL. 14 лет назад
  Lasse Öörni 48aa81e8e4 Added Node functions to get the world unsmoothed (target) transform. 14 лет назад
  Lasse Öörni 13d449d9cc Added Abs() to Vector2, Vector3 and Vector4. 14 лет назад
  Lasse Öörni cc2a487361 Further optimization of the parent node network replication attribute. 14 лет назад
  Lasse Öörni 7b15b34c83 Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes. 14 лет назад
  Lasse Öörni aa2491a7ac Moved SharedPtr & SharedArrayPtr to the Container library. 14 лет назад
  Lasse Öörni 0d29d818ad Moved from SDL to GLFW & PortAudio. 14 лет назад
  Lasse Öörni b90c1386be Removed unnecessary parentheses. 14 лет назад
  Lasse Öörni f60321b20f Use PODVector more extensively. 14 лет назад
  Lasse Öörni f3859c1ed7 Added documentation about containers. 14 лет назад
  Lasse Öörni b9520be2eb Moved tree balancing operations to TreeBase. 14 лет назад
  Lasse Öörni a956f2ff20 Fixed bugs in Vector & PODVector. 14 лет назад
  Lasse Öörni d69efd65f0 Container library fixes. 14 лет назад
  Lasse Öörni 565de1ad02 Moved some of StringUtils functions to the String class. 14 лет назад
  Lasse Öörni 97d698e922 Code cleanup. 14 лет назад