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-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-10BGE API_DOC: VideoTexture and PhysicsConstraints templates (need the function...Dalai Felinto
2010-01-07PyDoc updated for Rasterizer setEyeSeparation and setFocalLength + blenderpla...Dalai Felinto
2010-01-06BGE: KX_GameObject.rayCast() to return 5-tuple in case of no hit when poly=2 ...Benoit Bolsee
2009-12-31BGE: negative lamp last fix - Texture Face. I'm going to commit it to 2.49 too.Dalai Felinto
2009-12-31BGE bugfix: [#19476] Negative Lamps in BGE Do Not Function (in GLSL)Dalai Felinto
2009-12-31BGE: (1) stereo tooltip update (2) blenderplayer working with new stereo sett...Dalai Felinto
2009-12-29BGE: stereoscopic settings changes: (1) eye separation is the UI (2) focallen...Dalai Felinto
2009-12-29* speedup for animating bones, in one scene with sintel and a dragon animated...Campbell Barton
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-22BGE: update for new soft body helpers API.Benoit Bolsee
2009-12-22BGE: fix bug with rigid body joint constraint target name: skip OB letter.Benoit Bolsee
2009-12-14Fix #20367: game engine crash, origindex layer is now optional.Brecht Van Lommel
2009-12-13invalid value for BGE PyObjects was invertedCampbell Barton
2009-12-13clear loc/size/rot wasnt updating child transformations, also removed some wa...Campbell Barton
2009-12-08BGE: Add plot method to VideoTexture.ImageBuff class.Benoit Bolsee
2009-12-08BGE: add hitUV property to mouse focus sensor to return UV coordinates under ...Benoit Bolsee
2009-12-08BGE: fix bug in mouse button release detectionBenoit 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-28BGE: ray casting works on soft body, the hit polygon is also returned. The mo...Benoit Bolsee
2009-11-28BPlayer fix (we were still using old scene.r instead of scene.gm here) and mo...Dalai Felinto
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-25Add guardealloc for RAS_MeshObject.cpp (and clean whitespace).Guillermo S. Romero
2009-11-25BGE: replace mesh works for Soft Body (including reinstantiation of physics s...Benoit Bolsee
2009-11-23epydocs for bge pre/post render callbacksCampbell Barton
2009-11-22missing decref from patch #19258Campbell Barton
2009-11-22[#19258] [patch] Adding drawing capabilities to BGE PythonCampbell Barton
2009-11-22MSVC 9 projectfilesAndrea Weikert
2009-11-22BGE: Removing OB prefix from object names - This will break scripts !!!! (als...Dalai Felinto
2009-11-21patch [#19796] GLEW update by Mitchell Stokes (Moguri)Dalai Felinto
2009-11-21patch from Dave Plater which fixes some problems building the BGE with cmakeCampbell Barton
2009-11-20option to have scripts run on startup for per blendfile UI'sCampbell Barton
2009-11-18rename pose_channels to bonesCampbell Barton
2009-11-16bge: fix for "dome mode not working with Letterboxing".Dalai Felinto
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-16bpplayer compiling fixes: ([#19890] Getting the Blenderplayer to build again ...Dalai Felinto
2009-11-15[#19896] [bugfix] Fixing converting of rotation f-curvesCampbell Barton
2009-11-11Mitchell Stokes BGE MouseWarp patch + warning fixCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-11-10fix for own error in active bone commit, wasnt checking object type was an ar...Campbell Barton
2009-11-10use armature active bone as a pointer rather then a flag for each bone that n...Campbell Barton
2009-11-02how embarrassing!Campbell Barton
2009-10-30BGE patch #19751: Add game actuator like methods to GameLogic.Benoit Bolsee