1
0
Fork 0
fgdata/Nasal
mfranz b3032f63c7 Add Node.clear() method, which resets a node to type "NONE" and value 'nil'.
This can be used to invalidate nodes and may be interesting for debugging
purposes. Use carefully!
2008-11-22 11:20:44 +00:00
..
aircraft.nas convert more initNode to the method version (sorry, had forgotten these) 2008-11-20 22:06:54 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
bits.nas add complementary function to bits.string(): bits.value() This is rather 2008-10-25 15:03:32 +00:00
controls.nas AJ MacLEOD: add braking chute wrapper function 2008-10-07 19:22:49 +00:00
debug.nas nasal now returns constant and readable ghosttypes, so we do no longer 2008-11-13 12:00:23 +00:00
dynamic_view.nas dynamic_view.nas: use D2R/R2D constants 2008-11-20 20:18:39 +00:00
fuel.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
geo.nas dynamic_view.nas: use D2R/R2D constants 2008-11-20 20:18:39 +00:00
glide_slope_tunnel.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
globals.nas dynamic_view.nas: use D2R/R2D constants 2008-11-20 20:18:39 +00:00
gui.nas setCursor: complain and show options if wrong cursor name was given 2008-11-20 23:03:24 +00:00
io.nas io.nas/stat: drop use of broken bits library 2008-10-21 21:37:41 +00:00
IOrules - load_nasal(): catch usage of improper namespaces (e.g. $FG_HOME/Nasal/isa.nas) 2008-07-30 20:34:52 +00:00
lead_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
material.nas simplify by using the props.Node.setBinding() method 2007-05-11 19:02:20 +00:00
math.nas Add soft-coded utilites to the "io" and "math" modules. The math 2007-03-29 22:09:25 +00:00
multikey.nas - let F12 pop up radio settings dialog (used to be Ctrl-r) 2008-10-08 21:59:31 +00:00
multiplayer.nas - Alexis Bory: As seen previously with Till, the nasty F-14 radar brakes multiplayer.dialog.show() unless we better test the "valid" node. 2008-10-02 20:12:00 +00:00
prop_key_handler.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
props.nas Add Node.clear() method, which resets a node to type "NONE" and value 'nil'. 2008-11-22 11:20:44 +00:00
redout.nas Re-order initialization and fix a couple of bugs. 2008-04-29 19:58:10 +00:00
screen.nas screen.nas: evaluate --prop:display when fdm is up, or some props are missed 2008-08-05 12:35:01 +00:00
startup.nas debug.dump(): print empty strings as hash key correctly 2008-10-25 14:20:47 +00:00
string.nas s/fixpath/normpath/ (as in python) 2008-10-15 16:35:11 +00:00
track_target.nas Minor cosmetic changes. 2007-05-15 16:07:15 +00:00
tutorial.nas io: use default attribs rather than a hard-coded number for globals identification 2008-07-11 09:37:33 +00:00
view.nas make constants D2R, R2D, M2FT, FT2M global 2008-11-20 11:24:45 +00:00