blender/source/gameengine/GamePlayer
Mitchell Stokes 3627541894 BGE: Fixing the memory leaks reported when the BlenderPlayer exits.
They were caused by not having a free_windowmanager_cb set and by not having registered SpaceTypes, which meant data allocated for thosse SpaceTypes could not be freed. These were solved by defining a free_windowmanager_cb for the player that just frees wmWindows, and by making sure we only allocate memory for registered SpaceTypes.
2013-08-10 21:17:46 +00:00
..
common BGE Fix [#18804] Shadow type faces cast onto invisible faces (non-GLSL) 2013-07-25 23:42:20 +00:00
ghost BGE: Fixing the memory leaks reported when the BlenderPlayer exits. 2013-08-10 21:17:46 +00:00
CMakeLists.txt BGE cleanup: Removing the GamePlayer/xembed folder and associated build options. This code was very old and not used. For example web player code, look at Burster. 2013-07-09 01:24:51 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00