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-16Up the maximum triangles in a bucket.Kester Maddock
2004-05-16Use safe_normalized instead of normalized in shadow cast.Kester Maddock
2004-05-16Inline accessor methods used by armature deformation.Kester Maddock
2004-05-16Use const for SetProjectionMatrixKester Maddock
2004-05-16Use bitset instead of mucking around with <<, | and &Kester Maddock
2004-05-16SceneGraph support for bounding boxsKester 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-16Don't increment tface if tface == NULLKester Maddock
2004-05-13Make game users happier.Kester Maddock
2004-05-08Delete all SOLID shapes at the end of the game engine. They were all being l...Kester Maddock
2004-05-06Fix Bug #1243: http://projects.blender.org/tracker/?func=detail&aid=1243&grou...Kester Maddock
2004-05-04Use a better compare function for RAS_IPolygonMaterialKester Maddock
2004-05-04Fix for bug #945 getVertexArrayLength(x) returns different values on differen...Kester Maddock
2004-05-03Mouse Wheel Support for the Game Engine.Kester Maddock
2004-05-01Changes for OSX compiling with Makefiles;v2.33Ton Roosendaal
2004-04-30- use SDL sound on FreeBSD too.Hans Lambermont
2004-04-29Fix blenderplayer unable to load .blend files (only runtimes!)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-24Remove ability to open a published executable from Blender.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-08Fix SConscript for GamePlayer.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-08Added preliminary support for GamePlayer building with SCons. GPG_ghost and G...Nathan Letwory
2004-04-03#define some constants for physics engines in DNA world types.Kester Maddock
2004-04-02Added blender python module to game engine.Kester Maddock
2004-04-02Speed up the physics engine by cutting down on the number of fix pass iterati...Kester Maddock
2004-03-31* Only load needed extensions (ie none.)Kester Maddock
2004-03-23[GameEngine] Commit all Kester's changes made to the gameengine to restore 2....Nathan Letwory
2004-03-21Added 2 options to the Makefiles (enable in environment, user-def.mk,Chris Want
2004-03-21 - split the data structures that actually constitute a meshDaniel Dunbar
2004-03-14Change an AUTOSPACE to ME_AUTOSPACE to comply with the new namingChris Want
2004-03-01SCons updatesMichel Selten
2004-02-23some more warnings cleared up from Solaris compiler.Kent Mein
2004-02-22SCons updatesMichel Selten
2004-02-21- [win32] updated SConscripts to use new configuration method (config.opts).Nathan Letwory