Blender Git Loki
Git Commits -> Revision 1f4fc99
Revision 1f4fc99 by Nathan Letwory (master) February 22, 2011, 19:30 (GMT) |
doxygen: bge scenegraph and videotexture |
Commit Details:
Full Hash: 1f4fc992ef7840931439c161514bff710c6e6dca
SVN Revision: 35082
Parent Commit: 86e6c39
Lines Changed: +148, -40
29 Modified Paths:
/doc/Doxyfile (+2, -10) (Diff)
/doc/doxygen.main (+7, -0) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+1, -0) (Diff)
/source/gameengine/SceneGraph/SG_BBox.h (+6, -2) (Diff)
/source/gameengine/SceneGraph/SG_Controller.h (+5, -1) (Diff)
/source/gameengine/SceneGraph/SG_DList.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_IObject.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_Node.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_ParentRelation.h (+24, -20) (Diff)
/source/gameengine/SceneGraph/SG_QList.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.h (+5, -1) (Diff)
/source/gameengine/SceneGraph/SG_Tree.h (+5, -2) (Diff)
/source/gameengine/VideoTexture/BlendType.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Common.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Exception.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterBlueScreen.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterColor.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterNormal.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterSource.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageBuff.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageMix.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageRender.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageViewport.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/PyTypeList.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Texture.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/VideoBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/VideoFFmpeg.h (+5, -0) (Diff)
/doc/doxygen.main (+7, -0) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+1, -0) (Diff)
/source/gameengine/SceneGraph/SG_BBox.h (+6, -2) (Diff)
/source/gameengine/SceneGraph/SG_Controller.h (+5, -1) (Diff)
/source/gameengine/SceneGraph/SG_DList.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_IObject.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_Node.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_ParentRelation.h (+24, -20) (Diff)
/source/gameengine/SceneGraph/SG_QList.h (+6, -1) (Diff)
/source/gameengine/SceneGraph/SG_Spatial.h (+5, -1) (Diff)
/source/gameengine/SceneGraph/SG_Tree.h (+5, -2) (Diff)
/source/gameengine/VideoTexture/BlendType.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Common.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Exception.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterBlueScreen.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterColor.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterNormal.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/FilterSource.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageBuff.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageMix.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageRender.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/ImageViewport.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/PyTypeList.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/Texture.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/VideoBase.h (+4, -0) (Diff)
/source/gameengine/VideoTexture/VideoFFmpeg.h (+5, -0) (Diff)