[v2.1] Missing Function Implementations
Posted: Sun Mar 20, 2016 5:06 am
For v2.1 there are a number of functions declared in the header files without stubs/concrete implementations in the header/files
Code: Select all
ex = [
'::Ogre::Aabb::intersection', ## no definition declared in source code
'::Ogre::ArrayAabb::intersection', ## no definition declared in source code
'::Ogre::Hlms::findNextCharacter', ## no definition declared in source code
'::Ogre::Item::hasVertexAnimation', ## no definition declared in source code
'::Ogre::Item::stopSharingSkeletonInstance', ## no definition declared in source code
'::Ogre::Item::clone', ## no definition declared in source code
'::Ogre::Mesh::addBoneAssignment', ## no definition declared in source code
'::Ogre::Mesh::clone', ## no definition declared in source code
'::Ogre::Mesh::clearBoneAssignments', ## no definition declared in source code
'::Ogre::Mesh::getLodIndex', ## no definition declared in source code
'::Ogre::Mesh::unnameSubMesh', ## no definition declared in source code
'::Ogre::RenderSystem::getFixedPipelineEnabled', ## no definition declared in source code
'::Ogre::ScriptCompiler::addNameExclusion', ## no definition declared in source code
'::Ogre::ScriptCompiler::removeNameExclusion', ## no definition declared in source code
'::Ogre::SceneManager::LightClippingInfo', ## no definition declared in source code
'::Ogre::SceneManager::BRAND NAME', ## no definition declared in source code
'::Ogre::SubMesh::_compileBoneAssignments', ## no definition declared in source code
'::Ogre::SubMesh::rationaliseBoneAssignments', ## no definition declared in source code
'::Ogre::SubMesh::buildIndexMap', ## no definition declared in source code
'::Ogre::v1::Entity::getTypeFlags', ## no definition declared in source code
'::Ogre::v1::StaticGeometry::Region::getTypeFlags', ## no definition declared in source code
]