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-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
2004-04-02Added blender python module to game engine.Kester Maddock
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore 2....Nathan Letwory
2004-03-01SCons updatesMichel Selten
2004-02-21SCons updatesMichel Selten
2004-02-15SCons updatesMichel Selten
2004-01-20SCons updates: (All done by jesterKing)Michel Selten
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
2003-07-16Further fixes to the old makefiles.Kent Mein
2003-03-26FreeBSD can use the exact same python includes as everyone elseWouter van Heyst
2003-01-22Looks like the two definitions were inside constructors duh....Kent Mein
2003-01-21Removed two local vars that were set and then never used.Kent Mein
2003-01-04and the other FreeBSD python locations.Hans Lambermont
2002-12-30Removed unused var here is the diff:Kent Mein
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Last of the config.h mods...Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-11-05Brought back the sumo physics controllers and undid game engine make fileMaarten Gribnau
2002-11-05Forgot to remove sumo physics controllersMaarten Gribnau
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-21moved KX_Python_... files from ketsji to expressionsErwin Coumans
2002-10-18first checkin of ode blender engine filesNorman Lin
2002-10-18First checkin of core ODE functionality. See OdePhysicsController.cpp for a t...Norman Lin
2002-10-12Initial revisionv2.25Hans Lambermont