Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-26Py BGE APICampbell Barton
2009-02-24BGE Py APICampbell Barton
2009-02-24compile scripts when converting controllers to give more predictable performa...Campbell Barton
2009-02-19BGE Python APICampbell Barton
2008-12-29First batch of GE API cleanup.Benoit Bolsee
2008-10-22make sure BPY_Err_Handle clears python errors, even if the exception cant be ...Campbell Barton
2008-10-22fix for [#17878] Scripts operating on blender objects don't clear memory afte...Campbell Barton
2008-10-02Python 2.4 should build with the game engine now, no thanks to python for swi...Campbell Barton
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-06converted my gen_utils.h fix to PyObjectPlus.hKent Mein
2008-09-06Trying to keep things compiling on my imac (10.4.11)Kent Mein
2008-08-23BGE state system improvement: the sensor with Level option enabled will trigg...Benoit Bolsee
2008-08-16SCA_PythonController.cpp - Made errors in python print the controller name, u...Campbell Barton
2008-08-13Bugfix: in the game engine, errors in a particular python script causedBrecht Van Lommel
2008-07-14importing the GameLogic module was being done by adding the text "import Game...Campbell Barton
2008-07-04non user visible changes and small optimizations to the game engine pyapi as ...Campbell Barton
2008-06-30BGE python api addition, GameObject get/setState and Controller.getState()Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2006-05-14GamePython related: changed ordering of python destruction, and reverted some...Erwin Coumans
2006-05-14Patch from Charlie:Erwin Coumans
2006-02-13Improved OpenGL Shader Language support for game engine. The python interface...Erwin Coumans
2006-01-06Sorry to break the cvs-closed status, so if you really need to make a new 2.4...Erwin Coumans
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-09big warning hunt commitJean-Luc Peurière
2005-01-23Don't delete the Python Controller's private dictionary between frames.Kester Maddock
2004-06-04Fix bug #1334: Crash with Python/GameEngine when the script has syntax errors.Kester Maddock
2004-05-26Python fixes:Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore 2....Nathan Letwory
2002-11-25Last of the config.h mods...Kent Mein
2002-10-12Initial revisionv2.25Hans Lambermont