Blender Git Commit Log
Git Commits -> Revision 8c4620f
Revision 8c4620f by Campbell Barton (master) May 28, 2009, 13:44 (GMT) |
[#18840] Joystick sensor lag if(SDL_PollEvent(&sdl_event)) // if -> while fixed it removed 'm_buttonnum' was misleading, wasn't used as you expect. Added gravity to variable to world to be used by collada. |
Commit Details:
Full Hash: 8c4620f3d3d5cb533f3d1bf5c526c6ffc0355aaa
SVN Revision: 20474
Parent Commit: 6ac072e
Lines Changed: +55, -39
6 Modified Paths:
/source/blender/python/api2_2x/doc/World.py (+2, -0) (Diff)
/source/blender/python/api2_2x/World.c (+23, -0) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp (+12, -8) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.h (+1, -10) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickDefines.h (+1, -0) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickEvents.cpp (+16, -21) (Diff)
/source/blender/python/api2_2x/World.c (+23, -0) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp (+12, -8) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_Joystick.h (+1, -10) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickDefines.h (+1, -0) (Diff)
/source/gameengine/GameLogic/Joystick/SCA_JoystickEvents.cpp (+16, -21) (Diff)