Added tutorial. Added TOCs. Added intermediate surface support.
commitc7413f183a8977cc7cd82cdf56d60d40104ee4ef
authorBrett Lajzer <brett@brettlajzer.com>
Tue, 14 Aug 2007 19:19:17 +0000 (14 15:19 -0400)
committerBrett Lajzer <brett@brettlajzer.com>
Tue, 14 Aug 2007 19:19:17 +0000 (14 15:19 -0400)
tree9acfdead1b10267adde142dfe03eaf63f4dcc7f1
parentdfcc1bb01cd24db4614d379c7a42645c2f1e4abd
Added tutorial. Added TOCs. Added intermediate surface support.

This release adds a basic tutorial. A table of contents has been added
to every documentation page.

Support for intermediate surfaces has been added. It's not yet in the
documentation. Look in the sources for more info.

There's also some little changes here and there.
51 files changed:
base/Object.lua
base/collision.lua
demos/README
demos/tutorial/base [new symlink]
demos/tutorial/data/images/wikilogo.png [new file with mode: 0644]
demos/tutorial/scripts/MyObj.lua [new file with mode: 0644]
demos/tutorial/scripts/config.lua [new file with mode: 0644]
demos/tutorial/scripts/main.lua [new file with mode: 0644]
doc/basic_tutorial.html [new file with mode: 0644]
doc/basic_tutorial.txt [new file with mode: 0644]
doc/build_docs.sh
doc/class_eventmanager.html
doc/class_fpsmanager.html
doc/class_fpsmanager.txt
doc/class_index.html
doc/class_object.html
doc/class_objectlist.html
doc/fun_ref.html
doc/fun_ref.txt
doc/images/icons/README [new file with mode: 0644]
doc/images/icons/callouts/1.png [new file with mode: 0644]
doc/images/icons/callouts/10.png [new file with mode: 0644]
doc/images/icons/callouts/11.png [new file with mode: 0644]
doc/images/icons/callouts/12.png [new file with mode: 0644]
doc/images/icons/callouts/13.png [new file with mode: 0644]
doc/images/icons/callouts/14.png [new file with mode: 0644]
doc/images/icons/callouts/15.png [new file with mode: 0644]
doc/images/icons/callouts/2.png [new file with mode: 0644]
doc/images/icons/callouts/3.png [new file with mode: 0644]
doc/images/icons/callouts/4.png [new file with mode: 0644]
doc/images/icons/callouts/5.png [new file with mode: 0644]
doc/images/icons/callouts/6.png [new file with mode: 0644]
doc/images/icons/callouts/7.png [new file with mode: 0644]
doc/images/icons/callouts/8.png [new file with mode: 0644]
doc/images/icons/callouts/9.png [new file with mode: 0644]
doc/images/icons/caution.png [new file with mode: 0644]
doc/images/icons/example.png [new file with mode: 0644]
doc/images/icons/home.png [new file with mode: 0644]
doc/images/icons/important.png [new file with mode: 0644]
doc/images/icons/next.png [new file with mode: 0644]
doc/images/icons/note.png [new file with mode: 0644]
doc/images/icons/prev.png [new file with mode: 0644]
doc/images/icons/tip.png [new file with mode: 0644]
doc/images/icons/up.png [new file with mode: 0644]
doc/images/icons/warning.png [new file with mode: 0644]
doc/images/wikilogo.png [new file with mode: 0644]
funcs_draw.cpp
funcs_draw.h
funcs_video.cpp
funcs_video.h
main.cpp