blender/source/gameengine/BlenderRoutines
Dalai Felinto 6b8ca3ccdf patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42)
This patch brings back the old functionality from Blender 2.49.
However we are forcing the format to be PNG only (as we had previously on blenderplayer).

Note: If letterboxing is on, we are recording only the camera area of the canvas (cool hein?).
Note2: I have a feeling that this is faster than what we had in 2.49 (which was really slow imo). Maybe it could be even faster if we disable PNG compression. Maybe an option for the future.

* patch finalized and committed as part of the BlenderPRO 2010 - BGE development workshop :) *
2010-10-09 13:46:34 +00:00
..
BL_KetsjiEmbedStart.cpp patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42) 2010-10-09 13:46:34 +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 patch [#24178] bge.render.makeScreeshot - with help from Campbell(ideasman42) 2010-10-09 13:46:34 +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 Update address in license block. 2010-08-10 21:22:26 +00:00
SConscript Enable CXX_GUARDEDALLOC support through SCons. 2010-10-08 20:39:56 +00:00