blender/source/gameengine/BlenderRoutines
Campbell Barton 4d37cf90b9 remove G.sce, use G.main->name instead.
Both stored the filename of the blend file, but G.sce stored the last opened file.
This will make blender act differently in some cases since a relative path to the last opened file will no longer resolve (which is correct IMHO since that file isnt open and the path might not even be valid anymore).

Tested linking with durian files and rendering to relative paths when no files is loaded however we may need to have some operators give an error if they are used on the default startup.blend.
2010-10-18 06:41:16 +00:00
..
BL_KetsjiEmbedStart.cpp remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
CMakeLists.txt - added back zlib include (needed for win32). 2010-09-07 01:13:10 +00:00
KX_BlenderCanvas.cpp patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42) 2010-10-09 13:46:34 +00:00
KX_BlenderCanvas.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
KX_BlenderGL.cpp remove G.sce, use G.main->name instead. 2010-10-18 06:41:16 +00:00
KX_BlenderGL.h patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42) 2010-10-09 13:46:34 +00:00
KX_BlenderInputDevice.cpp remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
KX_BlenderInputDevice.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_BlenderKeyboardDevice.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_BlenderKeyboardDevice.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
KX_BlenderMouseDevice.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_BlenderMouseDevice.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
KX_BlenderRenderTools.cpp BGE 2D Filters: filters run per scene now (fix for [#18152]) - it (slightly) breaks backward compatibility !!! 2010-03-03 06:38:47 +00:00
KX_BlenderRenderTools.h update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_BlenderSystem.cpp update for MingW/CMake 2010-09-15 16:13:32 +00:00
KX_BlenderSystem.h - WITH_CXX_GUARDEDALLOC working again 2010-06-06 01:15:44 +00:00
Makefile make file update for recent bge.render.makeScreenshot commit 2010-10-11 18:47:28 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00