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-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-06fix for fake python bge.* module, this is really nasty temp py code! (not a g...Campbell Barton
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-07-12BGE bug #22760: VideoTexture not available when Blender is compiled without F...Benoit Bolsee
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
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-29Removed the termporary defines added to make the Game Engine compile. Hopeful...Joshua Leung
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-09-03* KX_PythonSeq - comparisons work again. eg. act1.sensors == act2.sensors, ha...Campbell Barton
2009-08-30svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22717:22875Campbell Barton
2009-08-26remove all python api functions deprecated in 2.49Campbell Barton
2009-08-25removing GameLogic.EvalExpression(),Campbell Barton
2009-08-19- fix for BGE warningsCampbell Barton
2009-08-182.5: Game EngineBrecht Van Lommel
2009-08-102.5 audio cleanup:Joerg Mueller
2009-08-10remove python2.x supportCampbell Barton
2009-08-01svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r22075:22099Campbell Barton
2009-07-31remove more unneeded args, also allow ipo to animate the ref value for KX_Ble...Campbell Barton
2009-07-08* workaround for PySys_SetArgv() in python3 needing wchar_tCampbell Barton
2009-06-29BGE Py API using python3 c/api calls. include bpy_compat.h to support py2.xCampbell Barton
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton
2009-06-16svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r20855:20928Campbell Barton
2009-06-16BGE Py APICampbell Barton
2009-06-16saving globalDict didnt work with python3.xCampbell Barton
2009-06-13GameEngine WIP,Campbell Barton
2009-06-092.50:Brecht Van Lommel