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
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
2004-07-16Bunch of small fixes for warnings and whatnot....Kent Mein
2004-05-16Added #!/usr/bin/python standard script identifier to the start of SConscript...Kester Maddock
2004-05-04Shortened up the Makefile since freebsd,linux and solaris do theKent Mein
2004-04-30- use SDL sound on FreeBSD too.Hans Lambermont
2004-04-17Enable doppler on platforms other than WIN32.Kester Maddock
2004-04-14enable openal support for os x and linux-powerpcStefan Gartner
2004-04-11- MSVC 6 compiler include paths updateJoseph Gilbert
2004-04-09cleaning up MSVC 6 project files -- fixed a couple of stray *.objSimon Clitherow
2004-04-07Major update for Visual Studio .Net project files. Both Release and Debug mod...Nathan Letwory
2004-04-04Fix only looped sounds play on platforms other than Windows/Apple.Kester Maddock
2004-04-04Fixes to projectfiles:Chris Want
2004-04-02Added CD Audio support for OpenAL.Kester Maddock
2004-03-03- [SCons] Take out redundant 'defines' usage. _LIB is not needed for SoundSys...Nathan Letwory
2004-03-01SCons updatesMichel Selten
2004-02-23SCons updatesMichel Selten
2004-02-23removed an extra ;Kent Mein
2004-02-15SCons updatesMichel Selten
2004-01-05- Added the SConscripts for ftfont and quicktimeNathan Letwory
2004-01-05- Revert to NaN makefilesWouter van Heyst
2004-01-05Basic initial yafray integration by Eeshlo.Alejandro Conty Estevez
2004-01-05SCons build system files added.Michel Selten
2004-01-03 - update VC7 projectfilesDaniel Dunbar
2003-10-22 Fixes Makefile for intern/SoundSystem/intern.Robert Wenzlaff
2003-10-05Finally add spike's FreeBSD suggestions. Tnxto Chris for forwarding.Hans Lambermont
2003-09-16* Fix bug #390 - auto/gcc compile fails on irix:openalMichel Selten
2003-07-27Added the variable NAN_NO_OPENAL to force building withoutChris Want
2003-07-20- updated intern project files to include soundsystem (MSVC 6)Simon Clitherow
2003-07-17Changed some occurances of the lib 'soundsystem' to 'SoundSystem'Chris Want
2003-07-16Further fixes to the old makefiles.Kent Mein
2003-07-16Hopefully update for NaN Makefiles for the moving of SoundSystem.Kent Mein
2003-07-16* Updated the auto* build system to compile again.Michel Selten
2003-07-01Jacques patch for initializing m_context as NULLChris Want
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
2003-02-09- build and link against OpenAL instead of FMod on windowsFrank van Beek
2003-02-09don't use fmod on darwinStefan Gartner
2003-01-04- replaced #elif with more correct version:Frank van Beek
2003-01-04- on windows alcGetError() has no arguments. On other platforms it does.Frank van Beek
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-12-20Shrunk the hack so it didn't get used in newer versions of OpenAL whichKent Mein
2002-12-06sgefants patch to remove the License Key stuff.Kent Mein
2002-11-25Last of the config.h mods...Kent Mein
2002-11-25updated .c files to include:Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-11-12- ALenum alc_error = alcGetError(); // openal_2.14+Kent Mein
2002-11-05Added fmod sound for OSX and fixed some endian problems inMaarten Gribnau