aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/doc/html/deprecated.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/doc/html/deprecated.html')
-rw-r--r--src/others/irrlicht-1.8.1/doc/html/deprecated.html173
1 files changed, 173 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/doc/html/deprecated.html b/src/others/irrlicht-1.8.1/doc/html/deprecated.html
new file mode 100644
index 0000000..ad0d2f6
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/doc/html/deprecated.html
@@ -0,0 +1,173 @@
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<title>Irrlicht 3D Engine: Deprecated List</title>
6
7<link href="tabs.css" rel="stylesheet" type="text/css"/>
8<link href="doxygen.css" rel="stylesheet" type="text/css" />
9<link href="navtree.css" rel="stylesheet" type="text/css"/>
10<script type="text/javascript" src="jquery.js"></script>
11<script type="text/javascript" src="resize.js"></script>
12<script type="text/javascript" src="navtree.js"></script>
13<script type="text/javascript">
14 $(document).ready(initResizable);
15</script>
16<link href="search/search.css" rel="stylesheet" type="text/css"/>
17<script type="text/javascript" src="search/search.js"></script>
18<script type="text/javascript">
19 $(document).ready(function() { searchBox.OnSelectItem(0); });
20</script>
21
22</head>
23<body>
24<div id="top"><!-- do not remove this div! -->
25
26
27<div id="titlearea">
28<table cellspacing="0" cellpadding="0">
29 <tbody>
30 <tr style="height: 56px;">
31
32 <td id="projectlogo"><img alt="Logo" src="irrlichtlogo.png"/></td>
33
34
35 <td style="padding-left: 0.5em;">
36 <div id="projectname">Irrlicht 3D Engine
37
38 </div>
39
40 </td>
41
42
43
44
45 <td> <div id="MSearchBox" class="MSearchBoxInactive">
46 <span class="left">
47 <img id="MSearchSelect" src="search/mag_sel.png"
48 onmouseover="return searchBox.OnSearchSelectShow()"
49 onmouseout="return searchBox.OnSearchSelectHide()"
50 alt=""/>
51 <input type="text" id="MSearchField" value="Search" accesskey="S"
52 onfocus="searchBox.OnSearchFieldFocus(true)"
53 onblur="searchBox.OnSearchFieldFocus(false)"
54 onkeyup="searchBox.OnSearchFieldChange(event)"/>
55 </span><span class="right">
56 <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
57 </span>
58 </div>
59</td>
60
61
62 </tr>
63 </tbody>
64</table>
65</div>
66
67<!-- Generated by Doxygen 1.7.5.1 -->
68<script type="text/javascript">
69var searchBox = new SearchBox("searchBox", "search",false,'Search');
70</script>
71<script type="text/javascript" src="dynsections.js"></script>
72</div>
73<div id="side-nav" class="ui-resizable side-nav-resizable">
74 <div id="nav-tree">
75 <div id="nav-tree-contents">
76 </div>
77 </div>
78 <div id="splitbar" style="-moz-user-select:none;"
79 class="ui-resizable-handle">
80 </div>
81</div>
82<script type="text/javascript">
83 initNavTree('deprecated.html','');
84</script>
85<div id="doc-content">
86<div class="header">
87 <div class="headertitle">
88<div class="title">Deprecated List </div> </div>
89</div>
90<div class="contents">
91<div class="textblock"><dl class="reflist">
92<dt><a class="anchor" id="_deprecated000017"></a>Member <a class="el" href="classirr_1_1core_1_1map.html#abe50aefff40a6d71aa9f8b616acaa464">irr::core::map&lt; KeyType, ValueType &gt;::isEmpty</a> () const </dt>
93<dd>Use empty() instead. This method may be removed by Irrlicht 1.9 </dd>
94<dt><a class="anchor" id="_deprecated000025"></a>Member <a class="el" href="namespaceirr_1_1core.html#ad9a4cf4ed6b9e8763ffd6656121fd32e">irr::core::position2df</a> </dt>
95<dd>position2d is now a synonym for vector2d, but vector2d should be used directly. </dd>
96<dt><a class="anchor" id="_deprecated000026"></a>Member <a class="el" href="namespaceirr_1_1core.html#a3643c2cc7820dd78cd87e73a46b92145">irr::core::position2di</a> </dt>
97<dd>position2d is now a synonym for vector2d, but vector2d should be used directly. </dd>
98<dt><a class="anchor" id="_deprecated000006"></a>Member <a class="el" href="namespaceirr_1_1gui.html#a27be6aa12d4985a5005983182fe99d56aab6c80b0456e769a61cfd71f3e3ed742">irr::gui::EGDS_MESSAGE_BOX_HEIGHT</a> </dt>
99<dd>This may be removed by Irrlicht 1.9 </dd>
100<dt><a class="anchor" id="_deprecated000005"></a>Member <a class="el" href="namespaceirr_1_1gui.html#a27be6aa12d4985a5005983182fe99d56a1ffa7fffc987d32b85096fadc709516e">irr::gui::EGDS_MESSAGE_BOX_WIDTH</a> </dt>
101<dd>This may be removed by Irrlicht 1.9 </dd>
102<dt><a class="anchor" id="_deprecated000007"></a>Member <a class="el" href="classirr_1_1gui_1_1_i_g_u_i_tree_view_node.html#a6c431404c8e36eb565f033c1e1dce247">irr::gui::IGUITreeViewNode::clearChilds</a> ()</dt>
103<dd>Deprecated in 1.8, use clearChildren() instead. This method may be removed by Irrlicht 1.9 </dd>
104<dt><a class="anchor" id="_deprecated000008"></a>Member <a class="el" href="classirr_1_1gui_1_1_i_g_u_i_tree_view_node.html#a40eea2b3204dc045055b9d8c48455b50">irr::gui::IGUITreeViewNode::hasChilds</a> () const </dt>
105<dd>Deprecated in 1.8, use hasChildren() instead. This method may be removed by Irrlicht 1.9 </dd>
106<dt><a class="anchor" id="_deprecated000003"></a>Member <a class="el" href="classirr_1_1io_1_1_i_file_system.html#a7b5235a1473ff67d97f1487211762723">irr::io::IFileSystem::addFolderFileArchive</a> (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)</dt>
107<dd>This function is provided for compatibility with older versions of Irrlicht and may be removed in Irrlicht 1.9, you should use addFileArchive instead. Useful for handling data which will be in a zip file </dd>
108<dt><a class="anchor" id="_deprecated000004"></a>Member <a class="el" href="classirr_1_1io_1_1_i_file_system.html#a5ade21d59a80b16965d57d1977ad6cc4">irr::io::IFileSystem::addPakFileArchive</a> (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)</dt>
109<dd>This function is provided for compatibility with older versions of Irrlicht and may be removed in Irrlicht 1.9, you should use addFileArchive instead. After calling this, the Irrlicht 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 </dd>
110<dt><a class="anchor" id="_deprecated000002"></a>Member <a class="el" href="classirr_1_1io_1_1_i_file_system.html#aef11ff9b5c171d7b3a99d8a79b71f2b3">irr::io::IFileSystem::addZipFileArchive</a> (const c8 *filename, bool ignoreCase=true, bool ignorePaths=true)</dt>
111<dd>This function is provided for compatibility with older versions of Irrlicht and may be removed in Irrlicht 1.9, you should use addFileArchive instead. After calling this, the Irrlicht 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. </dd>
112<dt><a class="anchor" id="_deprecated000016"></a>Member <a class="el" href="classirr_1_1_i_o_s_operator.html#a213ace1e7332bf2b08e5c8245784cb0e">irr::IOSOperator::getOperationSystemVersion</a> () const </dt>
113<dd>Use getOperatingSystemVersion instead. This method will be removed in Irrlicht 1.9. </dd>
114<dt><a class="anchor" id="_deprecated000001"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_bone_scene_node.html#a34088580d595611f9be95f957e7fcdce">irr::scene::IBoneSceneNode::getBoneName</a> () const </dt>
115<dd>Use getName instead. This method may be removed by Irrlicht 1.9 </dd>
116<dt><a class="anchor" id="_deprecated000009"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_cache.html#aa3946324e39cc074b1f73e01d57cae70">irr::scene::IMeshCache::getMeshByFilename</a> (const io::path &amp;filename)</dt>
117<dd>Use getMeshByName() instead. This method may be removed by Irrlicht 1.9 </dd>
118<dt><a class="anchor" id="_deprecated000010"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_cache.html#a981d182125565ef2d115774ea2f2de5e">irr::scene::IMeshCache::getMeshFilename</a> (u32 index) const </dt>
119<dd>Use getMeshName() instead. This method may be removed by Irrlicht 1.9 </dd>
120<dt><a class="anchor" id="_deprecated000011"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_cache.html#a194468ebfebdaa70fb57622479d5db11">irr::scene::IMeshCache::getMeshFilename</a> (const IMesh *const mesh) const </dt>
121<dd>Use getMeshName() instead. This method may be removed by Irrlicht 1.9 </dd>
122<dt><a class="anchor" id="_deprecated000012"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_cache.html#a5b87031dbfdb70a59c00a1b892b74c3d">irr::scene::IMeshCache::setMeshFilename</a> (u32 index, const io::path &amp;filename)</dt>
123<dd>Use renameMesh() instead. This method may be removed by Irrlicht 1.9 </dd>
124<dt><a class="anchor" id="_deprecated000013"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_cache.html#a9b7770a23859ddd045b3c22dfbecbcaf">irr::scene::IMeshCache::setMeshFilename</a> (const IMesh *const mesh, const io::path &amp;filename)</dt>
125<dd>Use renameMesh() instead. This method may be removed by Irrlicht 1.9 </dd>
126<dt><a class="anchor" id="_deprecated000014"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_manipulator.html#ae0f814319c18b214be28450d9166a496">irr::scene::IMeshManipulator::scaleMesh</a> (IMesh *mesh, const core::vector3df &amp;factor) const </dt>
127<dd>Use scale() instead. This method may be removed by Irrlicht 1.9 </dd>
128<dt><a class="anchor" id="_deprecated000015"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_mesh_manipulator.html#a1c91f352379a910c3276b437fb3b4a96">irr::scene::IMeshManipulator::transformMesh</a> (IMesh *mesh, const core::matrix4 &amp;m) const </dt>
129<dd>Use transform() instead. This method may be removed by Irrlicht 1.9 </dd>
130<dt><a class="anchor" id="_deprecated000019"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_scene_manager.html#af2f5dfc8d5d0f525aee59058fd7457cd">irr::scene::ISceneManager::addOctTreeSceneNode</a> (IMesh *mesh, ISceneNode *parent=0, s32 id=-1, s32 minimalPolysPerNode=256, bool alsoAddIfMeshPointerZero=false)</dt>
131<dd>Use addOctreeSceneNode instead. This method may be removed by Irrlicht 1.9. </dd>
132<dt><a class="anchor" id="_deprecated000018"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_scene_manager.html#ad976720f7b110b47374e129b29e4e572">irr::scene::ISceneManager::addOctTreeSceneNode</a> (IAnimatedMesh *mesh, ISceneNode *parent=0, s32 id=-1, s32 minimalPolysPerNode=512, bool alsoAddIfMeshPointerZero=false)</dt>
133<dd>Use addOctreeSceneNode instead. This method may be removed by Irrlicht 1.9. </dd>
134<dt><a class="anchor" id="_deprecated000020"></a>Member <a class="el" href="classirr_1_1scene_1_1_i_scene_manager.html#a67f20d1a535645048f2f7e2b5c670656">irr::scene::ISceneManager::createOctTreeTriangleSelector</a> (IMesh *mesh, ISceneNode *node, s32 minimalPolysPerNode=32)</dt>
135<dd>Use createOctreeTriangleSelector instead. This method may be removed by Irrlicht 1.9. </dd>
136<dt><a class="anchor" id="_deprecated000024"></a>Member <a class="el" href="classirr_1_1video_1_1_i_video_driver.html#aa06059abf33e473d7af77e1fbc2b0f75">irr::video::IVideoDriver::createImage</a> (IImage *imageToCopy, const core::position2d&lt; s32 &gt; &amp;pos, const core::dimension2d&lt; u32 &gt; &amp;size)=0</dt>
137<dd>Create an empty image and use copyTo(). This method may be removed by Irrlicht 1.9. </dd>
138<dt><a class="anchor" id="_deprecated000023"></a>Member <a class="el" href="classirr_1_1video_1_1_i_video_driver.html#af92ef735bc8c755f5c201a52a70d05e8">irr::video::IVideoDriver::createImage</a> (ECOLOR_FORMAT format, IImage *imageToCopy)=0</dt>
139<dd>Create an empty image and use copyTo(). This method may be removed by Irrlicht 1.9. </dd>
140<dt><a class="anchor" id="_deprecated000022"></a>Member <a class="el" href="classirr_1_1video_1_1_i_video_driver.html#aed772902f4fe1185b44ce81b9b0b9add">irr::video::IVideoDriver::makeColorKeyTexture</a> (video::ITexture *texture, core::position2d&lt; s32 &gt; colorKeyPixelPos, bool zeroTexels=false) const =0</dt>
141<dd>If set to true, then any texels that match the color key will have their color, as well as their alpha, set to zero (i.e. black). This behavior matches the legacy (buggy) behavior prior to release 1.5 and is provided for backwards compatibility only. This parameter may be removed by Irrlicht 1.9. </dd>
142<dt><a class="anchor" id="_deprecated000021"></a>Member <a class="el" href="classirr_1_1video_1_1_i_video_driver.html#a701e7d2101eb26888f57928134bc2ffb">irr::video::IVideoDriver::makeColorKeyTexture</a> (video::ITexture *texture, video::SColor color, bool zeroTexels=false) const =0</dt>
143<dd>If set to true, then any texels that match the color key will have their color, as well as their alpha, set to zero (i.e. black). This behavior matches the legacy (buggy) behavior prior to release 1.5 and is provided for backwards compatibility only. This parameter may be removed by Irrlicht 1.9. </dd>
144</dl>
145</div></div>
146</div>
147 <div id="nav-path" class="navpath">
148 <ul>
149<!-- window showing the filter options -->
150<div id="MSearchSelectWindow"
151 onmouseover="return searchBox.OnSearchSelectShow()"
152 onmouseout="return searchBox.OnSearchSelectHide()"
153 onkeydown="return searchBox.OnSearchSelectKey(event)">
154<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Friends</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Defines</a></div>
155
156<!-- iframe showing the search results (closed by default) -->
157<div id="MSearchResultsWindow">
158<iframe src="javascript:void(0)" frameborder="0"
159 name="MSearchResults" id="MSearchResults">
160</iframe>
161</div>
162
163
164 <li class="footer">
165<a href="http://irrlicht.sourceforge.net" target="_blank">Irrlicht
166Engine</a> Documentation &copy; 2003-2012 by Nikolaus Gebhardt. Generated on Sun Nov 17 2013 20:18:42 for Irrlicht 3D Engine by
167<a href="http://www.doxygen.org/index.html" target="_blank">Doxygen</a> 1.7.5.1 </li>
168 </ul>
169 </div>
170
171
172</body>
173</html>