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
2004-12-08This commit makes it so openal finally works on solaris.Kent Mein
2004-12-05Fix for bug #1875:Kester Maddock
2004-12-04Bugfix for #1949:Brecht Van Lommel
2004-11-29fix for #1590, possible fix for #1849 (to be confirmed)Jean-Luc Peurière
2004-11-22Fix for bugs: 1788 (forces) and 1799 (python delattr on game objects)Kester Maddock
2004-11-22Fix stereo window creationKester Maddock
2004-11-07fix bug #1546Jens Ole Wund
2004-11-06Solved annoyance in OSX warp cursor. The former used CGPostMouseEvent callTon Roosendaal
2004-09-06Bugfix for the render window not popping to the front when it already existed,Brecht Van Lommel
2004-09-01removed 4 unused vars...Kent Mein
2004-08-31two more vars that were questionably not initalized...Kent Mein
2004-08-30Changed : A[i,k] to A[i][k]Kent Mein
2004-08-24Fix stereo window creation on X11.Kester Maddock
2004-08-02OS X fix:Jean-Luc Peurière
2004-07-28added a nice alert box when blender is run on a mac with less than 8Mb VRAMJean-Luc Peurière
2004-07-28 new window behaviour for macos X computers :Jean-Luc Peurière
2004-07-26Let the game engine manage it's own sound scene. This is to fix bug 1415 (Pa...Kester Maddock
2004-07-22GCC 3.4 compile fixes from bug #1277Kester Maddock
2004-07-17Fix m_type used uninitialised in MT_Transform.Kester Maddock
2004-07-16Bunch of small fixes for warnings and whatnot....Kent Mein
2004-07-15workspace and project to make opennlJens Ole Wund
2004-07-15workspace with opennl includedJens Ole Wund
2004-07-13* add opennl and superlu to intern projectNathan Letwory
2004-07-13Added SuperLU 3.0:Brecht Van Lommel
2004-06-14rewind of previous commit as some experiment bad problems.Jean-Luc Peurière
2004-06-14changed MT_NDEBUG macro to a MT_DEBUG one and reversed definesJean-Luc Peurière
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-17Correct a project dependency.Nathan Letwory
2004-04-14enable openal support for os x and linux-powerpcStefan Gartner
2004-04-11- Sets this as the active project for internal makeJoseph Gilbert
2004-04-11Bug fix #799 revisitedTon Roosendaal
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-04Converted all of the projectfiles to DOS text formatChris Want
2004-04-02Added CD Audio support for OpenAL.Kester Maddock
2004-03-09- [SCONS] update to use the new csg script if you set the variable to true. I...Nathan Letwory
2004-03-09- [SCONS] SConscript for the new csg libraryNathan Letwory
2004-03-06Updated the Sun ifdef's basically I standardized them so theyKent Mein
2004-03-06Got rid of a cast to float which was causing a warning. (Used a tempKent Mein
2004-03-03- [SCons] Take out redundant 'defines' usage. _LIB is not needed for SoundSys...Nathan Letwory
2004-03-02Added OpenBSD3.x to the SCons build system.Nathan Letwory
2004-03-01SCons updatesMichel Selten
2004-02-23SCons updatesMichel Selten
2004-02-23removed an extra ;Kent Mein