Update 2.518
[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>
7a14b086 8<ul><li><a href="#2_517">2.517</a></li>
9<li><a href="#2_513">2.513</a></li>
3afd3fb0 10<li><a href="#2_502">2.502</a></li>
c7e8d3c6 11<li><a href="#2_500">2.500</a></li>
30fd24c2 12</ul>
13</li>
c7e8d3c6 14<li><a href="#AUTHORS">AUTHORS</a>
15</li>
30fd24c2 16</ul><hr />
17<!-- INDEX END -->
18
19<h1 id="NAME">NAME</h1><p><a href="#TOP" class="toplink">Top</a></p>
20<div id="NAME_CONTENT">
21<p>SDL::Deprecated - Log of Deprecated items per release</p>
22
23</div>
24<h1 id="CATEGORY">CATEGORY</h1><p><a href="#TOP" class="toplink">Top</a></p>
25<div id="CATEGORY_CONTENT">
26<p>Core</p>
27
28</div>
29<h1 id="RELEASES">RELEASES</h1><p><a href="#TOP" class="toplink">Top</a></p>
30<div id="RELEASES_CONTENT">
31
32</div>
7a14b086 33<h2 id="2_517">2.517</h2>
34<div id="2_517_CONTENT">
35<p>Major changes to <code>SDLx::Controller</code>.</p>
36<p><code>quit</code> is now <code>stop</code>. Event handlers no longer end <code>run</code> on returning false. Call <code>stop</code> explicitly instead.</p>
37<p>The first argument to move handlers is the step portion instead of <code>dt</code>.
38The second argument to move handlers, the <code>t</code> value, is now the third argument.</p>
39<p><code>min_t</code> will limit apps to a framerate of 60 by default.</p>
40
41</div>
3afd3fb0 42<h2 id="2_513">2.513</h2>
43<div id="2_513_CONTENT">
44<dl>
45 <dt>SDLx::App</dt>
46 <dd>
47 <p><code>SDLx::App::loop()</code> is depreceated.</p>
48 </dd>
49</dl>
50
51</div>
505f308d 52<h2 id="2_502">2.502</h2>
53<div id="2_502_CONTENT">
54<dl>
55 <dt>SDLx::App</dt>
56 <dd>
57 <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>
58 </dd>
59 <dt>SDLx::Surface</dt>
60 <dd>
61 <p><code> get_display </code> is now called <b>SDLx::Surface::display</b> (<b>display</b> in <cite>SDLx::Surface</cite>). </p>
62 </dd>
63 <dt>SDLx::Sprite::Animated</dt>
64 <dd>
65 <p>Has drastically changed, and is still volatile.</p>
66 </dd>
67</dl>
68
69</div>
30fd24c2 70<h2 id="2_500">2.500</h2>
71<div id="2_500_CONTENT">
30fd24c2 72<dl>
73 <dt>SDL::App </dt>
74 <dd>
75 <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>
76 </dd>
77 <dt>SDL::Game::Rect </dt>
78 <dd>
79 <p>SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above.</p>
80 </dd>
81</dl>
82
83</div>
c7e8d3c6 84<h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
85<div id="AUTHORS_CONTENT">
86<p>See <b>AUTHORS</b> in <cite>SDL</cite>.</p>
87
88</div>
30fd24c2 89</div>