1
0
Fork 0
flightgear/src/Scripting
mfranz f3ba7a3bd4 - pass return values in set{,Bool,Int,Double}Value() and setprop()
- make some char* "const" to silence warnings

This removes the warning that (rarely) occurred if one wrote to a
write protected property with setprop(). While this was a useful
hint, it needlessly floods the terminal if one protected a property
intentionally. (Consider to add an SG_DEBUG warning instead.) It's
now the caller's job to check for the result if it actually cares.
2009-02-10 00:22:16 +01:00
..
.cvsignore Added simple proof-of-concept support for running PSL scripts from 2003-01-11 16:30:32 +00:00
Makefile.am screenPrint() is obsolete. Use screen.log.write() for the same purpose, 2006-02-13 19:46:03 +00:00
nasal-props.cxx - pass return values in set{,Bool,Int,Double}Value() and setprop() 2009-02-10 00:22:16 +01:00
NasalSys.cxx - pass return values in set{,Bool,Int,Double}Value() and setprop() 2009-02-10 00:22:16 +01:00
NasalSys.hxx - createModule: add optional arg[] vector arguments 2008-10-18 19:52:18 +00:00