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-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
2004-07-17Port a few rasterizer changes from tuhopuu2:Kester Maddock
2004-07-17Added the runtime fullscreen options.Kester Maddock
2004-07-16Bunch of small fixes for warnings and whatnot....Kent Mein
2004-07-16OK, the game engine has been un-buildable on irix for long enoughChris Want
2004-07-16Fix to not create invalid bound shapes from non mesh objects (armatures).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-23Fix a compile error in data conversion: double declaration of some vertex att...Kester Maddock
2004-06-23Fix for reflection mapping unlit faces: normals were not being sent, hence r...Kester Maddock
2004-06-07Add the separate spec colour definitions!Kester Maddock
2004-06-07Python updates:Kester Maddock
2004-06-07Lighting updates:Kester Maddock
2004-06-04blenderplayer target for SCons.Kester Maddock
2004-06-04Miscellaneous Fixes:Kester Maddock
2004-06-04Fix bug #1334: Crash with Python/GameEngine when the script has syntax errors.Kester Maddock
2004-06-02Updates to GamePython Reference.Kester Maddock
2004-05-31Use epydoc for generating game python reference (like the bpython guys)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-24Game Python Reference Manual.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-21Query GL for max number of lights to use.Kester Maddock
2004-05-21Depth sorting for alpha mesh objects.Kester Maddock
2004-05-18Compiler portability fixes (MSVC 6)Kester Maddock
2004-05-17Same again - change static const for MSVC++Kester Maddock
2004-05-17Fix for MSVC .NET, which can't handle static const declarations in classes.Kester Maddock
2004-05-17Fix for bug 1245: Vertex Colours are wrong in GameBlender. 2nd try.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-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