]> git.mxchange.org Git - flightgear.git/commit
screenPrint() is obsolete. Use screen.log.write() for the same purpose,
authormfranz <mfranz>
Mon, 13 Feb 2006 19:46:03 +0000 (19:46 +0000)
committermfranz <mfranz>
Mon, 13 Feb 2006 19:46:03 +0000 (19:46 +0000)
commit3a2148828ecce1d0ef9947a55ed24e412760d3a3
tree27dd0fae348569b69af29b6e1e1da48f6c81824c
parent3b047b1831201427b8f6a2948a786f2516be3712
screenPrint() is obsolete. Use screen.log.write() for the same purpose,
or write to the color properties in /sim/screen/. If this Nasal/GUI
implementation turns out to be too slow, we'll write a generic OpenGL/plib
version simliar to the ATCdisplay code.  (OK'ed by Andy and Stuart)
src/Main/fg_init.cxx
src/Main/renderer.cxx
src/Scripting/Makefile.am
src/Scripting/NasalDisplay.cxx [deleted file]
src/Scripting/NasalDisplay.hxx [deleted file]