Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
Loading...
Searching...
No Matches
Deprecated List
Member dcpp::gui::EGDS_MESSAGE_BOX_HEIGHT
This may be removed by Duckcpp 1.9
Member dcpp::gui::EGDS_MESSAGE_BOX_WIDTH
This may be removed by Duckcpp 1.9
Member dcpp::gui::IGUITab::getNumber () const
Deprecated in 1.9, use IGUITabControl::getTabIndex instead
Member dcpp::gui::IGUITreeViewNode::clearChilds ()
Deprecated in 1.8, use clearChildren() instead. This method may be removed by Duckcpp 1.9
Member dcpp::gui::IGUITreeViewNode::hasChilds () const
Deprecated in 1.8, use hasChildren() instead. This method may be removed by Duckcpp 1.9
Member dcpp::io::IFileSystem::addFolderFileArchive (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)
This function is provided for compatibility with older versions of Duckcpp and may be removed in Duckcpp 1.9, you should use addFileArchive instead. Useful for handling data which will be in a zip file
Member dcpp::io::IFileSystem::addPakFileArchive (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)
This function is provided for compatibility with older versions of Duckcpp and may be removed in Duckcpp 1.9, you should use addFileArchive instead. After calling this, the Duckcpp Engine will search and open files directly from this archive too. This is useful for hiding data from the end user, speeding up file access and making it possible to access for example Quake2/KingPin/Hexen2 .pak files
Member dcpp::io::IFileSystem::addZipFileArchive (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)
This function is provided for compatibility with older versions of Duckcpp and may be removed in Duckcpp 1.9, you should use addFileArchive instead. After calling this, the Duckcpp Engine will search and open files directly from this archive too. This is useful for hiding data from the end user, speeding up file access and making it possible to access for example Quake3 .pk3 files, which are no different than .zip files.
Member dcpp::IOSOperator::getOperationSystemVersion () const
Use getOperatingSystemVersion instead. This method will be removed in Duckcpp 1.9.
Member dcpp::nub::map< KeyType, ValueType >::isEmpty () const
Use empty() instead. This method may be removed by Duckcpp 1.9
Member dcpp::nub::position2df
position2d is now a synonym for vector2d, but vector2d should be used directly.
Member dcpp::nub::position2di
position2d is now a synonym for vector2d, but vector2d should be used directly.
Member dcpp::scene::IBoneSceneNode::getBoneName () const
Use getName instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshCache::getMeshByFilename (const io::path &filename)
Use getMeshByName() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshCache::getMeshFilename (const IMesh *const mesh) const
Use getMeshName() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshCache::getMeshFilename (u32 index) const
Use getMeshName() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshCache::setMeshFilename (const IMesh *const mesh, const io::path &filename)
Use renameMesh() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshCache::setMeshFilename (u32 index, const io::path &filename)
Use renameMesh() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshManipulator::scaleMesh (IMesh *mesh, const nub::vector3df &factor) const
Use scale() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::IMeshManipulator::transformMesh (IMesh *mesh, const nub::matrix4 &m) const
Use transform() instead. This method may be removed by Duckcpp 1.9
Member dcpp::scene::ISceneManager::createOctTreeTriangleSelector (IMesh *mesh, ISceneNode *node, i32 minimalPolysPerNode=32)
Use createOctreeTriangleSelector instead. This method may be removed by Duckcpp 1.9.
Member dcpp::video::IMaterialRendererServices::setPixelShaderConstant (const c8 *name, const f32 *floats, int count)
. This method may be removed by Duckcpp 2.0
Member dcpp::video::IMaterialRendererServices::setPixelShaderConstant (const c8 *name, const i32 *ints, int count)
. This method may be removed by Duckcpp 2.0
Member dcpp::video::IMaterialRendererServices::setVertexShaderConstant (const c8 *name, const f32 *floats, int count)
. This method may be removed by Duckcpp 2.0
Member dcpp::video::IMaterialRendererServices::setVertexShaderConstant (const c8 *name, const i32 *ints, int count)
. This method may be removed by Duckcpp 2.0
Member dcpp::video::IVideoDriver::createImage (IImage *imageToCopy, const nub::position2d< i32 > &pos, const nub::dimension2d< u32 > &size)=0
Create an empty image and use copyTo(). This method may be removed by Duckcpp 1.9.
Member dcpp::video::IVideoDriver::createImage (ECOLOR_FORMAT format, IImage *imageToCopy)=0
Create an empty image and use copyTo(). This method may be removed by Duckcpp 1.9.

Duckcpp    @cppfx.xyz