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
2008-12-142.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17...Brecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-11Add MSVC90 project files - part 3. Extern and Intern projects are merged in p...Benoit Bolsee
2008-11-10Add MSVC90 project files - part 1.Benoit Bolsee
2008-11-08* use msvc proposed names when building on win32Nathan Letwory
2008-10-12c3d_import needed encoding defined for python 2.5+ to run.Campbell Barton
2008-10-12read wave files block align value, rather then assuming 2 or 4.Campbell Barton
2008-10-12fix for [#17783] problem when packing wavCampbell Barton
2008-10-09BGE bug fix: fix several bugs and inconsistencies in sound actuator:Benoit Bolsee
2008-10-07joystick updateCampbell Barton
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-25This is part of the cleanup Campbell wanted :)Kent Mein
2008-09-21game engine now compiles with SDL disabled. CDROM and Joystick wont function ...Campbell Barton
2008-09-1332 sounds max would crash on windows because the openal limit is 24, tested a...Campbell Barton
2008-09-13avoid crash when game engine returns to Blender, and OpenAL sources haven't b...Erwin Coumans
2008-09-12made max sounds playable at once 32 rather then 16. (demo release background ...Campbell Barton
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-03-07* on win32 with msvc USE_OPENAL was defined for the entire source. Made it so...Nathan Letwory
2008-03-01Mem leak fixed in sound buffer & parent invert nodeBenoit Bolsee
2008-01-08* fix linking order for l00nixNathan Letwory
2008-01-08* tweak linking priorities - should help for GCC usersNathan Letwory
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2006-12-13CMake: Fix reqular expression message on Windows from Apple framework detecti...Jacques Beuarain
2006-12-13Crude test so that if openal comes from apple framework stuff, use theChris Want
2006-12-13Small typo (-DNO_SOUND instead of -DNOSOUND).Chris Want
2006-11-17CMake lists initial submission. Documentationand further verification for dif...Jacques Beuarain
2006-04-18Update to the VC7 projectfiles.Joseph Gilbert
2006-02-08==SCons==Nathan Letwory
2006-02-05+ WITH_BF_OPENAL=0 should now actually not need OpenAL stuffNathan Letwory
2006-02-04== SCons ==Nathan Letwory
2006-01-30Use ALsizei/GLsizei to fix compile errors on mac / gcc 4.x.Brecht Van Lommel
2006-01-28==compiling==Tom Musgrove
2006-01-09Ton forgot a few modifications to the Scons and Makefile build systems.Kent Mein
2005-08-04updates to the OS X build system :Jean-Luc Peurière
2005-08-02_.NET projectfiles update_Joseph Gilbert
2005-07-31updated vc7 projectfiles so they work with bulletErwin Coumans
2005-06-08(Accidentally sent previous commit without message... is same stuff)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-03-09big warning hunt commitJean-Luc Peurière
2005-02-21MSVC7 update and freetype2 sourceJoseph Gilbert
2005-02-12Update to the MSVC7 project files (vcproj) for Blender's internal librariesJoseph Gilbert
2004-12-30Fix loading of non-packed sounds for Linux.Kester Maddock
2004-12-08This commit makes it so openal finally works on solaris.Kent Mein
2004-12-05Fix for bug #1875:Kester Maddock
2004-11-29fix for #1590, possible fix for #1849 (to be confirmed)Jean-Luc Peurière
2004-08-31two more vars that were questionably not initalized...Kent Mein
2004-07-26Let the game engine manage it's own sound scene. This is to fix bug 1415 (Pa...Kester Maddock