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
2005-09-22update to .NET project filesJoseph Gilbert
2005-09-22Before including <GL/gl.h> on windows you have to include <windows.h>Joseph Gilbert
2005-09-21- fixes elbeem SConscript file for python2.3Nils Thuerey
2005-09-18Added zlib include for solaris and windows to fix broken compilation ofChris Burt
2005-09-18initial commit of the fluid simulator.Jean-Luc Peurière
2005-09-15Getting blender to compile for IRIX, in particular:Chris Want
2005-09-01- Changed xz limit drawing to use same formulas as the limiting in the IKBrecht Van Lommel
2005-08-31Update to .NET project filesJoseph Gilbert
2005-08-29Bugfix; rotation limits for < 3 DOF bones were using wrong referenceBrecht Van Lommel
2005-08-29updated MSVC 6 Project file for IKSolver.Simon Clitherow
2005-08-28IK rotation limits fixes:Brecht Van Lommel
2005-08-28Bugfix; the IK solver would crash if there were 0 DOF's in the chain.Brecht Van Lommel
2005-08-27Make IK DOF stiffness work in range 0.0-1.0, for consistency.Brecht Van Lommel
2005-08-27Update SConscript.Brecht Van Lommel
2005-08-27Another file missed in IK commit.Brecht Van Lommel
2005-08-27Forgot to add new files...Ton Roosendaal
2005-08-27Second commit for Brecht's IK work.Ton Roosendaal
2005-08-27First commit of Brecht's new IK work. This only does the IK module.Ton Roosendaal
2005-08-21MEM_alloc allocated in units of 8 for 32 bits systems, and units of 4 forTon Roosendaal
2005-08-04updates to the OS X build system :Jean-Luc Peurière
2005-08-02_.NET projectfiles update_Joseph Gilbert
2005-08-01BMFont didn't define correct character size for "Screen 15" font for TAB and ...Martin Poirier
2005-07-31updated vc7 projectfiles so they work with bulletErwin Coumans
2005-07-27- added debug line drawing in gameengine (handy for debugging physics problems)Erwin Coumans
2005-07-22 - got fed up with not being able to put a breakpoint on MEM_Daniel Dunbar
2005-07-20 - remove MEM_dupallocN's warning on dup of len==0 sized objectDaniel Dunbar
2005-07-18 - commit patch from Matthew Plough to request buffer with SWAP_COPYDaniel Dunbar
2005-06-08(Accidentally sent previous commit without message... is same stuff)Ton Roosendaal
2005-05-24Disabled assert foolery in Decimator. :)Ton Roosendaal
2005-04-30Weird, make on OS X needs an 'export' for CPPFLAGS to make valueChris Want
2005-04-30Uncommitted fix in NAN_NO_KETSJI compile, which seems to work only forTon Roosendaal
2005-04-29Compile with NAN_NO_KETSJI kept giving me errors with OpenAL.Ton Roosendaal
2005-04-27Bunch of gcc 4.0 warning fixes.Kent Mein
2005-04-24Sigh! Left in debug print... :)Ton Roosendaal
2005-04-24Adapted Nvidia hack for OSX; it checks for the gl string more narrow, toTon Roosendaal
2005-04-04Moved the start of an ifdef so it includes vars specific to the ifdefKent Mein
2005-04-02*** empty log message ***Joseph Gilbert
2005-04-02 - got tired of str[n]casecmp not declared warningsDaniel Dunbar
2005-03-29Removed comma at end of enumerator list to please fussy compiler.Stephen Swaney
2005-03-29Changed:Kent Mein
2005-03-26TEMPORAL HACK!!!Ton Roosendaal
2005-03-25I'll break this commit into two sections in the moto filesKent Mein
2005-03-25Small fix for the following warning:Kent Mein
2005-03-14ome more warnings cleaningJean-Luc Peurière
2005-03-09big warning hunt commitJean-Luc Peurière
2005-02-21MSVC7 update and freetype2 sourceJoseph Gilbert
2005-02-12The opennl vcproj was not copying ONL_opennl.h to the lib\windows\opennl\incl...Joseph Gilbert
2005-02-12Update to the MSVC7 project files (vcproj) for Blender's internal librariesJoseph Gilbert
2005-01-17Use the default windows assert for VisualCKester Maddock
2005-01-16Fixed #define for snprintf on win32Simon Clitherow