First commit of SDL_Perl-2.1.3
authorKartik Thakore <thakore.kartik@gmail.com>
Sat, 1 Aug 2009 18:37:01 +0000 (14:37 -0400)
committerKartik Thakore <thakore.kartik@gmail.com>
Sat, 1 Aug 2009 18:37:01 +0000 (14:37 -0400)
commit8fde61e3e900d5000c94503679d735221acc1882
treef0d07efeb1a95d7f70954772454300a08725a869
First commit of SDL_Perl-2.1.3
114 files changed:
BUGS [new file with mode: 0644]
Build.PL [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
COPYING [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
META.yml [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
lib/SDL.pm [new file with mode: 0644]
lib/SDL/App.pm [new file with mode: 0644]
lib/SDL/Cdrom.pm [new file with mode: 0644]
lib/SDL/Color.pm [new file with mode: 0644]
lib/SDL/Constants.pm [new file with mode: 0644]
lib/SDL/Cursor.pm [new file with mode: 0644]
lib/SDL/Event.pm [new file with mode: 0644]
lib/SDL/Font.pm [new file with mode: 0644]
lib/SDL/MPEG.pm [new file with mode: 0644]
lib/SDL/Mixer.pm [new file with mode: 0644]
lib/SDL/Music.pm [new file with mode: 0644]
lib/SDL/OpenGL.pm [new file with mode: 0644]
lib/SDL/OpenGL/Constants.pm [new file with mode: 0644]
lib/SDL/Palette.pm [new file with mode: 0644]
lib/SDL/Rect.pm [new file with mode: 0644]
lib/SDL/SFont.pm [new file with mode: 0644]
lib/SDL/Sound.pm [new file with mode: 0644]
lib/SDL/Surface.pm [new file with mode: 0644]
lib/SDL/TTFont.pm [new file with mode: 0644]
lib/SDL/Timer.pm [new file with mode: 0644]
lib/SDL/Tool/Font.pm [new file with mode: 0644]
lib/SDL/Tool/Graphic.pm [new file with mode: 0644]
lib/SDL/Tutorial.pm [new file with mode: 0644]
lib/SDL/Tutorial/Animation.pm [new file with mode: 0644]
lib/SDL/Tutorial/Drawing.pm [new file with mode: 0644]
lib/SDL/Tutorial/Images.pm [new file with mode: 0644]
lib/SDL/Video.pm [new file with mode: 0644]
lib/SDL_perl.pm [new file with mode: 0644]
logo/sdl_perl_logo_large.png [new file with mode: 0644]
logo/sdl_perl_logo_small.png [new file with mode: 0644]
make/lib/SDL/Build.pm [new file with mode: 0644]
make/lib/SDL/Build/Cygwin.pm [new file with mode: 0644]
make/lib/SDL/Build/Darwin.pm [new file with mode: 0644]
make/lib/SDL/Build/Freebsd.pm [new file with mode: 0644]
make/lib/SDL/Build/Linux.pm [new file with mode: 0644]
make/lib/SDL/Build/MSWin32.pm [new file with mode: 0644]
make/lib/SDL/Build/Netbsd.pm [new file with mode: 0644]
src/OpenGL.xs [new file with mode: 0644]
src/SDL.xs [new file with mode: 0644]
src/SFont.h [new file with mode: 0644]
src/SFont.xs [new file with mode: 0644]
src/defines.h [new file with mode: 0644]
t/apppm.t [new file with mode: 0644]
t/cdrompm.t [new file with mode: 0644]
t/colorpm.t [new file with mode: 0644]
t/cursorpm.t [new file with mode: 0644]
t/eventpm.t [new file with mode: 0644]
t/fontpm.t [new file with mode: 0644]
t/mixerpm.t [new file with mode: 0644]
t/mpegpm.t [new file with mode: 0644]
t/musicpm.t [new file with mode: 0644]
t/opengl.t [new file with mode: 0644]
t/palettepm.t [new file with mode: 0644]
t/rectpm.t [new file with mode: 0644]
t/sdlpm.t [new file with mode: 0644]
t/soundpm.t [new file with mode: 0644]
t/surfacepm.t [new file with mode: 0644]
t/timerpm.t [new file with mode: 0644]
t/toolfontpm.t [new file with mode: 0644]
t/toolgraphicpm.t [new file with mode: 0644]
t/ttfontpm.t [new file with mode: 0644]
t/videopm.t [new file with mode: 0644]
test/OpenGL/README [new file with mode: 0644]
test/OpenGL/test1.pl [new file with mode: 0644]
test/OpenGL/test2.pl [new file with mode: 0644]
test/OpenGL/test3.pl [new file with mode: 0644]
test/OpenGL/test4.pl [new file with mode: 0644]
test/OpenGL/test5.pl [new file with mode: 0644]
test/OpenGL/tutorial/Data/NeHe.png [new file with mode: 0644]
test/OpenGL/tutorial/Data/Star.bmp [new file with mode: 0644]
test/OpenGL/tutorial/Data/crate.png [new file with mode: 0644]
test/OpenGL/tutorial/Data/cube.bmp [new file with mode: 0644]
test/OpenGL/tutorial/Data/glass.bmp [new file with mode: 0644]
test/OpenGL/tutorial/Data/tim.jpg [new file with mode: 0644]
test/OpenGL/tutorial/Data/world.txt [new file with mode: 0644]
test/OpenGL/tutorial/lesson02.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson03.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson04.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson05.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson06.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson07.pl [new file with mode: 0644]
test/OpenGL/tutorial/lesson08.pl [new file with mode: 0644]
test/README [new file with mode: 0644]
test/checkkeys.pl [new file with mode: 0644]
test/data/24P_Arial_NeonYellow.png [new file with mode: 0644]
test/data/24P_Copperplate_Blue.png [new file with mode: 0644]
test/data/LargeFont.bmp [new file with mode: 0644]
test/data/aircut3.ttf [new file with mode: 0644]
test/data/electrohar.ttf [new file with mode: 0644]
test/data/highlight.png [new file with mode: 0644]
test/data/icon.bmp [new file with mode: 0644]
test/data/logo.png [new file with mode: 0644]
test/data/menu.png [new file with mode: 0644]
test/data/sample.wav [new file with mode: 0644]
test/graywin.pl [new file with mode: 0644]
test/loopwave.pl [new file with mode: 0644]
test/testcolor.pl [new file with mode: 0644]
test/testfonttool.pl [new file with mode: 0644]
test/testgfxprim.pl [new file with mode: 0644]
test/testgfxroto.pl [new file with mode: 0644]
test/testgraphictool.pl [new file with mode: 0644]
test/testjoystick.pl [new file with mode: 0644]
test/testmenu.pl [new file with mode: 0644]
test/testsprite.pl [new file with mode: 0644]
test/testtimer.pl [new file with mode: 0644]
typemap [new file with mode: 0644]