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