1
0
Fork 0
fgdata/Nasal
ehofman ca224d0ea3 Melchior FRANZ:
- lights are by default off (what was I thinking?!?)
- setters return "me" reference by default, for easier code obfuscation:
  foo = aircraft.light.new("/foo").prop().switch(1);    :-)
- a few mebmers renamed; light.set() -> light.switch(); nodes are named *N
  to avoid collisions and to show relations (switch() <-> switchN)
- yet more (too much?) documentation
2005-04-06 08:18:06 +00:00
..
aircraft.nas Melchior FRANZ: 2005-04-06 08:18:06 +00:00
autopilot.nas Fix typing bug where the autopilot wouldn't turn off. GUI buttons 2004-05-15 23:04:17 +00:00
controls.nas Take advantage of a recent nasal change to simplify a boolean condition. 2005-03-30 19:04:53 +00:00
fuel.nas Probably best to make sure the property is there (even though 2004-08-12 18:49:13 +00:00
globals.nas Bugfix to globals.fgcommand(). 2003-12-08 02:09:19 +00:00
gui.nas Changes from Melchior to make use of the spiffy new format feature in 2005-03-26 22:15:26 +00:00
material.nas Melchior FRANZ: 2005-03-28 09:15:07 +00:00
props.nas Fix broken getPath() method 2005-03-27 17:30:51 +00:00
view.nas Nasal bindings for Saitek X45. 2003-12-23 17:31:08 +00:00