supertux is using physfs now, this simplifies the code and generalises file handling
authorMatthias Braun <matze@braunis.de>
Tue, 7 Jun 2005 15:59:27 +0000 (15:59 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 7 Jun 2005 15:59:27 +0000 (15:59 +0000)
commit7ae3aef67ad305cb9c6ed584cdac6117da9eba88
treef03c3c72e802f736cf1c9b33c516e3a7d4a8fc7f
parent67f2aad686e54206f3f0ce7d337b5a896d344e57
supertux is using physfs now, this simplifies the code and generalises file handling

SVN-Revision: 2575
37 files changed:
configure.ac
data/levels/test/script.stl
mk/jam/np_findlib.m4 [new file with mode: 0644]
mk/jam/np_lang_program.m4 [new file with mode: 0644]
src/Jamfile
src/audio/sound_manager.cpp
src/file_system.cpp
src/file_system.h
src/game_session.cpp
src/gameconfig.cpp
src/level.cpp
src/level_subset.cpp
src/lisp/list_iterator.cpp
src/lisp/parser.cpp
src/lisp/writer.cpp
src/lisp/writer.h
src/main.cpp
src/object/background.cpp
src/object/particlesystem.cpp
src/object/particlesystem_interactive.cpp
src/resources.cpp
src/resources.h
src/scripting/functions.cpp
src/scripting/functions.h
src/scripting/script_interpreter.cpp
src/scripting/script_interpreter.h
src/scripting/wrapper.cpp
src/sector.cpp
src/sprite/sprite_data.cpp
src/textscroller.cpp
src/tile.cpp
src/tile_manager.cpp
src/tinygettext/tinygettext.cpp
src/tinygettext/tinygettext.h
src/title.cpp
src/video/surface.cpp
src/worldmap.cpp