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
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-30Build fix by Mike SDaniel Salazar
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-11building without python works again for the BGECampbell Barton
2010-10-09Fixing a memory leak with SCA_PythonKeyboard and SCA_PythonMouse.Mitchell Stokes
2010-10-06Campbell requested that I remove one of the bge.events.RETKEY aliases, so I'm...Mitchell Stokes
2010-10-05A bit of bge.events work:Mitchell Stokes
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-11BGE module reshuffling - VideoTexture -> bge.textureDalai Felinto
2010-08-28After talking with Campbell, we came to the conclusion that it was probably b...Mitchell Stokes
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-17Audaspace: This should fix all missing python includes now once for all...Joerg Mueller
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-11Blender Py API: GameLogic -> bge.logicJoerg Mueller
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-07svn merge -r 31060:31144 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-06fix for fake python bge.* module, this is really nasty temp py code! (not a g...Campbell Barton
2010-08-05svn merge -r 30954:31059 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-07-21Moved constants names from KX_ACT_CONSTRAINT_foo to KX_CONSTRAINTACT_foo.Joerg Mueller
2010-07-14Removed stopDSP, relict from FMOD.Joerg Mueller
2010-07-13Merging revision 30126:30261 from trunk.Joerg Mueller
2010-07-12BGE bug #22760: VideoTexture not available when Blender is compiled without F...Benoit Bolsee
2010-07-09Audaspace:Joerg Mueller
2010-06-06- WITH_CXX_GUARDEDALLOC working againCampbell Barton
2010-06-03== python api docs ==Luca Bonavita
2010-06-02rename some rna properties filename --> filepathCampbell Barton
2010-06-02BGE: Moving Constraint Actuator Defines. It was leading to some errors in doc...Dalai Felinto
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-05[#22177] Adding BLF to the BGE and exposing BLF_load as blf.loadCampbell Barton
2010-04-20Added F13 - F19 keys for game engine too.Matt Ebb
2010-04-17Patch #21789 - BGE Keyboard and Mouse Python types - by Mitchell Stokes(Moguri)Dalai Felinto
2010-04-11PyAPICampbell Barton
2010-04-11py api file renameCampbell Barton
2010-03-09rename some functions to use easier to understand names.Campbell Barton
2010-03-08image re-project now uses offscreen render function and has input for render ...Campbell Barton
2010-02-28make BGL and BLF modile names lowercaseCampbell Barton
2010-02-22use BLI_findstring in more places & remove some warnings, no functional changes.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-30BGE: patch [#20293] Added python sensor attribute: Status.Benoit Bolsee
2010-01-30BGE: patch #20399 Python control over adding/removing scenes.Benoit Bolsee
2010-01-11evil 1 liner to get bge.logic, bge.render, bge.keys etc.. may eventually repl...Campbell Barton
2010-01-11get rid of annoying duplicate python initialization code, added setupGamePyth...Campbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee
2009-10-30BGE patch #19751: Add game actuator like methods to GameLogic.Benoit Bolsee