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-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
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