Lots of changes. Good number of small fixes. Some new stuff.
commitdc433d14daaaae5a6cb7ee8fddf94311454e97fe
authorBrett Lajzer <brett@brettlajzer.com>
Thu, 10 Jan 2008 00:55:39 +0000 (9 19:55 -0500)
committerBrett Lajzer <brett@brettlajzer.com>
Thu, 10 Jan 2008 00:55:39 +0000 (9 19:55 -0500)
tree98c2c02142b28c04cbb24fb58336cc34977bc947
parentfabd994b21e723932a68e55f55d69de3e281e084
Lots of changes. Good number of small fixes. Some new stuff.

Fixed a good number of bugs. Easiest way to view them is in gitk or similar.
Added a lot of stuff. Animation closure creator.
New demo that I made for a game jam -- shows off particle effects and
the new instrumentation framework.
59 files changed:
INSTALL
SConstruct [new file with mode: 0644]
base/FPSManager.lua
base/Object.lua
base/ObjectList.lua
base/ParticleSystem.lua
base/aabb_collision.lua
base/animation.lua [new file with mode: 0644]
base/init.lua
base/instrumentation.lua [new file with mode: 0644]
base/obb_collision.lua
demos/README
demos/dao/scripts/code.lua
demos/luashooter/scripts/enemies/soup_can.lua
demos/luashooter/scripts/enemies/swooper.lua
demos/luashooter/scripts/enemy.lua
demos/luashooter/scripts/events.lua
demos/shine_on/VeraBd.ttf [new file with mode: 0644]
demos/shine_on/base [new symlink]
demos/shine_on/images/bg.png [new file with mode: 0644]
demos/shine_on/images/dark_overlay.png [new file with mode: 0644]
demos/shine_on/images/darkle.png [new file with mode: 0644]
demos/shine_on/images/darkline.png [new file with mode: 0644]
demos/shine_on/images/orange_sparkle.png [new file with mode: 0644]
demos/shine_on/images/phazon.png [new file with mode: 0644]
demos/shine_on/images/phazon_blast.png [new file with mode: 0644]
demos/shine_on/images/player.png [new file with mode: 0644]
demos/shine_on/images/player_charged.png [new file with mode: 0644]
demos/shine_on/images/sparkle.png [new file with mode: 0644]
demos/shine_on/images/sun_base.png [new file with mode: 0644]
demos/shine_on/images/sun_overlay.png [new file with mode: 0644]
demos/shine_on/images/sunbeam.png [new file with mode: 0644]
demos/shine_on/images/sunline.png [new file with mode: 0644]
demos/shine_on/images/title.png [new file with mode: 0644]
demos/shine_on/images/title.xcf [new file with mode: 0644]
demos/shine_on/images/white_sparkle.png [new file with mode: 0644]
demos/shine_on/scripts/DarkLine.lua [new file with mode: 0644]
demos/shine_on/scripts/Darkle.lua [new file with mode: 0644]
demos/shine_on/scripts/OrangeSpark.lua [new file with mode: 0644]
demos/shine_on/scripts/Phazon.lua [new file with mode: 0644]
demos/shine_on/scripts/PhazonBlast.lua [new file with mode: 0644]
demos/shine_on/scripts/Player.lua [new file with mode: 0644]
demos/shine_on/scripts/Sparkle.lua [new file with mode: 0644]
demos/shine_on/scripts/Sun.lua [new file with mode: 0644]
demos/shine_on/scripts/WhiteSpark.lua [new file with mode: 0644]
demos/shine_on/scripts/code.lua [new file with mode: 0644]
demos/shine_on/scripts/config.lua [new file with mode: 0644]
demos/shine_on/scripts/main.lua [new file with mode: 0644]
doc/animation_tutorial.html [copied from doc/class_object.html with 61% similarity]
doc/animation_tutorial.txt [new file with mode: 0644]
doc/basic_tutorial.html
doc/basic_tutorial.txt
doc/class_object.html
doc/class_object.txt
doc/fun_ref.html
doc/fun_ref.txt
doc/index.html
doc/index.txt
funcs_video.cpp