fixed links to methods
[sdlgit/SDL-Site.git] / pages / SDL-Deprecated.html-inc
index 8131a11..563385e 100644 (file)
@@ -5,10 +5,14 @@
 <ul><li><a href="#NAME">NAME</a></li>
 <li><a href="#CATEGORY">CATEGORY</a></li>
 <li><a href="#RELEASES">RELEASES</a>
-<ul><li><a href="#2_500">2.500</a>
-</li>
+<ul><li><a href="#2_517">2.517</a></li>
+<li><a href="#2_513">2.513</a></li>
+<li><a href="#2_502">2.502</a></li>
+<li><a href="#2_500">2.500</a></li>
 </ul>
 </li>
+<li><a href="#AUTHORS">AUTHORS</a>
+</li>
 </ul><hr />
 <!-- INDEX END -->
 
 <div id="RELEASES_CONTENT">
 
 </div>
-<h2 id="2_500">2.500</h2>
-<div id="2_500_CONTENT">
-
+<h2 id="2_517">2.517</h2>
+<div id="2_517_CONTENT">
+<p>Major changes to <code>SDLx::Controller</code>.</p>
+<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>
+<p>The first argument to move handlers is the step portion instead of <code>dt</code>.
+The second argument to move handlers, the <code>t</code> value, is now the third argument.</p>
+<p><code>min_t</code> will limit apps to a framerate of 60 by default.</p>
 
+</div>
+<h2 id="2_513">2.513</h2>
+<div id="2_513_CONTENT">
+<dl>
+       <dt>SDLx::App</dt>
+       <dd>
+               <p><code>SDLx::App::loop()</code> is depreceated.</p>
+       </dd>
+</dl>
 
+</div>
+<h2 id="2_502">2.502</h2>
+<div id="2_502_CONTENT">
+<dl>
+       <dt>SDLx::App</dt>
+       <dd>
+               <p>Now depends on <a href="SDLx-Surface.html">SDLx::Surface</a>. To get the SDL::Surface, use <code> -</code>surface() &gt;. Alternatively <a href="/SDLx-Surface.html#display">SDLx::Surface::display()</a>.</p>
+       </dd>
+       <dt>SDLx::Surface</dt>
+       <dd>
+               <p><code> get_display </code> is now called <a href="/SDLx-Surface.html#display">SDLx::Surface::display</a>. </p>
+       </dd>
+       <dt>SDLx::Sprite::Animated</dt>
+       <dd>
+               <p>Has drastically changed, and is still volatile.</p>
+       </dd>
+</dl>
 
+</div>
+<h2 id="2_500">2.500</h2>
+<div id="2_500_CONTENT">
 <dl>
        <dt>SDL::App </dt>
        <dd>
@@ -44,4 +81,9 @@
 </dl>
 
 </div>
+<h1 id="AUTHORS">AUTHORS</h1><p><a href="#TOP" class="toplink">Top</a></p>
+<div id="AUTHORS_CONTENT">
+<p>See <a href="/SDL.html#AUTHORS">/SDL.html#AUTHORS</a>.</p>
+
+</div>
 </div>
\ No newline at end of file