added summerhack
authorJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 20 Nov 2009 01:20:46 +0000 (01:20 +0000)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Fri, 20 Nov 2009 01:20:46 +0000 (01:20 +0000)
commita80992973feb47adfc1214ad1a3f7fc34eb345c0
treea77e4362d44d1d2e77904058b4ae9c78d2c0ecd5
added summerhack
59 files changed:
3dengfx.conf [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
data/curve00 [new file with mode: 0644]
data/curve01 [new file with mode: 0644]
data/curve02 [new file with mode: 0644]
data/curve03 [new file with mode: 0644]
data/exibit.psys [new file with mode: 0644]
data/galaxy.psys [new file with mode: 0644]
data/pillar.curve [new file with mode: 0644]
data/stars.psys [new file with mode: 0644]
data/test2.psys [new file with mode: 0644]
data/tex_list [new file with mode: 0644]
data/thelab.psys [new file with mode: 0644]
demoscript [new file with mode: 0644]
src/3dengfx [new symlink]
src/events.cpp [new file with mode: 0644]
src/events.hpp [new file with mode: 0644]
src/parts/.dist.hpp.swp [new file with mode: 0644]
src/parts/.space.cpp.swp [new file with mode: 0644]
src/parts/Makefile-part [new file with mode: 0644]
src/parts/dist.cpp [new file with mode: 0644]
src/parts/dist.hpp [new file with mode: 0644]
src/parts/parts.hpp [new file with mode: 0644]
src/parts/pipes.cpp [new file with mode: 0644]
src/parts/pipes.hpp [new file with mode: 0644]
src/parts/space.cpp [new file with mode: 0644]
src/parts/space.hpp [new file with mode: 0644]
src/parts/temple.cpp [new file with mode: 0644]
src/parts/temple.hpp [new file with mode: 0644]
src/sdlvf/Makefile-part [new file with mode: 0644]
src/sdlvf/sdlvf.c [new file with mode: 0644]
src/sdlvf/sdlvf.h [new file with mode: 0644]
src/sumhack.cpp [new file with mode: 0644]
tools/curve_draw/Makefile [new file with mode: 0644]
tools/curve_draw/cursors.cc [new file with mode: 0644]
tools/curve_draw/cursors.h [new file with mode: 0644]
tools/curve_draw/curve_draw.cc [new file with mode: 0644]
tools/curve_draw/curves.cc [new file with mode: 0644]
tools/curve_draw/curves.h [new file with mode: 0644]
tools/curve_draw/gfx.cc [new file with mode: 0644]
tools/curve_draw/gfx.h [new file with mode: 0644]
tools/curve_draw/linkedlist.h [new file with mode: 0644]
tools/curve_draw/vmath/Makefile-part [new file with mode: 0644]
tools/curve_draw/vmath/matrix.cc [new file with mode: 0644]
tools/curve_draw/vmath/matrix.h [new file with mode: 0644]
tools/curve_draw/vmath/matrix.inl [new file with mode: 0644]
tools/curve_draw/vmath/quaternion.cc [new file with mode: 0644]
tools/curve_draw/vmath/quaternion.h [new file with mode: 0644]
tools/curve_draw/vmath/sphvec.cc [new file with mode: 0644]
tools/curve_draw/vmath/sphvec.h [new file with mode: 0644]
tools/curve_draw/vmath/vector.cc [new file with mode: 0644]
tools/curve_draw/vmath/vector.h [new file with mode: 0644]
tools/curve_draw/vmath/vector.inl [new file with mode: 0644]
tools/curve_draw/vmath/vmath.cc [new file with mode: 0644]
tools/curve_draw/vmath/vmath.h [new file with mode: 0644]
tools/curve_draw/vmath/vmath.inl [new file with mode: 0644]
tools/curve_draw/vmath/vmath_types.h [new file with mode: 0644]
tools/find_textures [new file with mode: 0755]