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
2005-03-03Applied correct '\\' for file paths on Windows (thanks Elubie!)Simon Clitherow
2005-02-27Fixed Constraint projection code in perspective mode. When using a planar con...Martin Poirier
2005-02-25Added include sys/vfs.h for hpux was in the patches tracker....Kent Mein
2005-02-18I updated the FREETYPE2 checks so it didn't build freetype stuffKent Mein
2005-01-30Fixed old annoyance; enabling true Ortho render in Blender.Ton Roosendaal
2005-01-09Mixup of vectors in VecAngle3 (caused by me switching order of args!)Ton Roosendaal
2005-01-09The "teac" (measurement info) patch from Campbell BartonTon Roosendaal
2005-01-03More warning cleanups...Kent Mein
2005-01-03Some of the Makefiles had CPPFLAGS += LEVEL_(X)_C_WARNINGSKent Mein
2005-01-03Bug fix 2047Ton Roosendaal
2004-12-27Biiig commit! Thanks to 2-3 weeks of cvs freeze...Ton Roosendaal
2004-12-16Errors in saving runtime, and fileops in file window; files were copiedTon Roosendaal
2004-12-12fix for potential crasher. we were returning pointer to a local varJean-Luc Peurière
2004-12-11Bugfix #1589Rob Haarsma
2004-11-11Added winstuff.h for M_PI_2 define!Ton Roosendaal
2004-11-11Fix for bug #1756Ton Roosendaal
2004-11-03Two fixes;Ton Roosendaal
2004-10-31ESC during scanfill (triangulate) delivers corrupted memoryTon Roosendaal
2004-09-19Evil commit! Nothing really changed except;Ton Roosendaal
2004-08-03- Fix build failure on Linux sparcWouter van Heyst
2004-07-13Added LSCM UV Unwrapping:Brecht Van Lommel
2004-07-12- changed sequence for finding HOME on Win32. Sequence is now asSimon Clitherow
2004-07-05New: color picker!Ton Roosendaal
2004-05-31Limit for Normalise() call was 0.000000001 or so. This is still far tooTon Roosendaal
2004-05-11Changed printing an empty string to print "0" for files for zero sizeTon Roosendaal
2004-05-11 - nasty memory corruption on windows for getting home directoryDaniel Dunbar
2004-05-07- switched a strcat and strcpy pair... doh! (well spotted b-ix!)Simon Clitherow
2004-05-07potential fix for windows crash when it encounters file dates beyondTon Roosendaal
2004-04-25Mirror in object mode. Works like Mirror in edit mode but only works on local...Martin Poirier
2004-04-20- Returned multi-user support on Win2k/XP.Simon Clitherow
2004-04-05Rick Kimball's patch Basically it checks to make sure the unix platformsKent Mein
2004-04-04Making noise.c more palatable on irix.Chris Want
2004-04-03Eesho's patch for new noise textures!Ton Roosendaal
2004-03-30Fixed the fix I did earlyer. (Move var declaration up in the functionKent Mein
2004-03-29Bug fix for #977Kent Mein
2004-03-28 - replaced G.{edve,eded,edvl} with G.editMesh, atm just a structure toDaniel Dunbar
2004-03-06Updated the Sun ifdef's basically I standardized them so theyKent Mein
2004-02-23Added a if defined(__sun)Kent Mein
2004-01-29last minute commit -- saving .b.blend files on Windows for usersSimon Clitherow
2004-01-25Applied checks for more secure 3D font handling.Rob Haarsma
2004-01-16Corrected the line distance behaviour for Text objects.Rob Haarsma
2004-01-15Changed the Font editing panel so it displays the Postscript name of the font.Rob Haarsma
2004-01-08- [win32] now really using the directory Blender is installed in. My patch wa...Nathan Letwory
2004-01-07 - added BLI_ghash_size(), number of entries in tableDaniel Dunbar
2003-12-24- only cosmetic stuff; result of going over the output of mipspro ccTon Roosendaal
2003-12-07- Solution for fixing plugins, which now runs without -ldl at OSX 10.2/3Ton Roosendaal
2003-12-01Nathan Letwory's patch for Bug #458 (Fileselect bug)Roel Spruit
2003-11-25Douglas Bischoff's Fix for Plugins on OSX.Kent Mein
2003-11-20Fix for undo... it didn't do the UV coords (tface) nor the vertexpaintTon Roosendaal
2003-10-25- fixed a bug when saving user defaults (Win32 only)Simon Clitherow