-
See here:
http://www.ogre3d.org/phpBB2/viewtopic.php?p=261109#261109
Attached path might not work directly, as it was taken from our CVS tree and not Ogre's.
2007-12-10 23:49:30 UTC in OGRE (O-O Graphics Rendering Engine)
-
Ogre::Image was not initializing its mFormat member to any known value on construction.
2007-11-28 02:02:31 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed revision 5735 to the OGRE (O-O Graphics Rendering Engine) SVN repository, changing 26 files.
2006-09-09 18:33:33 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed revision 4902 to the OGRE (O-O Graphics Rendering Engine) SVN repository, changing 5 files.
2006-02-23 17:32:17 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed revision 4825 to the OGRE (O-O Graphics Rendering Engine) SVN repository, changing 4 files.
2006-02-10 02:12:29 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed revision 4824 to the OGRE (O-O Graphics Rendering Engine) SVN repository, changing 10 files.
2006-02-10 02:03:28 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed patchset 14 of module GangstaWrapper to the The Gangsta Wrapper CVS repository, changing 2 files.
2006-01-20 01:18:24 UTC in The Gangsta Wrapper
-
It's basically the code in the NVPH User Guide. It's
set to compile in only if a particular define is
present, and even if it is, if the program is not run
under NVPH, the NVPH adapter isn't present anyway and
D3D9RenderWindow proceeds as it always has (with the
normal adapter and device type).
2006-01-13 02:23:25 UTC in OGRE (O-O Graphics Rendering Engine)
-
cos_xavier committed patchset 13 of module GangstaWrapper to the The Gangsta Wrapper CVS repository, changing 4 files.
2006-01-11 01:06:36 UTC in The Gangsta Wrapper
-
Moved two lines of code from the c'tor to the
initialise() method, to prevent
performChildWindowLayout() from being called before the
widget's look was set in the inherited Window. The net
effect is the same: since WindowManager::createWindow
calls initialise() after the c'tor but before returning
the newly minted window, s'all good, but we avoid a
catch-33 in the window creation process.
2005-12-28 06:05:12 UTC in Crazy Eddies GUI System