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-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
2009-10-27- Right click menu can open links directly to API reference docs (rna and ope...Campbell Barton
2009-10-27BGE: when letterbox is enabled use the camera framing as a clipping area (goo...Campbell Barton
2009-10-27remove ARegion from the Canvas, use a RAS_Rect instead. (pair programming wit...Campbell Barton
2009-10-27added SetDisplayArea, GetDisplayArea was used in a confusing wayCampbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22Shape KeysBrecht Van Lommel
2009-10-20Fixes to get Blender compile and run on PowerPC OSX 10.3, gcc 3.3Ton Roosendaal
2009-10-19Fix #19669 and other: triple buffer & icon texture drawing could causeBrecht Van Lommel
2009-10-02* due to the setup of headers in mingw 4.4.0, includes could mess up. Making ...Nathan Letwory
2009-09-30svn merge https://svn.blender.org/svnroot/bf-blender/branches/blender2.4 -r23...Campbell Barton
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-28* Copy() -> Clone() (even though these hopefully will be obliterated from ext...Nathan Letwory
2009-09-28Compile fix for GameEngineJoshua Leung
2009-09-27Sound:Joerg Mueller
2009-09-25almost all event managers stored a pointer back to the logic manager, easier ...Campbell Barton