Skip to content

Commit

Permalink
Added new docs for SDL 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Jun 10, 2001
1 parent 775b695 commit 013f3b5
Show file tree
Hide file tree
Showing 371 changed files with 3,244 additions and 2,259 deletions.
1 change: 1 addition & 0 deletions docs/html/Makefile.am
Expand Up @@ -20,6 +20,7 @@ EXTRA_DIST = \
guidetimeexamples.html \
guidevideo.html \
guidevideoexamples.html \
guidevideoopengl.html \
index.html \
joystick.html \
reference.html \
Expand Down
2 changes: 1 addition & 1 deletion docs/html/audio.html
Expand Up @@ -4,7 +4,7 @@
>Audio</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/html/cdrom.html
Expand Up @@ -4,7 +4,7 @@
>CD-ROM</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
6 changes: 3 additions & 3 deletions docs/html/event.html
Expand Up @@ -4,7 +4,7 @@
>Events</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -85,7 +85,7 @@
></DT
><DT
><A
HREF="event.html#AEN3194"
HREF="event.html#AEN3269"
>Introduction</A
></DT
><DT
Expand All @@ -105,7 +105,7 @@
><H1
CLASS="SECT1"
><A
NAME="AEN3194"
NAME="AEN3269"
>Introduction</A
></H1
><P
Expand Down
2 changes: 1 addition & 1 deletion docs/html/eventfunctions.html
Expand Up @@ -4,7 +4,7 @@
>Event Functions.</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/html/eventstructures.html
Expand Up @@ -4,7 +4,7 @@
>SDL Event Structures.</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/html/general.html
Expand Up @@ -4,7 +4,7 @@
>General</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
2 changes: 1 addition & 1 deletion docs/html/guide.html
Expand Up @@ -4,7 +4,7 @@
>SDL Guide</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down
6 changes: 3 additions & 3 deletions docs/html/guideaboutsdldoc.html
Expand Up @@ -4,7 +4,7 @@
>About SDLdoc</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -74,9 +74,9 @@
>About SDLdoc</A
></H1
><P
>SDLdoc (The SDL Documentation Project) was formed to completely rewrite the SDL documentation and to keep it continually up to date. The team consists completely of volunteers ranging from proplr working with SDL in their spare time to people who use SDL in their everyday working lives.</P
>SDLdoc (The SDL Documentation Project) was formed to completely rewrite the SDL documentation and to keep it continually up to date. The team consists completely of volunteers ranging from people working with SDL in their spare time to people who use SDL in their everyday working lives.</P
><P
>The latest version of this documentation can always be found at the project homepage: http://sdldoc.sourceforge.net.</P
>The latest version of this documentation can always be found here: http://sdldoc.csn.ul.ie Downloadable PS, man pages and html tarballs are available at http://sdldoc.csn.ul.ie/pub/</P
></DIV
><DIV
CLASS="NAVFOOTER"
Expand Down
6 changes: 3 additions & 3 deletions docs/html/guideaudioexamples.html
Expand Up @@ -4,7 +4,7 @@
>Audio Examples</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -80,7 +80,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN343"
NAME="AEN382"
>Opening the audio device</A
></H2
><P
Expand Down Expand Up @@ -110,7 +110,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN347"
NAME="AEN386"
>Playing audio</A
></H2
><P
Expand Down
12 changes: 10 additions & 2 deletions docs/html/guidebasicsinit.html
Expand Up @@ -4,7 +4,7 @@
>Initializing SDL</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -133,7 +133,15 @@
CLASS="FUNCTION"
>SDL_GetError</TT
>. Use this often, you can never know too much about an error.</P
><DIV
CLASS="EXAMPLE"
><A
NAME="AEN60"
></A
><P
><B
>Example 1-1. Initializing SDL</B
></P
><PRE
CLASS="PROGRAMLISTING"
>#include "SDL.h" /* All SDL App's need this */
Expand All @@ -160,7 +168,7 @@

exit(0);
}&#13;</PRE
></P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
Expand Down
10 changes: 5 additions & 5 deletions docs/html/guidecdromexamples.html
Expand Up @@ -4,7 +4,7 @@
>CDROM Examples</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -80,7 +80,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN354"
NAME="AEN393"
>Listing CD-ROM drives</A
></H2
><P
Expand All @@ -107,7 +107,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN358"
NAME="AEN397"
>Opening the default drive</A
></H2
><P
Expand Down Expand Up @@ -156,7 +156,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN362"
NAME="AEN401"
>Listing the tracks on a CD</A
></H2
><P
Expand All @@ -182,7 +182,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN366"
NAME="AEN405"
>Play an entire CD</A
></H2
><P
Expand Down
10 changes: 9 additions & 1 deletion docs/html/guidecredits.html
Expand Up @@ -4,7 +4,7 @@
>Credits</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand Down Expand Up @@ -81,10 +81,18 @@
><TBODY
><TR
><TD
>Sam Lantinga, slouken@libsdl.org</TD
></TR
><TR
><TD
>Martin Donlon, akawaka@skynet.ie</TD
></TR
><TR
><TD
>Mattias Engdegård</TD
></TR
><TR
><TD
>Julian Peterson</TD
></TR
><TR
Expand Down
14 changes: 7 additions & 7 deletions docs/html/guideeventexamples.html
Expand Up @@ -4,7 +4,7 @@
>Event Examples</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand All @@ -13,8 +13,8 @@
TITLE="Examples"
HREF="guideexamples.html"><LINK
REL="PREVIOUS"
TITLE="Video Examples"
HREF="guidevideoexamples.html"><LINK
TITLE="Examples"
HREF="guideexamples.html"><LINK
REL="NEXT"
TITLE="Audio Examples"
HREF="guideaudioexamples.html"></HEAD
Expand Down Expand Up @@ -44,7 +44,7 @@
ALIGN="left"
VALIGN="bottom"
><A
HREF="guidevideoexamples.html"
HREF="guideexamples.html"
>Prev</A
></TD
><TD
Expand Down Expand Up @@ -80,7 +80,7 @@
><H2
CLASS="SECT2"
><A
NAME="AEN336"
NAME="AEN375"
>Filtering and Handling Events</A
></H2
><P
Expand Down Expand Up @@ -192,7 +192,7 @@
ALIGN="left"
VALIGN="top"
><A
HREF="guidevideoexamples.html"
HREF="guideexamples.html"
>Prev</A
></TD
><TD
Expand All @@ -217,7 +217,7 @@
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Video Examples</TD
>Examples</TD
><TD
WIDTH="34%"
ALIGN="center"
Expand Down
25 changes: 10 additions & 15 deletions docs/html/guideexamples.html
Expand Up @@ -4,7 +4,7 @@
>Examples</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.61
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
"><LINK
REL="HOME"
TITLE="SDL Library Documentation"
Expand All @@ -16,8 +16,8 @@
TITLE="Handling the Keyboard"
HREF="guideinputkeyboard.html"><LINK
REL="NEXT"
TITLE="Video Examples"
HREF="guidevideoexamples.html"></HEAD
TITLE="Event Examples"
HREF="guideeventexamples.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFF8DC"
Expand Down Expand Up @@ -57,7 +57,7 @@
ALIGN="right"
VALIGN="bottom"
><A
HREF="guidevideoexamples.html"
HREF="guideeventexamples.html"
>Next</A
></TD
></TR
Expand All @@ -81,16 +81,11 @@
></DT
><DT
><A
HREF="guideexamples.html#AEN297"
HREF="guideexamples.html#AEN369"
>Introduction</A
></DT
><DT
><A
HREF="guidevideoexamples.html"
>Video Examples</A
></DT
><DT
><A
HREF="guideeventexamples.html"
>Event Examples</A
></DT
Expand All @@ -116,11 +111,11 @@
><H1
CLASS="SECT1"
><A
NAME="AEN297"
NAME="AEN369"
>Introduction</A
></H1
><P
>For the moment these examples are taken directly from the old SDL documentation.</P
>For the moment these examples are taken directly from the old SDL documentation. By the 1.2 release these examples should hopefully deal with most common SDL programming problems.</P
></DIV
></DIV
><DIV
Expand Down Expand Up @@ -154,7 +149,7 @@
ALIGN="right"
VALIGN="top"
><A
HREF="guidevideoexamples.html"
HREF="guideeventexamples.html"
>Next</A
></TD
></TR
Expand All @@ -176,10 +171,10 @@
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Video Examples</TD
>Event Examples</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
>

0 comments on commit 013f3b5

Please sign in to comment.