blender/source/gameengine/BlenderRoutines
Sergey Sharybin dfc672f8bb SCons: Fix for really nasty bug with polluting configuration environment
The issue was caused by the following construction:

  def = env['SOMETHING']
  defs.append('SOMETHING_MORE')

Since first assignment was actually referencing environment option it was totally
polluted hawing weird and wonderful side effects on all other areas of Blender.
2015-08-04 18:06:28 +02:00
..
BL_KetsjiEmbedStart.cpp Audaspace: fixing problems for the merge to master suggested by Campbell and Sergey. 2015-07-28 14:01:53 +02:00
BL_System.cpp
BL_System.h
CMakeLists.txt Audaspace: fixing problems for the merge to master suggested by Campbell and Sergey. 2015-07-28 14:01:53 +02:00
KX_BlenderCanvas.cpp BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
KX_BlenderCanvas.h BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
KX_BlenderInputDevice.cpp
KX_BlenderInputDevice.h
KX_BlenderKeyboardDevice.cpp
KX_BlenderKeyboardDevice.h
KX_BlenderMouseDevice.cpp
KX_BlenderMouseDevice.h
KX_BlenderSystem.cpp
KX_BlenderSystem.h
SConscript SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00