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-07-26fix memleak in BGE py api - action.channelNamesCampbell Barton
2009-06-17BGE PyAPICampbell Barton
2009-06-16BGE Action Actuator setChannel() function was broken in a number of ways. Campbell Barton
2009-05-19BGE Py APICampbell Barton
2009-05-15Name attributes added since 2.48a more consistently.Campbell Barton
2009-05-11BGE performance, 4th round: logicBenoit Bolsee
2009-05-02BGE Py API patch from Mitchell Stokes, add distance attribute to the radar se...Campbell Barton
2009-05-02BGE Py API patch from Mitchell Stokes, adds extra attributes and docsCampbell Barton
2009-04-29ifdef's for future py3 support, after this adding py3 can mostly be done with...Campbell Barton
2009-04-23patch from Mitchell Stokes, comments only - KX_PYATTRIBUTE_TODO for missing ...Campbell Barton
2009-04-22BGE C++ APICampbell Barton
2009-04-21BGE Python APICampbell Barton
2009-04-20BGE Python APICampbell Barton
2009-04-19BGE Python APICampbell Barton
2009-04-19BGE Python API cleanup - no functionality changesCampbell Barton
2009-04-10Added function name to many of the PyArg_ParseTuple calls in gameengineAndre Susano Pinto
2009-04-07BGE Python APICampbell Barton
2009-04-05BGE Python APICampbell Barton
2009-04-04BGE Py API, mistake when redoing set action as a static function.Campbell Barton
2009-04-04moved more attributes from getattr into PyAttributeDef'sCampbell Barton
2009-04-03Python BGE APICampbell Barton
2009-04-03BGE Python apiCampbell Barton
2009-02-19BGE Python APICampbell Barton
2009-01-22BGE API cleanup: shape action actuator.Benoit Bolsee
2009-01-21BGE API cleanup: action actuator.Benoit Bolsee
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-17Fix for bug #4192: game engine armatures that are dynamically addedBrecht Van Lommel
2008-09-17Fix for bug #5413: game engine armature actions and shapes keysBrecht Van Lommel
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-14game engine python apiCampbell Barton
2008-07-30Bugfixes: fix for two memory leaks related to dupligroups,Brecht Van Lommel
2008-07-10Adding an option for action actuator - "Continue" this means animations alway...Campbell Barton
2008-07-01bugfix, ActionActuator was missing many checks for PyArg_ParseTuple failing.Campbell Barton
2008-06-26Python API/Game engine fixes, dosn't affect 2.47Campbell Barton
2008-06-23BGE patch #14386: Action Actuator Current Frame Prop. This patch is very use...Benoit Bolsee
2008-06-17Use the scenes framerate for ipo and action framerate in the game engine, was...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-07-19was missing headerCampbell Barton
2007-07-19removing duplicate constantsCampbell Barton
2006-04-28- Charlie fixed some bugs related to copying armature-constraint data (these ...Erwin Coumans
2006-04-27make Bullet default physics engine. However, it still loads some default .ble...Erwin Coumans
2006-01-16fixed a runtime problem with stl container usage, as reported on bf-committer...Erwin Coumans
2005-11-29Cleanup & preparation commit for getting Armatures/Poses/Actions workingTon Roosendaal
2005-07-03Result of 2 weeks of quiet coding work in Greece :)Ton Roosendaal
2004-12-05Fix Action & IPO actuators: (Bugs #1921 & #1920)Kester Maddock
2004-11-24Making the C++ stuff work for the MipsPro 7.3 compiler.Chris Want
2004-11-06Fix the action actuator (bug #1699)Kester Maddock
2004-10-16remove std:: to please msvc6Nathan Letwory