Files
blender/source/gameengine/GameLogic
Mitchell Stokes 03df7e9a56 BGE: Fix for [#33839] "a logic.joysticks Crashes BGE" reported by Josiah Lane (solarlune).
On a scene change the SCA_JoystickManager gets destroyed which in turn means all of it's joystick instances are released. Since SCA_PythonJoystick was just using a borrowed reference, this allowed the joystick to be freed. Now the joystick's refcount is incremented so that the SCA_PythonJoystick's joystick reference will survive across scene changes.
2013-01-12 05:44:08 +00:00
..
2012-09-16 04:58:18 +00:00
2012-09-16 04:58:18 +00:00
2012-11-21 02:28:36 +00:00
2012-06-30 22:49:33 +00:00
2012-09-16 04:58:18 +00:00
2012-12-17 08:01:43 +00:00