Files
test/source/blender
Campbell Barton f8656d3510 BGE alternative run mode for python controllers.
Option to run a function in a module rather then a script from a python controller, this has a number of advantages.

- No allocating and freeing the namespace dictionary for every time its triggered
  (hard to measure the overhead here, but in a test with calling 42240 scripts a second each defining 200 vars, using modules was ~25% faster)

- Ability to use external python scripts for game logic.

- Convenient debug option that lets you edit scripts while the game engine runs.
2009-04-29 12:43:09 +00:00
..
2009-04-28 17:25:50 +00:00
2009-04-22 17:35:37 +00:00
2009-04-29 11:20:07 +00:00
2009-04-21 18:41:45 +00:00
2008-12-16 12:32:10 +00:00
2008-09-19 14:15:36 +00:00
2008-10-28 20:26:38 +00:00