Initial integration, lots of broken stuff
authorTim Goya <tuxdev103@gmail.com>
Sun, 16 Dec 2007 22:17:36 +0000 (22:17 +0000)
committerTim Goya <tuxdev103@gmail.com>
Sun, 16 Dec 2007 22:17:36 +0000 (22:17 +0000)
commit99cf62c2d44b4555e9761f1c8f1b10cf880c33fb
treeaf69fd38940bc54bbf98fe23c859248682f4153e
parenta131e16596f7eedc8a07f9a4894d7038b1a9a947
Initial integration, lots of broken stuff

SVN-Revision: 5199
214 files changed:
src/addon_manager.cpp
src/gameconfig.cpp
src/gameconfig.hpp
src/lisp/parser.cpp
src/main.cpp
src/physfs/physfs_sdl.cpp
src/physfs/physfs_stream.cpp
src/physfs/physfs_stream.hpp
src/sector.cpp
src/tinygettext/tinygettext.cpp
src/title.cpp
src/unison/CMakeLists.txt [new file with mode: 0644]
src/unison/Doxyfile [new file with mode: 0644]
src/unison/LICENSE_1_0.txt [new file with mode: 0644]
src/unison/include/unison/vfs/FileSystem.hpp [new file with mode: 0644]
src/unison/include/unison/vfs/sdl/Utils.hpp [new file with mode: 0644]
src/unison/include/unison/vfs/stream.hpp [new file with mode: 0644]
src/unison/include/unison/video/Blittable.hpp [new file with mode: 0644]
src/unison/include/unison/video/Blitters.hpp [new file with mode: 0644]
src/unison/include/unison/video/Color.hpp [new file with mode: 0644]
src/unison/include/unison/video/Coord.hpp [new file with mode: 0644]
src/unison/include/unison/video/DisplayList.hpp [new file with mode: 0644]
src/unison/include/unison/video/Rect.hpp [new file with mode: 0644]
src/unison/include/unison/video/RenderOptions.hpp [new file with mode: 0644]
src/unison/include/unison/video/Renderers.hpp [new file with mode: 0644]
src/unison/include/unison/video/Surface.hpp [new file with mode: 0644]
src/unison/include/unison/video/Texture.hpp [new file with mode: 0644]
src/unison/include/unison/video/Window.hpp [new file with mode: 0644]
src/unison/include/unison/video/backend/Renderer.hpp [new file with mode: 0644]
src/unison/include/unison/video/backend/Texture.hpp [new file with mode: 0644]
src/unison/include/unison/video/backend/Window.hpp [new file with mode: 0644]
src/unison/include/unison/video/sdl/Blitters.hpp [new file with mode: 0644]
src/unison/physfs-1.1.1/CHANGELOG.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/CMakeLists.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/CREDITS.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/Doxyfile [new file with mode: 0644]
src/unison/physfs-1.1.1/INSTALL.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/LICENSE.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/TODO.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/dir.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/grp.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/hog.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/lzma.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/mvl.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/qpak.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/wad.c [new file with mode: 0644]
src/unison/physfs-1.1.1/archivers/zip.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/PhysFS.NET/AssemblyInfo.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/PhysFS.NET.csproj [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/PhysFS.NET.sln [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/PhysFS.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/PhysFSFileStream.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/PhysFS_DLL.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/README.txt [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/App.ico [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/AssemblyInfo.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/TestApp.csproj [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/TestApp.sln [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/TestAppForm.cs [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/PhysFS.NET/TestApp/TestAppForm.resx [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/abs-file.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/casefolding.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/globbing.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/globbing.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/ignorecase.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/ignorecase.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/makecasefoldhashtable.pl [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/makedist.sh [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/physfs_rb/installer.rb [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/extconf.rb [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/install.rb [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/make_install_test.sh [new file with mode: 0755]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/physfs.rb [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/physfsrwops.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/physfsrwops.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_physfs.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_physfs.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_physfs_file.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_physfs_file.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_sdl_rwops.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/rb_sdl_rwops.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfs_rb/physfs/test/test_physfs.rb [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfshttpd.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfsrwops.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfsrwops.h [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/physfsunpack.c [new file with mode: 0644]
src/unison/physfs-1.1.1/extras/selfextract.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zAlloc.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zBuffer.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zBuffer.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zCrc.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zCrc.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zDecode.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zDecode.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zExtract.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zExtract.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zHeader.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zHeader.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zIn.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zIn.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zItem.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zItem.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zMethodID.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zMethodID.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/7zTypes.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LZMA-LICENSE.txt [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LzmaDecode.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LzmaDecode.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LzmaStateDecode.c [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LzmaStateDecode.h [new file with mode: 0644]
src/unison/physfs-1.1.1/lzma/LzmaTypes.h [new file with mode: 0644]
src/unison/physfs-1.1.1/makeos2.cmd [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs-1.1.1/CMakeFiles/CMakeError.log [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs-1.1.1/CMakeFiles/CMakeTmp/src.c [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs.c [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs.h [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs.spec.in [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs_byteorder.c [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs_casefolding.h [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs_internal.h [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs_platforms.h [new file with mode: 0644]
src/unison/physfs-1.1.1/physfs_unicode.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/beos.cpp [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/macosx.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/os2.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/pocketpc.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/posix.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/unix.c [new file with mode: 0644]
src/unison/physfs-1.1.1/platform/windows.c [new file with mode: 0644]
src/unison/physfs-1.1.1/test/test_physfs.c [new file with mode: 0644]
src/unison/physfs-1.1.1/test/wxtest_physfs.cpp [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/adler32.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/compress.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/crc32.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/crc32.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/deflate.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/deflate.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/gzio.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/infback.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inffast.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inffast.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inffixed.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inflate.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inflate.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inftrees.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/inftrees.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/trees.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/trees.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/uncompr.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/zconf.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/zlib.h [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/zutil.c [new file with mode: 0644]
src/unison/physfs-1.1.1/zlib123/zutil.h [new file with mode: 0644]
src/unison/src/vfs/FileSystem.cpp [new file with mode: 0644]
src/unison/src/vfs/sdl/Utils.cpp [new file with mode: 0644]
src/unison/src/vfs/stream.cpp [new file with mode: 0644]
src/unison/src/video/Blittable.cpp [new file with mode: 0644]
src/unison/src/video/Blitters.cpp [new file with mode: 0644]
src/unison/src/video/Color.cpp [new file with mode: 0644]
src/unison/src/video/Renderers.cpp [new file with mode: 0644]
src/unison/src/video/Surface.cpp [new file with mode: 0644]
src/unison/src/video/Texture.cpp [new file with mode: 0644]
src/unison/src/video/Window.cpp [new file with mode: 0644]
src/unison/src/video/auto/Renderer.cpp [new file with mode: 0644]
src/unison/src/video/auto/Renderer.hpp [new file with mode: 0644]
src/unison/src/video/backend/Texture.cpp [new file with mode: 0644]
src/unison/src/video/opengl/Renderer.cpp [new file with mode: 0644]
src/unison/src/video/opengl/Renderer.hpp [new file with mode: 0644]
src/unison/src/video/opengl/SDL_gl.c [new file with mode: 0644]
src/unison/src/video/opengl/SDL_gl.h [new file with mode: 0644]
src/unison/src/video/opengl/SDL_glfuncs.h [new file with mode: 0644]
src/unison/src/video/opengl/Texture.cpp [new file with mode: 0644]
src/unison/src/video/opengl/Texture.hpp [new file with mode: 0644]
src/unison/src/video/opengl/Window.cpp [new file with mode: 0644]
src/unison/src/video/opengl/Window.hpp [new file with mode: 0644]
src/unison/src/video/sdl/Blitters.cpp [new file with mode: 0644]
src/unison/src/video/sdl/Renderer.cpp [new file with mode: 0644]
src/unison/src/video/sdl/Renderer.hpp [new file with mode: 0644]
src/unison/src/video/sdl/Texture.cpp [new file with mode: 0644]
src/unison/src/video/sdl/Texture.hpp [new file with mode: 0644]
src/unison/src/video/sdl/Window.cpp [new file with mode: 0644]
src/unison/src/video/sdl/Window.hpp [new file with mode: 0644]
src/video/color.hpp
src/video/drawing_context.cpp
src/video/drawing_context.hpp
src/video/drawing_request.hpp
src/video/font.cpp
src/video/font.hpp
src/video/gl_lightmap.cpp [deleted file]
src/video/gl_lightmap.hpp [deleted file]
src/video/gl_renderer.cpp [deleted file]
src/video/gl_renderer.hpp [deleted file]
src/video/gl_surface_data.hpp [deleted file]
src/video/gl_texture.cpp [deleted file]
src/video/gl_texture.hpp [deleted file]
src/video/glutil.hpp
src/video/lightmap.hpp [deleted file]
src/video/renderer.hpp [deleted file]
src/video/sdl_lightmap.cpp [deleted file]
src/video/sdl_lightmap.hpp [deleted file]
src/video/sdl_renderer.cpp [deleted file]
src/video/sdl_renderer.hpp [deleted file]
src/video/sdl_surface_data.hpp [deleted file]
src/video/sdl_texture.cpp [deleted file]
src/video/sdl_texture.hpp [deleted file]
src/video/surface.hpp
src/video/texture.hpp [deleted file]
src/video/texture_manager.cpp [deleted file]
src/video/texture_manager.hpp [deleted file]
src/video/video_systems.cpp [deleted file]
src/video/video_systems.hpp [deleted file]
src/world.cpp
src/worldmap/level.cpp
src/worldmap/worldmap.cpp