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
path: root/source
AgeCommit message (Expand)Author
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-16Fix for bug 1245: Colours are wrong on GameBlenderKester Maddock
2004-05-16bugfix: #1206 Object.getBoundBox() was returning obdata coordinates.Stephen Swaney
2004-05-15Adapted sconscript for removed fileTon Roosendaal
2004-05-15Removed obsolete fileTon Roosendaal
2004-05-15Assuming the freeze is over and we can head towards 2.34: this is theTon Roosendaal
2004-05-15- added setBorder() to renderingContext to set border render rects from python.Joseph Gilbert
2004-05-15- bugfix #998 Object matrix incorrectJoseph Gilbert
2004-05-15- spelling error and example fixJoseph Gilbert
2004-05-15Adds a 'paint' floating panel to the image window to control brush settings f...Johnny Matthews
2004-05-13- Small improvement, check ~/.blender/.bfont.ttf instead of .blender/.bfont.t...Wouter van Heyst
2004-05-13Make game users happier.Kester Maddock
2004-05-13quick fix -- bug #1217 (Unable to access AA fonts in Linux)Simon Clitherow
2004-05-12Secured division by extreme values with a FLT_EPSILON. This mightTon Roosendaal
2004-05-12A few fixes to the menus:Matt Ebb
2004-05-12bugfix from bpy mail list:Stephen Swaney
2004-05-122.33a splashTon Roosendaal
2004-05-12Little things pending for menus...Ton Roosendaal
2004-05-11Added warning message on attempt to join 2 Meshes with vertex keys.Ton Roosendaal
2004-05-11Changed printing an empty string to print "0" for files for zero sizeTon Roosendaal
2004-05-11- bugfix #1197 (New Bone.parent/child Access Destructive)Joseph Gilbert
2004-05-11Tinsy error in undo for selection. Undo_push() was called too late.Ton Roosendaal
2004-05-11 - nasty memory corruption on windows for getting home directoryDaniel Dunbar
2004-05-11PATCH!Ton Roosendaal
2004-05-10Bug 1272Ton Roosendaal
2004-05-10Bug fix for AO and Soft shadow:Ton Roosendaal
2004-05-10Bug #1264Ton Roosendaal
2004-05-10Added tooltips for Lattice editbuttons.Ton Roosendaal
2004-05-10 fix for bug #1263Ton Roosendaal
2004-05-10As we dutchies say: "Now breaks my clog!"Ton Roosendaal
2004-05-09BPython:Willian Padovani Germano
2004-05-08Fixed little annoyance that caused previewrender not to clear sometimes.Ton Roosendaal
2004-05-08post 2.33 release commit of the modified SCons files for Os X.Jean-Luc Peurière
2004-05-08Delete all SOLID shapes at the end of the game engine. They were all being l...Kester Maddock
2004-05-07Num-slider buts and CTRL didn't work when range was > 1.0Ton Roosendaal
2004-05-07Added two more mapping types to World buttons for sky render.Ton Roosendaal
2004-05-07When pressing ALT+A, i noticed other windows advance 1 frame. This isTon Roosendaal
2004-05-07Improved three tooltips:Ton Roosendaal
2004-05-07- switched a strcat and strcpy pair... doh! (well spotted b-ix!)Simon Clitherow