commit | b3b0f005bcf1563519d1b9f42d5ad8801f8e0ded | |
author | Christoph Egger <Christoph.Egger@gmx.de> | |
Thu, 4 Dec 2008 19:08:24 +0000 (4 20:08 +0100) | ||
committer | Christoph Egger <Christoph.Egger@gmx.de> | |
Thu, 4 Dec 2008 19:08:24 +0000 (4 20:08 +0100) | ||
tree | bb190186c3caa3336ad304160685a2621e8d896e | treesnapshot (tar.gz zip) |
AUTHORS | [new file with mode: 0644] | blob |
Changelog | [new file with mode: 0644] | blob |
INSTALL | [new file with mode: 0644] | blob |
LICENSE | [new file with mode: 0644] | blob |
Makefile.in | [new file with mode: 0644] | blob |
README | [new file with mode: 0644] | blob |
README.keys | [new file with mode: 0644] | blob |
config.guess | [new file with mode: 0755] | blob |
config.status | [new file with mode: 0755] | blob |
config.sub | [new file with mode: 0755] | blob |
configure | [new file with mode: 0755] | blob |
configure.in | [new file with mode: 0644] | blob |
data/board2.gif | [new file with mode: 0755] | blob |
data/font2.gif | [new file with mode: 0755] | blob |
data/polyomino.dat | [new file with mode: 0644] | blob |
data/topnine.gif | [new file with mode: 0755] | blob |
data/wellcuts.gif | [new file with mode: 0755] | blob |
data/wellintro.gif | [new file with mode: 0755] | blob |
data/welltris.scores | [new file with mode: 0644] | blob |
docs/srcdoc/sources | [new file with mode: 0644] | blob |
install-sh | [new file with mode: 0755] | blob |
makedist | [new file with mode: 0755] | blob |
src/Make.common.in | [new file with mode: 0644] | blob |
src/commonfuncs.cxx | [new file with mode: 0644] | blob |
src/geometry.cxx | [new file with mode: 0644] | blob |
src/image/accel.c | [new file with mode: 0644] | blob |
src/image/accel.h | [new file with mode: 0644] | blob |
src/image/convert.cxx | [new file with mode: 0644] | blob |
src/image/image.cxx | [new file with mode: 0644] | blob |
src/image/image.h | [new file with mode: 0644] | blob |
src/image/jpeg.c | [new file with mode: 0644] | blob |
src/image/makefile.in | [new file with mode: 0644] | blob |
src/image/picinfo.h | [new file with mode: 0644] | blob |
src/image/sublib/IMG_gif.c | [new file with mode: 0644] | blob |
src/image/sublib/SDL.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_error.c | [new file with mode: 0644] | blob |
src/image/sublib/SDL_error.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_image.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_mutex.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_rwops.c | [new file with mode: 0644] | blob |
src/image/sublib/SDL_rwops.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_surface.c | [new file with mode: 0644] | blob |
src/image/sublib/SDL_to_picinfo.c | [new file with mode: 0644] | blob |
src/image/sublib/SDL_types.h | [new file with mode: 0644] | blob |
src/image/sublib/SDL_video.h | [new file with mode: 0644] | blob |
src/image/sublib/begin_code.h | [new file with mode: 0644] | blob |
src/image/sublib/close_code.h | [new file with mode: 0644] | blob |
src/image/sublib/im_exp.h | [new file with mode: 0644] | blob |
src/image/sublib/makefile.in | [new file with mode: 0644] | blob |
src/include/bilist.h | [new file with mode: 0644] | blob |
src/include/commonfuncs.h | [new file with mode: 0644] | blob |
src/include/config.h | [new file with mode: 0644] | blob |
src/include/config.h.in | [new file with mode: 0644] | blob |
src/include/geometry.h | [new file with mode: 0644] | blob |
src/include/globals.h | [new file with mode: 0644] | blob |
src/include/globals.h.in | [new file with mode: 0644] | blob |
src/include/globdef.h | [new file with mode: 0644] | blob |
src/include/mydebug.h | [new file with mode: 0644] | blob |
src/include/sysheaders.h | [new file with mode: 0644] | blob |
src/include/types.h | [new file with mode: 0644] | blob |
src/include/version.h | [new file with mode: 0644] | blob |
src/include/wellclass.h | [new file with mode: 0644] | blob |
src/include/welldrawing.h | [new file with mode: 0644] | blob |
src/include/wellengine.h | [new file with mode: 0644] | blob |
src/include/wellimagefont.h | [new file with mode: 0644] | blob |
src/include/wellinput.h | [new file with mode: 0644] | blob |
src/include/wellintro.h | [new file with mode: 0644] | blob |
src/include/wellkey.h | [new file with mode: 0644] | blob |
src/include/wellobject.h | [new file with mode: 0644] | blob |
src/include/wellsimpledraw.h | [new file with mode: 0644] | blob |
src/include/wellswitch.h | [new file with mode: 0644] | blob |
src/include/welltopnine.h | [new file with mode: 0644] | blob |
src/include/welltris.h | [new file with mode: 0644] | blob |
src/include/xheaders.h | [new file with mode: 0644] | blob |
src/main.cxx | [new file with mode: 0644] | blob |
src/makefile.in | [new file with mode: 0644] | blob |
src/mydebug.c | [new file with mode: 0644] | blob |
src/rndgen.cxx | [new file with mode: 0644] | blob |
src/sdl/sdl_gfxprimitives.c | [new file with mode: 0644] | blob |
src/sdl/sdl_gfxprimitives.h | [new file with mode: 0644] | blob |
src/sdl/sdl_gfxprimitives_font.h | [new file with mode: 0644] | blob |
src/sdl/sdlwelldrawing.cxx | [new file with mode: 0644] | blob |
src/sdl/sdlwelldrawing.h | [new file with mode: 0644] | blob |
src/sdl/sdlwellengine.cxx | [new file with mode: 0644] | blob |
src/sdl/sdlwellengine.h | [new file with mode: 0644] | blob |
src/sdl/sdlwellimagefont.cxx | [new file with mode: 0644] | blob |
src/sdl/sdlwellimagefont.h | [new file with mode: 0644] | blob |
src/sdl/sdlwellinput.cxx | [new file with mode: 0644] | blob |
src/sdl/sdlwellinput.h | [new file with mode: 0644] | blob |
src/wellclass.cxx | [new file with mode: 0644] | blob |
src/welldrawing.cxx | [new file with mode: 0644] | blob |
src/wellengine.cxx | [new file with mode: 0644] | blob |
src/wellimagefont.cxx | [new file with mode: 0644] | blob |
src/wellinput.cxx | [new file with mode: 0644] | blob |
src/wellintro.cxx | [new file with mode: 0644] | blob |
src/wellkey.cxx | [new file with mode: 0644] | blob |
src/wellsimpledraw.cxx | [new file with mode: 0644] | blob |
src/wellswitch.cxx | [new file with mode: 0644] | blob |
src/welltopnine.cxx | [new file with mode: 0644] | blob |
src/x11/xheaders.h | [new file with mode: 0644] | blob |
src/x11/xwelldrawing.cxx | [new file with mode: 0644] | blob |
src/x11/xwelldrawing.h | [new file with mode: 0644] | blob |
src/x11/xwellengine.cxx | [new file with mode: 0644] | blob |
src/x11/xwellengine.h | [new file with mode: 0644] | blob |
src/x11/xwellimagefont.cxx | [new file with mode: 0644] | blob |
src/x11/xwellimagefont.h | [new file with mode: 0644] | blob |
src/x11/xwellinput.cxx | [new file with mode: 0644] | blob |
src/x11/xwellinput.h | [new file with mode: 0644] | blob |