[v2.1] Missing Function Implementations

Minor issues with the Ogre API that can be trivial to fix
Post Reply
dermont
Bugbear
Posts: 812
Joined: Thu Dec 09, 2004 2:51 am
x 42

[v2.1] Missing Function Implementations

Post by dermont »

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
        ]
Post Reply