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-02-12correct fsf addressCampbell Barton
2010-02-12BGE: linear velocity and angular velocity are attributes nowDalai Felinto
2010-02-082.5 Audio:Joerg Mueller
2010-02-07BGE: Fix typo in SConscript preventing to import VideoTexture module.Benoit Bolsee
2010-02-07Wrong argument name for sconsMartin Poirier
2010-02-07BGE: VideoTexture was not included, missing WITH_FFMEG defined. Fixed in all ...Benoit Bolsee
2010-02-05BGE: Sound Actuator APIDalai Felinto
2010-02-05BGE fix: KX_Lamp using strcmp wrongly + typo in rna_defineDalai Felinto
2010-02-04BGE: Optimize Soft body conversion: don't create BVH structure.Benoit Bolsee
2010-01-31rename game object obcolor to colorCampbell 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-18BGE: Mouse Sensor type defaults to 1 (MOUSELEFT ) + remove camera attribute f...Dalai Felinto
2010-01-17patch [#20560] [patch] KX_GameObject.obcolorCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
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
2010-01-06BGE: KX_GameObject.rayCast() to return 5-tuple in case of no hit when poly=2 ...Benoit Bolsee
2009-12-23BGE: fix more transpose bug when MathUtils is not used.Benoit Bolsee
2009-12-23BGE: fix more matrix transpose bugs in assignement to game object matrices.Benoit Bolsee
2009-12-08BGE: add hitUV property to mouse focus sensor to return UV coordinates under ...Benoit Bolsee
2009-12-05BGE fix for GameLogic["post_draw"] not working with 2DFiltersDalai Felinto
2009-12-04BGE: Add option to return UV coordinates aofthe hit point to KX_GameObject::r...Benoit Bolsee
2009-11-26BGE: allow using dynamic loaded mesh in replaceMesh for soft body. This is a ...Benoit Bolsee
2009-11-26small change to BGE callbacks, only allocate empty args once in the callback ...Campbell Barton
2009-11-25BGE: replace mesh works for Soft Body (including reinstantiation of physics s...Benoit Bolsee
2009-11-22missing decref from patch #19258Campbell Barton
2009-11-22[#19258] [patch] Adding drawing capabilities to BGE PythonCampbell Barton
2009-11-21patch [#19796] GLEW update by Mitchell Stokes (Moguri)Dalai Felinto
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-16Add include path to find BLO_readfile.h.Guillermo S. Romero
2009-11-16BGE: dynamic loading patch commited. API and demo files available here: https...Benoit Bolsee
2009-11-10Math LibBrecht Van Lommel
2009-10-30BGE patch #19751: Add game actuator like methods to GameLogic.Benoit Bolsee
2009-10-20Fixes to get Blender compile and run on PowerPC OSX 10.3, gcc 3.3Ton Roosendaal
2009-09-30- rather then passing the python namespace dictionary to the controller funct...Campbell Barton
2009-09-30option to build the BGE without python, uses existing python check (cmake and...Campbell Barton
2009-09-29remove ray sensors own logic manager (now stored in parent class) + other min...Campbell Barton
2009-09-29Removed the termporary defines added to make the Game Engine compile. Hopeful...Joshua Leung
2009-09-25almost all event managers stored a pointer back to the logic manager, easier ...Campbell Barton
2009-09-25* some fixes to have scons/mingw compile the sources too, even with BF_DEBUG=...Nathan Letwory
2009-09-25Merge of itasc branch. Project files, scons and cmake should be working. Make...Benoit Bolsee
2009-09-25* explicit cast needed for mingw.Nathan Letwory
2009-09-13svn merge https://svn.blender.org/svnroot/bf-blender/branches/blender2.4 -r23...Campbell Barton
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton