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
2005-06-08(Accidentally sent previous commit without message... is same stuff)Ton Roosendaal
2005-06-04new round of warning fixes. we are now down to 24 with Xcode on blenderJean-Luc Peurière
2005-04-23Added the docs & use Python booleans for physics reinstance.Kester Maddock
2005-04-23Support reinstancing the physics mesh from Python.Kester Maddock
2005-04-23Fix lighting in game engineKester Maddock
2005-04-23Added bone parent relationship.Kester Maddock
2005-04-22removed extra qualifier `SumoPHYCallbackBridge::' that was chokingStephen Swaney
2005-04-18Patch: [ #2439 ] Makes objects react properly to deformations after a mesh re...Kester Maddock
2005-04-10Clean up for Makefiles: some of the directories were being printedChris Want
2005-04-05Added OPENGL includes to this one as well.Kent Mein
2005-03-26add new file SumoPHYCallbackBridge.cpp to SConscript for SCons build.Stephen Swaney
2005-03-25I'll break this commit into two sections in the moto filesKent Mein
2005-03-25Quickly hacked together a fix for game engine compiling. There were twoChris Burt
2005-03-25added an #include <stdlib.h> to fix this:Kent Mein
2005-03-25Big patches:Kester Maddock
2005-03-22Reordered some of the includes to fix STL issues.Kent Mein
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-14This commit reverses the OpenEXR specific stuff in the OpenEXR commit IKent Mein
2005-03-11Gernot Ziegler's patch to add OpenEXR support to blender.Kent Mein
2005-03-09big warning hunt commitJean-Luc Peurière
2005-02-15Joseph Gilbert's fixes for the linux2 build target.Kent Mein
2005-02-15Fix compile errors for MSVCKester Maddock
2005-01-30 - updated MSVC 6 projectfiles.Simon Clitherow
2005-01-25Fix to get gcc 3.4.1 with scons working again.Kent Mein
2005-01-24Fixed the Makefiles so the Joystick stuff works.Kent Mein
2005-01-23Make the KX_PolygonMaterial Python member variables writable.Kester Maddock
2005-01-23Don't delete the Python Controller's private dictionary between frames.Kester Maddock
2005-01-23Added Joystick sensor (from snailrose)Kester Maddock
2005-01-23Don't fail on mesh objects with no faces.Kester Maddock
2005-01-19Jacques patch to get things compiling on windows.Kent Mein
2005-01-18The non scons specific stuff for bug tracker bug #2131Kent Mein
2005-01-16remove gcc compiler error using -pedantic flag:Stephen Swaney
2005-01-16Add an Python Material exampleKester Maddock
2005-01-16Unified KX_BlenderPolyMaterial & GPC_PolygonMaterial into KX_PolygonMaterial.Kester Maddock
2005-01-16Added getDistanceTo Python method (thanks Charlie C)Kester Maddock
2005-01-03More warning cleanups...Kent Mein
2004-12-29PyDoc updatesKester Maddock
2004-12-29Make Python Matrix/Vector conversions more robustKester Maddock
2004-12-29Python methods for camera actuators (thanks snailrose)Kester Maddock
2004-12-29Set the sound system listener properties.Kester Maddock
2004-12-13Set the physics scale on added objects. (Fix bug #1837)Kester Maddock
2004-12-06Fix the case when the physics system starves the logic & renderer of CPU time...Kester Maddock
2004-12-06Fix numerical precision issue in physics. Dividing by a number too close to ...Kester Maddock
2004-12-06Set the default physics tic rate to 90 HzKester Maddock
2004-12-06Don't try to interpolate from prop ipo actuatorsKester Maddock
2004-12-05Fix Action & IPO actuators: (Bugs #1921 & #1920)Kester Maddock
2004-12-04Update the physics engine: interpolate between frames so track to/camera actu...Kester Maddock
2004-12-01Only do event processing for ipo actuators on frames.Kester Maddock
2004-12-01Make objects lit by default if there is a light in the scene, and no other fa...Kester Maddock
2004-12-01.scr patch (from Raymond Penners)Kester Maddock