Merged revisions 8572,8577,8582,8590-8591 via svnmerge from
commite12f7f471ce857f0142a0d640c2c878e69eebeba
authorsinbad <sinbad@8631bf8a-c64b-0410-883c-f3eb003322f7>
Sun, 17 May 2009 15:26:28 +0000 (17 15:26 +0000)
committersinbad <sinbad@8631bf8a-c64b-0410-883c-f3eb003322f7>
Sun, 17 May 2009 15:26:28 +0000 (17 15:26 +0000)
tree4a05e2f01bfa4d033c9addbd6514ea9f206ff5ed
parent3442e4d00e98aff81587f662cc5a535a7b0e0035
Merged revisions 8572,8577,8582,8590-8591 via svnmerge from
https://svn.ogre3d.org/svnroot/ogre/branches/v1-6

........
  r8572 | Lf3T-Hn4D | 2009-05-05 06:51:10 +0100 (Tue, 05 May 2009) | 4 lines

  - Added new switch "Require Materials" which controls error message behavior
  when materials are not present for faces. Default is same as before. When user turns the toggle off, messages are not shown, since a serviceable, empty mat record is written when materials are missing.

  - Made missing material error message reported per mesh, instead of a flood of one per face.
........
  r8577 | sinbad | 2009-05-11 11:08:36 +0100 (Mon, 11 May 2009) | 1 line

  Patch 2787256 (modified): D3D9 render texture classes had the wrong update() signature so were not protecting against device lost conditions
........
  r8582 | sinbad | 2009-05-13 10:37:45 +0100 (Wed, 13 May 2009) | 1 line

  Bug 211: missing 'particle_system' keyword
........
  r8590 | sinbad | 2009-05-17 15:32:30 +0100 (Sun, 17 May 2009) | 1 line

  Patch 2792813: fix uninitialised mFullScreen in Cocoa window, and expose WINDOW and VIEW custom params as with Carbon
........
  r8591 | sinbad | 2009-05-17 15:55:21 +0100 (Sun, 17 May 2009) | 1 line

  Early-out optimisations to setMaterialName methods, to reduce their cost if the same material name is used
........

git-svn-id: https://svn.ogre3d.org/svnroot/ogre/trunk@8592 8631bf8a-c64b-0410-883c-f3eb003322f7
Docs/src/manual.texi
OgreMain/src/OgreBillboardChain.cpp
OgreMain/src/OgreBillboardSet.cpp
OgreMain/src/OgreOverlayElement.cpp
OgreMain/src/OgreParticleSystem.cpp
OgreMain/src/OgreSubEntity.cpp
RenderSystems/GL/src/OSX/OgreOSXCocoaWindow.mm
Tools/BlenderExport/ogremeshesexporter.py
Tools/BlenderExport/ogrepkg/materialexport.py
Tools/BlenderExport/ogrepkg/meshexport.py