]> git.mxchange.org Git - flightgear.git/commit
Added simple proof-of-concept support for running PSL scripts from
authordavid <david>
Sat, 11 Jan 2003 16:30:32 +0000 (16:30 +0000)
committerdavid <david>
Sat, 11 Jan 2003 16:30:32 +0000 (16:30 +0000)
commit9bbe8a78b6adea37828a6043913d211f83f7f33c
tree9338dfb44c3065546a252857954ca59c4852b51c
parent5424c65f00a6bd248261ae7cf662c6a89f2c6ea4
Added simple proof-of-concept support for running PSL scripts from
input bindings.  They will work only with the latest CVS; otherwise,
./configure will disable them.  There is a new command, 'script',
which takes a single argument, also called 'script', containing PSL
code (currently PSL requires a main() function).

Erik Hofman has written some more elaborate code for triggering PSL
code from drop-down menus and scheduling events; I will look at
integrating that next.
configure.ac
src/Main/Makefile.am
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Makefile.am
src/Scripting/.cvsignore [new file with mode: 0644]
src/Scripting/Makefile.am [new file with mode: 0644]
src/Scripting/scriptmgr.cxx [new file with mode: 0644]
src/Scripting/scriptmgr.hxx [new file with mode: 0644]