1
0
Fork 0
fgdata/Nasal
2021-04-30 13:44:08 +01:00
..
Autopush
canvas
console
debug
FailureMgr
input_helpers
jetways Nasal: use ‘quiet’ flag when loading jetways.xml 2020-10-25 19:56:40 +00:00
jetways_edit
local_weather
modules
performance_monitor
std
towing
tutorial
addons.nas
aircraft.nas
aurora.nas
bits.nas Add a license exception to single owner (Melchoir Franz and myself) that clarifies that merely calling Nasal functions from third party aircraft does not invoce the derived-work clause of the GPL. Signed of by Melchoir. 2020-06-05 11:31:57 +02:00
checklist.nas
contrail.nas
controls.nas
debug.nas
dynamic_view.nas
earthview.nas
emesary.nas Emesary: Improve error messages 2020-12-17 22:42:42 +00:00
emesary_mp_bridge.nas Make sure notifications don't stay in the outgoing MP emesary property, which could lead pilots just connecting to MP to get a past notification. 2020-10-19 00:40:05 +02:00
environment.nas
events.nas
frame_utils.nas Nasal PartitionProcessor added time limiter 2020-10-25 20:02:41 +01:00
fuel.nas : add sanity checks to fuel tank update 2012-04-22 15:19:20 +02:00
geo.nas remove unused function floor from geo.nas 2020-06-03 23:20:01 +01:00
glide_slope_tunnel.nas
globals.nas
gui.nas
io.nas
joystick.nas Joystick-config: fix ToggleButton, add AP-DISC 2020-11-19 21:17:51 +00:00
lag_adjust.nas
loadpriority.xml
local_weather_auto_init.nas
material.nas
math.nas
modules.nas
mp_broadcast.nas
multikey.nas Add a license exception to single owner (Melchoir Franz and myself) that clarifies that merely calling Nasal functions from third party aircraft does not invoce the derived-work clause of the GPL. Signed of by Melchoir. 2020-06-05 11:31:57 +02:00
multiplayer.nas
notifications.nas
orbital_target.nas
prop_key_handler.nas Nasal/prop_key_handler.nas: fixed couple of issues in search ('?') code. 2019-08-31 14:14:18 +01:00
props.nas Fix props.condition 2020-11-19 18:44:00 +00:00
props.nut
README.txt add Nasal loadable module support (modules.nas) 2020-01-26 18:13:08 +01:00
redout.nas Tentative fix for accelerometers using YaSim properties in JSBSim or optionally generated properties 2016-11-23 15:34:04 +02:00
route_manager.nas
scenery.nas
screen.nas Add option to move chat to the left and align left. 2021-01-13 22:43:12 +01:00
seaport.nas
std.nas
std.nut
string.nas
tanker.nas
test_emesary.nut Added Emesary MP bridge unit tests 2020-08-01 16:44:02 +02:00
test_math.nut
track_target.nas
video.nas
view.nas
volcano.nas Use logprint in more places 2020-06-28 07:27:29 +01:00
weather_scenario.nas
wildfire.nas Nasal loadpriority; remove nasal-dir-initialized listeners; 2020-06-03 21:57:14 +01:00
windsock.nas

FGDATA/Nasal/ contains nasal core modules (*.nas).
All .nas files in this directory will be loaded automatically while Flightgear starts.

The first level sub-directories will be scanned for .nas files and this files will be 
also loaded while Flightgear starts unless disabled in defaults.xml.