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-10-05Beware, coded between 10 phone calls and 20 sudden surprises, but I stillAlexander Ewering
2005-09-19Coding style from spaces to tabs in files related to Unicode Font Object.Mika Saari
2005-09-15Getting blender to compile for IRIX, in particular:Chris Want
2005-09-14On behalf of Mika Saari, the famous Unicode Font support!Alexander Ewering
2005-08-26 - tsk tsk, ll suffix for constants is not C standard, doesn'tDaniel Dunbar
2005-08-25Random() issues with rendering...Ton Roosendaal
2005-08-23 - added iterator to edgehashDaniel Dunbar
2005-08-23 - subsurf getVertCos returned verts in wrong order sinceDaniel Dunbar
2005-08-22Use new BLI_edgehash_* functions in unwrapper.Brecht Van Lommel
2005-08-22 - sillyness... added drawMappedEdges for meshDaniel Dunbar
2005-08-20Moving functions and calls to have a cleaner situation for futre work (impli...Jens Ole Wund
2005-08-14 - forgot to remove a function prototype from header on static'ngDaniel Dunbar
2005-08-14 - added make_orco_curf, even does keys!Daniel Dunbar
2005-08-08 - added VecLerpf to blenlibDaniel Dunbar
2005-07-28Part of a fix to the makefiles for compiling the new ZLib stuff. ThisChris Burt
2005-07-28 - move zlib.h around to make windows happyDaniel Dunbar
2005-07-28 - update storage.c to use standard time codes (should fix issueDaniel Dunbar
2005-07-27Patch provided by Shaul Kedem: Compressed files are back!Ton Roosendaal
2005-07-27got some "_1400 <= _MSC_VER" wrong, should be "_1400 < _MSC_VER"Erwin Coumans
2005-07-27visual studio 8 crashes on this R argument, todo: find replacementErwin Coumans
2005-07-26 - mixed up RNG type definitionDaniel Dunbar
2005-07-26 - added RNG abstract random object rng_{new/free/seed/get{Int,Double,Float}}Daniel Dunbar
2005-07-23Killed silly modal PoseMode mode! :)Ton Roosendaal
2005-07-20 - added an array shuffling function to BLI_randDaniel Dunbar
2005-07-17preparation for bullet physicsErwin Coumans
2005-07-13Well here it is. Subdivision/Loop Tools Recode Commit #1Johnny Matthews
2005-07-05Added some missing quaternions fonctions:Martin Poirier
2005-06-18Initial commit for new text object.Alexander Ewering
2005-06-10* fix for bug #2720Nathan Letwory
2005-06-04new round of warning fixes. we are now down to 24 with Xcode on blenderJean-Luc Peurière
2005-05-20* Check path for NULL. Fixes potential crash on non-win32 systems at startup,...Nathan Letwory
2005-05-20This commit fixes two related issues:Nathan Letwory
2005-04-30- file sizes > 4 GB were not correctly displayed in the file window. ItTon Roosendaal
2005-04-23Add "View Selected" (numpad .-key) for faceselect mode and the uv editor.Brecht Van Lommel
2005-04-17Patch provided by Andrea Weikert (elubie):Ton Roosendaal
2005-04-04Yuck, forgot to uncommit the ugly version of Mat3ToSize(). Caused scalingTon Roosendaal
2005-04-02 - fix unused variable warningDaniel Dunbar
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-31 - perhaps I should commit a version that compilesDaniel Dunbar
2005-03-31 - committed VecLength function for theethDaniel Dunbar
2005-03-30 - restored msvc warning disable codeDaniel Dunbar
2005-03-29 - added Mesh->derived and Mesh->decimated DerivedMesh pointersDaniel Dunbar
2005-03-28 - switch some code to using BLI_strncpy (with right string lengths!)Daniel Dunbar
2005-03-28bug fix for #2096:Simon Clitherow
2005-03-27Transform goodies;Ton Roosendaal
2005-03-21 - switch BLI_memarena to use stdlib malloc/free (alloc errorsDaniel Dunbar
2005-03-20 - remove all obsolete inclusions of BLI_winstuff.h (due to recent changes)Daniel Dunbar
2005-03-19Some cleaning up of BLI_winstuff.h usageDaniel Dunbar
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-09big warning hunt commitJean-Luc Peurière