This website requires JavaScript.
Explore
Help
Register
Sign In
griefith
/
test2
Watch
1
Star
0
Fork
0
You've already forked test2
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bdffe196afee7ea2cd5bbdffa3514b4ae2b68196
test2
/
source
/
gameengine
/
Physics
/
Sumo
History
Kester Maddock
5590c179f5
Fix the case when the physics system starves the logic & renderer of CPU time. If this happens, we reduce physics precision to maintain some framerate.
2004-12-06 11:15:50 +00:00
..
Fuzzics
Fix the case when the physics system starves the logic & renderer of CPU time. If this happens, we reduce physics precision to maintain some framerate.
2004-12-06 11:15:50 +00:00
include
1. Check material names passed to the physics engine (for collision sensors.)
2004-04-11 02:50:02 +00:00
convert.txt
Initial revision
2002-10-12 11:37:38 +00:00
Makefile
[GameEngine] Commit all Kester's changes made to the gameengine to restore 2.25 like physics.
2004-03-22 22:02:18 +00:00
SConscript
Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)
2004-11-22 10:19:19 +00:00
SumoPhysicsController.cpp
Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware.
2004-10-16 11:41:50 +00:00
SumoPhysicsController.h
Synchronise game engine with Tuhopuu2 tree.
2004-04-24 06:40:15 +00:00
SumoPhysicsEnvironment.cpp
Speed up the physics engine: hook the SOLID broad phase, so we can either reject the test or request the penetration depth test as necessary. Previously we were doing the penetration depth test, as well as SOLID's intersection test.
2004-11-06 04:58:10 +00:00
SumoPhysicsEnvironment.h
Speed up the physics engine: hook the SOLID broad phase, so we can either reject the test or request the penetration depth test as necessary. Previously we were doing the penetration depth test, as well as SOLID's intersection test.
2004-11-06 04:58:10 +00:00