Updated to 2.515
[sdlgit/SDL-Site.git] / pages / SDL-Deprecated.html-inc
CommitLineData
30fd24c2 1<div class="pod">
2<!-- INDEX START -->
3<h3 id="TOP">Index</h3>
4
5<ul><li><a href="#NAME">NAME</a></li>
6<li><a href="#CATEGORY">CATEGORY</a></li>
7<li><a href="#RELEASES">RELEASES</a>
3afd3fb0 8<ul><li><a href="#2_513">2.513</a></li>
9<li><a href="#2_502">2.502</a></li>
c7e8d3c6 10<li><a href="#2_500">2.500</a></li>
30fd24c2 11</ul>
12</li>
c7e8d3c6 13<li><a href="#AUTHORS">AUTHORS</a>
14</li>
30fd24c2 15</ul><hr />
16<!-- INDEX END -->
17
18<h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
19<div id="NAME_CONTENT">
20<p>SDL::Deprecated - Log of Deprecated items per release</p>
21
22</div>
23<h1 id="CATEGORY">CATEGORY</h1><p><a href="#TOP" class="toplink">Top</a></p>
24<div id="CATEGORY_CONTENT">
25<p>Core</p>
26
27</div>
28<h1 id="RELEASES">RELEASES</h1><p><a href="#TOP" class="toplink">Top</a></p>
29<div id="RELEASES_CONTENT">
30
31</div>
3afd3fb0 32<h2 id="2_513">2.513</h2>
33<div id="2_513_CONTENT">
34<dl>
35 <dt>SDLx::App</dt>
36 <dd>
37 <p><code>SDLx::App::loop()</code> is depreceated.</p>
38 </dd>
39</dl>
40
41</div>
505f308d 42<h2 id="2_502">2.502</h2>
43<div id="2_502_CONTENT">
44<dl>
45 <dt>SDLx::App</dt>
46 <dd>
47 <p>Now depends on <a href="http://search.cpan.org/perldoc?SDLx::Surface">SDLx::Surface</a>. To get the SDL::Surface, use <code> -</code>surface() &gt;. Alternatively <b>SDLx::Surface::display()</b> (<b>display</b> in <cite>SDLx::Surface</cite>).</p>
48 </dd>
49 <dt>SDLx::Surface</dt>
50 <dd>
51 <p><code> get_display </code> is now called <b>SDLx::Surface::display</b> (<b>display</b> in <cite>SDLx::Surface</cite>). </p>
52 </dd>
53 <dt>SDLx::Sprite::Animated</dt>
54 <dd>
55 <p>Has drastically changed, and is still volatile.</p>
56 </dd>
57</dl>
58
59</div>
30fd24c2 60<h2 id="2_500">2.500</h2>
61<div id="2_500_CONTENT">
30fd24c2 62<dl>
63 <dt>SDL::App </dt>
64 <dd>
65 <p>SDL::App has migrated to SDLx::App namespace. The reason for this is because it is an extenstion and not a 1:1 XS/Constant Module to the c library.</p>
66 </dd>
67 <dt>SDL::Game::Rect </dt>
68 <dd>
69 <p>SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above.</p>
70 </dd>
71</dl>
72
73</div>
c7e8d3c6 74<h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
75<div id="AUTHORS_CONTENT">
76<p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
77
78</div>
30fd24c2 79</div>