- Added a new script command to display text files
authorMatthias Braun <matze@braunis.de>
Thu, 12 May 2005 15:13:55 +0000 (15:13 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 12 May 2005 15:13:55 +0000 (15:13 +0000)
commit8f21eeeae4a09dc90aada92fc5afdc9297bfd0f0
tree18251fde6a4be4bf2274cad32aa635d30a79d632
parentaeec9baba33ec63d2d0fdd97d961a53ec5c1541d
- Added a new script command to display text files
- Refactored ScriptingInterpreter a small bit
- Added the possibility to starts scripts for worldmap intro and level extro

SVN-Revision: 2475
14 files changed:
data/levels/world1/de.po
data/levels/world1/worldmap.stwm
src/badguy/yeti.cpp
src/game_session.cpp
src/game_session.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/trigger/scripttrigger.cpp
src/worldmap.cpp
src/worldmap.h