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-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
2009-09-25WITH_CXX_GUARDEDALLOC was broken since BL_ArmatureObject become a PyObjectCampbell 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-24* fix snprintf error with mingwNathan Letwory
2009-09-21Better unix filesystem integration as documented hereCampbell Barton
2009-09-21Add audaspace search path.Guillermo S. Romero
2009-09-20Sound:Joerg Mueller
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-05Added sound device default settings for the gameplayer.Joerg Mueller
2009-09-05Fixed sound stuff for gameplayer, no sound though as U.audiodevice is set to ...Joerg Mueller
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-03sound init/exit so at least the player opensCampbell Barton
2009-09-03BlenderPlayer linking again for cmake - 148 errors gone.Dalai Felinto