Advanced weather: Difference between revisions

Jump to navigation Jump to search
Line 160: Line 160:
=== 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 $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