blender/source/gameengine
Campbell Barton e7abdd7d56 Better unix filesystem integration as documented here
http://wiki.blender.org/index.php/BlenderDev/Blender2.5/Unix_FHS

for scons WITH_BF_FHS enabled an alternative layout eg.
scons WITH_BF_FHS=1 BF_INSTALLDIR="/usr/local"

for CMake just run "make install" after make (CMAKE_INSTALL_PREFIX is used for the base path)

Currently only scripts use both the system and user path correctly, other areas of blender have their own path code inline with lots of ifdefs, needs to be carefully updated.
2009-09-21 03:16:26 +00:00
..
BlenderRoutines Add audaspace search path. 2009-09-20 20:14:34 +00:00
Converter * cleaning up warnings (mostly windows). A collection of other warning fixes too (undefined function, assuming int, etc.) 2009-09-06 13:20:05 +00:00
Expressions white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
GameLogic white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
GamePlayer white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
Ketsji svn merge https://svn.blender.org/svnroot/bf-blender/branches/blender2.4 -r23172:HEAD 2009-09-13 08:50:54 +00:00
Network white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
Physics white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
PyDoc Better unix filesystem integration as documented here 2009-09-21 03:16:26 +00:00
Rasterizer white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
SceneGraph white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
VideoTexture * cleaning up warnings (mostly windows). A collection of other warning fixes too (undefined function, assuming int, etc.) 2009-09-06 13:20:05 +00:00
CMakeLists.txt white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
Makefile 2.5 2009-08-11 18:14:49 +00:00
SConscript Spring Cleaning 2009-06-21 16:18:38 +00:00