]> git.mxchange.org Git - flightgear.git/commit
Stuart Buchanan:
authorehofman <ehofman>
Fri, 6 Jan 2006 09:50:58 +0000 (09:50 +0000)
committerehofman <ehofman>
Fri, 6 Jan 2006 09:50:58 +0000 (09:50 +0000)
commit0e16419f0db66e950661673b1a0ad337a8cdbd4d
tree8be381ead75f0c165c1b61baf055d87106987b3d
parent0b3164c3126a1f8a9161847b983226d94a27cc29
Stuart Buchanan:

- Provide a Nasal interface to display simple text messages on the screen
  like the ATC display. In fact, I copied the code from the ATCDisplay.cxx
  and simply shifted it further down the screen.

Erik:

TODO: Integrate the two pieces of code.
src/Main/fg_init.cxx
src/Main/globals.hxx
src/Main/renderer.cxx
src/Scripting/Makefile.am
src/Scripting/NasalDisplay.cxx [new file with mode: 0644]
src/Scripting/NasalDisplay.hxx [new file with mode: 0644]
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx