Lasse Öörni c710fb4ef6 Further optimization of network updates. Use a HashMap to store replicated and local nodes and components separately. Query depended on scene nodes only once per network frame, not per user. Cache the network attribute infos to Serializable. 13 years ago
..
CMakeLists.txt 8edf0240a1 Migration to Bullet physics underway. Most of physics functionality & examples broken for now. 13 years ago
CollisionShape.cpp 66a860144a Added separate Equals() function to Vector & Quaternion classes to perform comparison with epsilon. Equality operator does not use epsilon. This optimizes network sync somewhat. 13 years ago
CollisionShape.h 32fa940130 Handle world transform update of parented RigidBodies correctly. 13 years ago
Joint.cpp 8edf0240a1 Migration to Bullet physics underway. Most of physics functionality & examples broken for now. 13 years ago
Joint.h 8edf0240a1 Migration to Bullet physics underway. Most of physics functionality & examples broken for now. 13 years ago
PhysicsEvents.h 187f179af6 Exposed missing physics enums to script. 13 years ago
PhysicsUtils.h 8edf0240a1 Migration to Bullet physics underway. Most of physics functionality & examples broken for now. 13 years ago
PhysicsWorld.cpp c710fb4ef6 Further optimization of network updates. Use a HashMap to store replicated and local nodes and components separately. Query depended on scene nodes only once per network frame, not per user. Cache the network attribute infos to Serializable. 13 years ago
PhysicsWorld.h 32fa940130 Handle world transform update of parented RigidBodies correctly. 13 years ago
Precompiled.cpp cc3ee34f58 Increased occlusion buffer depth bias. 14 years ago
Precompiled.h 50226cfdb0 Started work toward Unicode compatibility. 14 years ago
RigidBody.cpp 66a860144a Added separate Equals() function to Vector & Quaternion classes to perform comparison with epsilon. Equality operator does not use epsilon. This optimizes network sync somewhat. 13 years ago
RigidBody.h 08ac95dbf7 Fixed continuous collision detection to work with the compound shape. 13 years ago