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/intern
AgeCommit message (Expand)Author
2008-01-03Split guardedalloc print into 2 funcs, 1 that prints on errors, another then ...Campbell Barton
2008-01-01while trying to debug memory leaks, extended MEM_printmemlist to print a pyth...Campbell Barton
2007-12-14include <ieeefp.h> on solaris and remove incorrect macro so finite() is now c...Campbell Barton
2007-12-13fix for own warningCampbell Barton
2007-12-13finite isnt defined on solaris 10, check and define - does the same as Win32Campbell Barton
2007-12-06Bugfix for IK locked axes with an initial rotation, gave wrongBrecht Van Lommel
2007-12-01Fix for bug #7851: crash with LSCM unwrap, due to opennl refactor.Brecht Van Lommel
2007-11-29Solaris had a problem finding finite so had to conditionally Kent Mein
2007-11-25Bugfix: Wrong 32/64bit check was used which resulted in a 2GB limit for some ...Daniel Genrich
2007-11-24- forgot to include a file in the last commitNils Thuerey
2007-11-22- Added OpenMP code, it is enabled by defining PARALLEL=1 for the elbeemNils Thuerey
2007-11-13Bugfix 7733Ton Roosendaal
2007-11-05Mesh Deform ModifierBrecht Van Lommel
2007-11-01IKBrecht Van Lommel
2007-10-29render stamp drawing is now done everywhere - (not just when saving Campbell Barton
2007-10-24Pole Target for IKBrecht Van Lommel
2007-10-24set the alpha value of text, so stamps are always visible in RGBA Campbell Barton
2007-10-20Image Stamping patch by Diego (and peach request)- stamps image info into met...Campbell Barton
2007-09-17Patch/Bugfix #7334 by 'gsr b3d:Joshua Leung
2007-09-12more gcc 4.1.x warning cleanup:Stephen Swaney
2007-09-12apply first part of patch #6994 - elbeem_warning_patch.diffStephen Swaney
2007-09-11This does nothing to fix the irix stuff but gets rid of a couple of simpleKent Mein
2007-09-06BugFix #7303Diego Borghetti
2007-09-02== Sequencer ==Peter Schlaile
2007-08-31This covers bugs # 7130 7131 7132 7133Kent Mein
2007-08-28This commit fixes up a bunch of svn properties to hopefully make things a lit...Kent Mein
2007-08-20Patch #6770 by James C (sheep)Matt Ebb
2007-08-15add the option of not installing to scons build systemJean-Luc Peurière
2007-08-04ToolsKen Hughes
2007-07-28Updates to opennl for mesh laplacian matrix building, to make matrixBrecht Van Lommel
2007-07-12ToolsKen Hughes
2007-07-04== MSVC 7.1 project files ==Andrea Weikert
2007-07-01Tools:Ken Hughes
2007-06-28Just cleaning up dirs no longer in use.Kent Mein
2007-06-26a var was declared twice in the same function, just removing theKent Mein
2007-06-26This is for bug #6883 Add usefull error message to GL failure...Kent Mein
2007-06-22ToolsKen Hughes
2007-06-14Fix for very old bug in Boolean code. BSP trees were calculated incorrectly,Ken Hughes
2007-05-31**blush**Jean-Luc Peurière
2007-05-28Added 48x48 blender icon for X11Campbell Barton
2007-04-15Made X11 use _NET_WM_STATE_MAXIMIZED_HORZ and _NET_WM_STATE_MAXIMIZED_VERT wh...Campbell Barton
2007-04-04moved source and text to american spellingCampbell Barton
2007-03-27=== SCons ===Nathan Letwory
2007-03-24Scons build system. MSVC 7.1 in a moment.Robert Holcomb
2007-03-20cleanup compiler warnings forStephen Swaney
2007-03-03==== MSVC 7.1 project files ====Andrea Weikert
2007-01-18== Sequencer ==Peter Schlaile
2007-01-07==== GHOST Win32 ====Andrea Weikert
2006-12-25Attempt to fix mouse-look in game engine on OS X: setCursorPosition. Thanks M...Erwin Coumans
2006-12-13CMake: Fix reqular expression message on Windows from Apple framework detecti...Jacques Beuarain