some cleanups and changes to miniswig and scripting code
authorMatthias Braun <matze@braunis.de>
Wed, 10 Aug 2005 22:23:50 +0000 (22:23 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 10 Aug 2005 22:23:50 +0000 (22:23 +0000)
commitce0795230a1fbf9d4867f966aa6909d19975bfcf
tree316fd42d94553f171a0595181b62fb58aa08a43a
parente1db813ddcd1b236d2670e0643214ae6a58c26a5
some cleanups and changes to miniswig and scripting code

SVN-Revision: 2752
15 files changed:
INSTALL
data/levels/test/script.stl
data/levels/test/simple.stl
src/badguy/kugelblitz.cpp
src/object/path.cpp
src/object/platform.cpp
src/scripting/script_interpreter.cpp
src/scripting/script_interpreter.hpp
src/scripting/squirrel_error.cpp [new file with mode: 0644]
src/scripting/squirrel_error.hpp [new file with mode: 0644]
src/scripting/wrapper.cpp
src/scripting/wrapper.hpp
src/scripting/wrapper_util.cpp
src/scripting/wrapper_util.hpp
tools/miniswig/create_wrapper.cpp