blender/source/gameengine/GameLogic
Campbell Barton ed5d0bb62f patch from Mitchell Stokes with some changes.
BGE Py Controllers were effectively doing this...
 "a.b.c" --> "__import__('a').b.c()"

This was annoying because it meant module 'a' would need to import 'b' explicitly.

Now use import like this.
 "a.b.c" --> "__import__("a.b").c()"

Note that this has the slight disadvantage that these need to be modules, where as before they could be collections of functions in a class instance for eg. So its possible this breaks existing files but dont think anyone used this since its a fairly obscure use case.
2010-07-26 08:49:16 +00:00
..
Joystick correct fsf address 2010-02-12 13:34:04 +00:00
CMakeLists.txt BGE 2D Filters: slightly change dfelinto patch to use SCA_IScene instead of KX_Scene. It is rather anecdotic since KX_Scene is the only implementation of SCA_IScene but it's better to keep GameLogic and Ketsji separated. 2010-03-06 21:22:09 +00:00
Makefile Make memstat easier to read, add missing Intel ID and cleanups. 2010-04-14 21:12:05 +00:00
SCA_2DFilterActuator.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_2DFilterActuator.h BGE 2D Filters: slightly change dfelinto patch to use SCA_IScene instead of KX_Scene. It is rather anecdotic since KX_Scene is the only implementation of SCA_IScene but it's better to keep GameLogic and Ketsji separated. 2010-03-06 21:22:09 +00:00
SCA_ActuatorEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ActuatorEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_ActuatorSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ActuatorSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_AlwaysEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_AlwaysEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_AlwaysSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_AlwaysSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_ANDController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ANDController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_BasicEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_BasicEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_DelaySensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_DelaySensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_EventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_EventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_ExpressionController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ExpressionController.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_IActuator.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_IActuator.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_IController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_IController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_IInputDevice.cpp correct fsf address 2010-02-12 13:34:04 +00:00
SCA_IInputDevice.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_ILogicBrick.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ILogicBrick.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_IObject.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_IObject.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_IScene.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_IScene.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_ISensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ISensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_JoystickManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_JoystickManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_JoystickSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_JoystickSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_KeyboardManager.cpp correct fsf address 2010-02-12 13:34:04 +00:00
SCA_KeyboardManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_KeyboardSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_KeyboardSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_LogicManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_LogicManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_MouseManager.cpp BGE Fix: [#19951] mouse over sensor is broken with letterboxing framing 2010-04-23 22:48:26 +00:00
SCA_MouseManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_MouseSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_MouseSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_NANDController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_NANDController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_NORController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_NORController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_ORController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_ORController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_PropertyActuator.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_PropertyActuator.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_PropertyEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_PropertyEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_PropertySensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_PropertySensor.h BGE: fix for [#21180] - missing min and max values in the API + mode fix (interval wasn't working) 2010-03-26 07:21:48 +00:00
SCA_PythonController.cpp patch from Mitchell Stokes with some changes. 2010-07-26 08:49:16 +00:00
SCA_PythonController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_PythonKeyboard.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_PythonKeyboard.h SVN maintenance. 2010-04-17 22:43:18 +00:00
SCA_PythonMouse.cpp get rid of some warnings, 2010-06-05 15:31:55 +00:00
SCA_PythonMouse.h SVN maintenance. 2010-04-17 22:43:18 +00:00
SCA_RandomActuator.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_RandomActuator.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_RandomEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_RandomEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_RandomNumberGenerator.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_RandomNumberGenerator.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_RandomSensor.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_RandomSensor.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_TimeEventManager.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_TimeEventManager.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
SCA_XNORController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_XNORController.h correct fsf address 2010-02-12 13:34:04 +00:00
SCA_XORController.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
SCA_XORController.h correct fsf address 2010-02-12 13:34:04 +00:00
SConscript BGE 2D Filters: slightly change dfelinto patch to use SCA_IScene instead of KX_Scene. It is rather anecdotic since KX_Scene is the only implementation of SCA_IScene but it's better to keep GameLogic and Ketsji separated. 2010-03-06 21:22:09 +00:00