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
2004-12-22This commit was manufactured by cvs2svn to create tagv2.36no-author
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
2004-10-25Tweek the stereo settings: allow negative eye separation.Kester Maddock
2004-10-25Do a complete physics timestep each step instead of some per frameKester Maddock
2004-10-24Port stereo stuff from tuhopuu2: anaglyph, vinterlaceKester Maddock
2004-10-24Fix makeScreenshot for blenderplayerKester Maddock
2004-10-16remove std:: to please msvc6Nathan Letwory
2004-10-16Added #include <assert.h> so it compiles where assert() was used.Nathan Letwory
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-10-15added -h to the commandline args to print usage.Kent Mein
2004-10-06removed 3 unused vars.Kent Mein
2004-09-29Added Dump 3dView and Dump Screen to the File menuKent Mein
2004-09-19Convert and use actuators with no target object set.Kester Maddock
2004-09-18Fixed PyObject_IsMT_MatrixKester Maddock
2004-09-01fix typo in GameLogic documentationStefan Gartner
2004-08-27We don't use ODE anymore, so I commented out some lines that make itChris Want
2004-08-10Clear the Python error flag between 'overloaded' Python methods.Kester Maddock
2004-08-10Fix blenderplayer command line option parsing.Kester Maddock
2004-08-01Under certain circumstances a null-pointer could get dereferenced. Disabling ...Nathan Letwory
2004-07-22Fix bug #1460: Camera IPOs Broken (Gameengine)Kester Maddock
2004-07-20Added support for cameras in Blender's Ortho mode.Kester Maddock
2004-07-17Port Python updates from Tuhopuu2:Kester Maddock