- Made miniswig support HSQUIRRELVM arguments (and realized it was not needed
authorMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 19:08:24 +0000 (19:08 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 6 May 2005 19:08:24 +0000 (19:08 +0000)
commitf1e15f44f709d6b4fa45e858dc12d7d701ae8ddc
treeb8b2c87673390b368cf2df1110c6b90997441c73
parent20ca5e7c49d7d98aee81921ea706829e5ff231ed
- Made miniswig support HSQUIRRELVM arguments (and realized it was not needed
        later :)
- added a text object for scripts to use and extended the example for it
- removed the pointless uint32_t effect parameter from all the draw methods.
  Simply use DrawingContext.set_effect if you need it.

SVN-Revision: 2419
28 files changed:
data/levels/test/script.stl
src/badguy/badguy.cpp
src/game_session.cpp
src/lisp/lisp.h
src/object/ambient_sound.cpp
src/object/player.cpp
src/object/player.h
src/object/text_object.cpp [new file with mode: 0644]
src/object/text_object.h [new file with mode: 0644]
src/scripting/functions.cpp
src/scripting/functions.h
src/scripting/script_interpreter.cpp
src/scripting/text.h [new file with mode: 0644]
src/scripting/wrapper.cpp
src/scripting/wrapper.interface.h
src/sector.cpp
src/sprite/sprite.cpp
src/sprite/sprite.h
src/title.cpp
src/video/drawing_context.cpp
src/video/drawing_context.h
src/video/semantic.cache
src/worldmap.cpp
tools/miniswig/create_wrapper.cpp
tools/miniswig/lexer.ll
tools/miniswig/main.cpp
tools/miniswig/tree.cpp
tools/miniswig/tree.h