Blender Git Commit Log

Git Commits -> Revision f305bb2

Revision f305bb2 by Benoit Bolsee (master)
September 9, 2008, 21:15 (GMT)
Patch 17508: Blender Web Plugin - XEmbed. Enable XEmbed integration of blenderplayer, using -i as input parameter to pass embedder window id. create a minimal web plugin to embed blenderplayer on web pages (using gecko/mozilla as browser). Only for *nix.

Commit Details:

Full Hash: f305bb22b7e5f809063539cdb76a24727f41a11a
SVN Revision: 16448
Parent Commit: fede495
Lines Changed: +147, -28

15 Modified Paths:

/CMakeLists.txt (+8, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+3, -1) (Diff)
/intern/ghost/GHOST_Types.h (+10, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+2, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+3, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+1, -1) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+2, -1) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+10, -3) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+4, -2) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+52, -15) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+2, -0) (Diff)
/source/gameengine/GamePlayer/CMakeLists.txt (+4, -0) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.cpp (+23, -2) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_Application.h (+3, -0) (Diff)
/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp (+20, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021