[go: up one dir, main page]

Menu

Commit [r1362]  Maximize  Restore  History

strings for the interpreter

2001-12-13 Alexander Rawass <alexannika@...>

* added strings to c_alike.yacc
* added string callbacks src/cmd/script/script_call_string.cpp
* made Unit remember the Flightgroup & nr
* testd_unit1.mission now prints out also the fg id

alexannika 2001-12-14

added /trunk/data/mission/testd/testd_strings1.mission
changed /trunk/data/mission/testd/testd_unit1.mission
added /trunk/data/modules/string.c
changed /trunk/data/modules/unit.c
changed /trunk/vegastrike/ChangeLog
changed /trunk/vegastrike/src/cmd/script/Makefile.am
changed /trunk/vegastrike/src/cmd/script/c_alike/c_alike.tab.cpp
changed /trunk/vegastrike/src/cmd/script/c_alike/c_alike.yacc
changed /trunk/vegastrike/src/cmd/script/c_alike/lex.yy.cpp
changed /trunk/vegastrike/src/cmd/script/c_alike/test.c
changed /trunk/vegastrike/src/cmd/script/mission.h
added /trunk/vegastrike/src/cmd/script/script_call_string.cpp
changed /trunk/vegastrike/src/cmd/script/script_call_unit.cpp
changed /trunk/vegastrike/src/cmd/script/script_callbacks.cpp
changed /trunk/vegastrike/src/cmd/script/script_expression.cpp
changed /trunk/vegastrike/src/cmd/script/script_variables.cpp
changed /trunk/vegastrike/src/cmd/unit.cpp
changed /trunk/vegastrike/src/cmd/unit.h
changed /trunk/vegastrike/src/main_loop.cpp