updated docs
[sdlgit/SDL-Site.git] / pages / SDL-Deprecated.html-inc
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>
8 <ul><li><a href="#2_502">2.502</a></li>
9 <li><a href="#2_500">2.500</a></li>
10 </ul>
11 </li>
12 <li><a href="#AUTHORS">AUTHORS</a>
13 </li>
14 </ul><hr />
15 <!-- INDEX END -->
16
17 <h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
18 <div id="NAME_CONTENT">
19 <p>SDL::Deprecated - Log of Deprecated items per release</p>
20
21 </div>
22 <h1 id="CATEGORY">CATEGORY</h1><p><a href="#TOP" class="toplink">Top</a></p>
23 <div id="CATEGORY_CONTENT">
24 <p>Core</p>
25
26 </div>
27 <h1 id="RELEASES">RELEASES</h1><p><a href="#TOP" class="toplink">Top</a></p>
28 <div id="RELEASES_CONTENT">
29
30 </div>
31 <h2 id="2_502">2.502</h2>
32 <div id="2_502_CONTENT">
33 <dl>
34         <dt>SDLx::App</dt>
35         <dd>
36                 <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>
37         </dd>
38         <dt>SDLx::Surface</dt>
39         <dd>
40                 <p><code> get_display </code> is now called <b>SDLx::Surface::display</b> (<b>display</b> in <cite>SDLx::Surface</cite>). </p>
41         </dd>
42         <dt>SDLx::Sprite::Animated</dt>
43         <dd>
44                 <p>Has drastically changed, and is still volatile.</p>
45         </dd>
46 </dl>
47
48 </div>
49 <h2 id="2_500">2.500</h2>
50 <div id="2_500_CONTENT">
51 <dl>
52         <dt>SDL::App </dt>
53         <dd>
54                 <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>
55         </dd>
56         <dt>SDL::Game::Rect </dt>
57         <dd>
58                 <p>SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above.</p>
59         </dd>
60 </dl>
61
62 </div>
63 <h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
64 <div id="AUTHORS_CONTENT">
65 <p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
66
67 </div>
68 </div>