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-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
2004-11-30Removed an unused variable and the autoconf config.h stuff.Kent Mein
2004-11-25Make the material colour the default colour for objects if textures & vertex ...Kester Maddock
2004-11-24Making the C++ stuff work for the MipsPro 7.3 compiler.Chris Want
2004-11-23Fix for bug 1800: mouse over sensor doesn't work for ortho cameras.Kester Maddock
2004-11-22Fix for bug 1600: alpha sort doesn't work on linked (alt-d) objectsKester Maddock
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-11-10GamePlayer seems to be forced to quit pressing "end key".Ton Roosendaal
2004-11-08Fix for MSVC (thanks Simon)Kester Maddock
2004-11-08skip process serial number argument on os XJean-Luc Peurière
2004-11-07Fix fixed time (enable all frames)Kester Maddock
2004-11-07Update Python reference version numberKester Maddock
2004-11-06Reorder update: do physics before logic, so logic doesn't get stale position ...Kester Maddock
2004-11-06Speed up the physics engine: hook the SOLID broad phase, so we can either re...Kester Maddock
2004-11-06Fix the action actuator (bug #1699)Kester Maddock
2004-11-03Fix IPO actuator (Bug #1694)Kester Maddock
2004-10-28Related to gameplayer png bug: cygwin needs to find the zlib libraryChris Want
2004-10-27Fix in Makefile for added png libraryTon Roosendaal
2004-10-26Fix so it compiles on my machine....Kent Mein
2004-10-25add necessary include paths for scons needed after fix for screenshot. NOTE: ...Nathan Letwory