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.
Keyboard sensors can now hook escape key. Ctrl-Break can be used from within blender if you've forgotten an end game actuator. Fixed a stupid bug preventing some actuators working (like TrackTo).
This commit is contained in:
@@ -50,7 +50,10 @@ SCA_IInputDevice::~SCA_IInputDevice()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void SCA_IInputDevice::HookEscape()
|
||||
{
|
||||
assert(false && "This device does not support hooking escape.");
|
||||
}
|
||||
|
||||
void SCA_IInputDevice::ClearStatusTable(int tableid)
|
||||
{
|
||||
|
Reference in New Issue
Block a user