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-07Fix fixed time (enable all frames)Kester Maddock
2004-11-07Update Python reference version numberKester 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-06Fix the action actuator (bug #1699)Kester Maddock
2004-11-03Fix IPO actuator (Bug #1694)Kester Maddock
2004-10-28Related to gameplayer png bug: cygwin needs to find the zlib libraryChris Want
2004-10-27Fix in Makefile for added png libraryTon Roosendaal
2004-10-26Fix so it compiles on my machine....Kent Mein
2004-10-25add necessary include paths for scons needed after fix for screenshot. NOTE: ...Nathan Letwory
2004-10-25Tweek the stereo settings: allow negative eye separation.Kester Maddock
2004-10-25Do a complete physics timestep each step instead of some per frameKester Maddock
2004-10-24Port stereo stuff from tuhopuu2: anaglyph, vinterlaceKester Maddock
2004-10-24Fix makeScreenshot for blenderplayerKester Maddock
2004-10-16remove std:: to please msvc6Nathan Letwory
2004-10-16Added #include <assert.h> so it compiles where assert() was used.Nathan Letwory
2004-10-16Switch fixed time system. Logic updates should now happen at 30Hz, physics a...Kester Maddock
2004-10-15added -h to the commandline args to print usage.Kent Mein
2004-10-06removed 3 unused vars.Kent Mein
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