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-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
2004-05-07potential fix for windows crash when it encounters file dates beyondTon Roosendaal
2004-05-06Fix related to audio crash. Made the check for when audio_init runs aTon Roosendaal
2004-05-06bug fix #1237Ton Roosendaal
2004-05-06fix for bug #1223Ton Roosendaal
2004-05-06fix for bug #1226:Ton Roosendaal
2004-05-06Fix Bug #1243: http://projects.blender.org/tracker/?func=detail&aid=1243&grou...Kester Maddock
2004-05-05 - PyInt_AsLong() was called on a possibly NULL object, this may beDaniel Dunbar
2004-05-05 - made a VERY IMPORTANT change to usiblender.cDaniel Dunbar
2004-05-04 - change to non-typedef'ng method of declaring BCursor in winlay.hDaniel Dunbar
2004-05-04 - removed debug prints that had no meaning to most peopleDaniel Dunbar
2004-05-04 - ugh, do not break open an abstract data type just to add one singleDaniel Dunbar
2004-05-04Added Camera Fly Mode (Shift F) to the toolbox.Kent Mein
2004-05-04Removed the printf that was causing about 50000Kent Mein
2004-05-04 - fix silly scriptlink running code, pulled out convenientDaniel Dunbar
2004-05-04Use a better compare function for RAS_IPolygonMaterialKester Maddock
2004-05-04Fix for bug #945 getVertexArrayLength(x) returns different values on differen...Kester Maddock
2004-05-04Build blender with solid-based gameengine on irix using pre-compiledChris Want
2004-05-04Apparently the sequencer has its own audiosystem, so the change I didTon Roosendaal
2004-05-03Fixed a bug where From Window mapping in perspective view would give strangeBrecht Van Lommel
2004-05-03Mouse Wheel Support for the Game Engine.Kester Maddock
2004-05-03Check that deformer is an armature defore updating the displistsChris Want