blender/source/gameengine/GamePlayer/common
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
..
CMakeLists.txt Ghost Context Refactor 2014-10-07 15:47:32 -05:00
GPC_Canvas.cpp makeScreenshot - adding frame number to the filename 2015-02-21 12:16:20 +00:00
GPC_Canvas.h BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
GPC_KeyboardDevice.cpp Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
GPC_KeyboardDevice.h Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
GPC_MouseDevice.cpp Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
GPC_MouseDevice.h Fix T38110: GameEngine keyboard sensor ignores unicode characters 2014-01-23 14:58:04 +11:00
SConscript SCons: Fix for really nasty bug with polluting configuration environment 2015-08-04 18:06:28 +02:00