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
2006-04-03applied Charlies patch for game engine graphics. display list support, and bu...Erwin Coumans
2006-04-03Sped up quite a bit using zsorting and fast index guessing. so verts can find...Campbell Barton
2006-04-03Fix gcc warnings about NULL used in arithmetic comparison.Ken Hughes
2006-04-03fixed a crashing bug in new vehicle physics, and removed some debugging code ...Erwin Coumans
2006-04-02 - fix some minor typing/redefinition errors, shouldDaniel Dunbar
2006-04-02Bugfix #3996Ton Roosendaal
2006-04-02Added to select group-Campbell Barton
2006-04-02A calculation was using an integer 100000000000, which was being truncated:Ken Hughes
2006-04-02Bugfix #4046Ton Roosendaal
2006-04-02Bugfix #4042Ton Roosendaal
2006-04-02Bugfix #4047Ton Roosendaal
2006-04-02Fix for #4048Ton Roosendaal
2006-04-02Bugfix #4051Ton Roosendaal
2006-04-02Added proper initialize for curve pointer, fix for commit of march 24th.Ton Roosendaal
2006-04-02Bugreport #4057Ton Roosendaal
2006-04-02Bugfix when checking for a container mesh (Mesh.Unlink needed here)Campbell Barton
2006-04-01Silly var typo fix.Campbell Barton
2006-04-01Bug fix #3900, washed out AO colorsTon Roosendaal
2006-04-01This script copys vertex groups and weights from 1 weighted mesh, to all unwe...Campbell Barton
2006-04-01And the preview.blend for texture preview fixTon Roosendaal
2006-04-01Texture button preview:Ton Roosendaal
2006-04-01Sequence render bug: pressing ANIM didn't update renderwindow, when filesTon Roosendaal
2006-04-01Previewrender fix: when moving the mouse still while previews should renderTon Roosendaal
2006-04-01more Bullet physics improvements, mainly stability and performance related.Erwin Coumans
2006-03-31Added relative vertex references to obj importer,Campbell Barton
2006-03-31Added matt's empty drawsize property to python.Campbell Barton
2006-03-31Removed debug printing.Campbell Barton
2006-03-31FREE_WINDOWS was declaring a typedef for __int64. __int64 was alredy defined.Campbell Barton
2006-03-31Bugfix: isffmpeg() could access a pointer array using an index of -1,Ken Hughes
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-30fixed vehicle related issue (re-enabled them)Erwin Coumans
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-30==Nothing to see here, move along==Chris Want
2006-03-29Fixed some bugs in BPyImage comprehensive loade. (used by 3ds and obj import)Campbell Barton
2006-03-29Added BOP_Mesh constructor to get rid of this:Kent Mein
2006-03-29- fixed elbeem header include problemsNils Thuerey
2006-03-29Several minor fixes:Nils Thuerey
2006-03-29==Directx 8 importer==Tom Musgrove
2006-03-29==Directx 8 exporter update==Tom Musgrove
2006-03-29more physics work: fixed some deactivation bug, improved contact constraint s...Erwin Coumans
2006-03-29I fixed some warnings about multiply defined yy_parse (etc) fuctions.Kent Mein
2006-03-29disabled restitution in the new iterative contact constraint.Erwin Coumans
2006-03-29fixed scons build for moved and added file.Erwin Coumans
2006-03-28Removed a bad return and and unused variable.Campbell Barton
2006-03-28Fix gcc warning about usage of identifier "main"; renamed the variable toKen Hughes
2006-03-28Add structure declaration to beginning of file to fix gcc warnings.Ken Hughes
2006-03-28Move variable declaration to beginning of code block, to avoid compilerKen Hughes
2006-03-28Modified editmesh_mods.cCampbell Barton
2006-03-27another couple of uninitalized variables get the axe.Kent Mein
2006-03-27Make editmesh edge length and face area drawing's precission proportonate to ...Campbell Barton