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-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-11-07Fix fixed time (enable all frames)Kester 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-03Fix IPO actuator (Bug #1694)Kester Maddock
2004-10-24Port stereo stuff from tuhopuu2: anaglyph, vinterlaceKester Maddock
2004-10-16remove std:: to please msvc6Nathan Letwory
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-10-06removed 3 unused vars.Kent Mein
2004-09-19Convert and use actuators with no target object set.Kester Maddock
2004-09-18Fixed PyObject_IsMT_MatrixKester Maddock
2004-08-10Clear the Python error flag between 'overloaded' Python methods.Kester Maddock
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
2004-06-30Switch to using floats instead of shorts for normal data - they're supposed t...Kester Maddock
2004-06-26Minor Fixes:Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-06-07Lighting updates:Kester Maddock
2004-06-04Miscellaneous Fixes:Kester Maddock
2004-05-30Added Python module for Lights.Kester Maddock
2004-05-30Check for zero normal vectors in the clip planes (if eg Python has set a stra...Kester Maddock
2004-05-26Python fixes:Kester Maddock
2004-05-26Added an UpdateTransform callback from SceneGraph -> Physics.Kester Maddock
2004-05-26Fix Bug #1309 Disabling Actor leaves Ghost, Dynamic and Rigid Body etc enabled.Kester Maddock
2004-05-21near & far are reserved words on MSVC. Don't use them as variable names.Kester Maddock
2004-05-21Frustum sphere culling.Kester Maddock
2004-05-21Fixes for Camera objects and python:Kester Maddock
2004-05-16Cleanup unused/commented out code, compiler warnings, coding standards etc.Kester Maddock
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-16Changed Python _getattr/_setattr methods to use const STR_String& instead of ...Kester Maddock
2004-05-16Python utils for Python <-> MT_Vector, MT_Point & MT_MatrixKester Maddock
2004-05-16Don't overwrite camera's projection matrix every frame.Kester Maddock
2004-05-16Frustum cullingKester Maddock
2004-05-16Don't touch protected KX_GameObject members.Kester Maddock
2004-05-16Frustum Culling.Kester Maddock
2004-05-08Delete all SOLID shapes at the end of the game engine. They were all being l...Kester Maddock
2004-04-28Fix: Setting objects Dynamic, then unsetting Actor would leave an object dyna...Kester Maddock
2004-04-26Fix MouseFocus Sensor objects for dynamic cameras. (Bug 1165)Kester Maddock
2004-04-24Synchronise game engine with Tuhopuu2 tree.Kester Maddock
2004-04-24Fixes for MouseFocusSensor: (bug 1165)Kester Maddock
2004-04-22[SCONS] Optimisation flags for msvcNathan Letwory
2004-04-16Improved rigid body handling for non spherical bounds type.Kester Maddock
2004-04-14Rigid body physics for non spherical bounding objects.Kester Maddock
2004-04-111. Check material names passed to the physics engine (for collision sensors.)Kester Maddock
2004-04-09Fix bug #1126: Ray sensor detects a near sensor attached to the same object ...Kester Maddock
2004-04-08Missed this one! :-(Kester Maddock
2004-04-08Don't import Blender python module into the gameengine. It causes link probl...Kester Maddock
2004-04-08In NaN times I suggested a python function to get the subject of aKester Maddock
2004-04-08Added resolveCombinedVelocities()Kester Maddock