Advanced weather: Difference between revisions

Jump to navigation Jump to search
m
Robot: Automated text replacement (-$FG_HOME/ +$FG_HOME, -$FG_ROOT/ +$FG_ROOT/, -$FG_SCENERY/ +$FG_SCENERY/, - $FG_HOME + $FG_HOME, - $FG_ROOT + $FG_ROOT, - $FG_SCENERY + $FG_SCENERY)
m (→‎Environment related: fixed by stuart)
m (Robot: Automated text replacement (-$FG_HOME/ +$FG_HOME, -$FG_ROOT/ +$FG_ROOT/, -$FG_SCENERY/ +$FG_SCENERY/, - $FG_HOME + $FG_HOME, - $FG_ROOT + $FG_ROOT, - $FG_SCENERY + $FG_SCENERY))
Line 175: Line 175:
=== New Nasal API requests ===
=== New Nasal API requests ===
For things that should be implemented as new Nasal APIs, rather than being hard coded features in C++
For things that should be implemented as new Nasal APIs, rather than being hard coded features in C++
The file [http://gitorious.org/fg/fgdata/blobs/master/Nasal/compat_layer.nas $FG_ROOT/Nasal/compat_layer.nas] contains compatibility wrappers for functions that are currently implemented in Nasal space, because the corresponding features are not yet supported by the core fgfs/Nasal APIs. This may be a good starting point for implementing new Nasal APIs.
The file [http://gitorious.org/fg/fgdata/blobs/master/Nasal/compat_layer.nas [[$FG_ROOT]]/Nasal/compat_layer.nas] contains compatibility wrappers for functions that are currently implemented in Nasal space, because the corresponding features are not yet supported by the core fgfs/Nasal APIs. This may be a good starting point for implementing new Nasal APIs.


== Current development status ==
== Current development status ==

Navigation menu