1
0
Fork 0
fgdata/Nasal
Torsten Dreyer edbff6bd34 Refactor weather-utility.nas
A bug in weather-utility.nas caused constant computation
of wave parameters due to the fact that the wind speed
was ignored.

That code was ugly anyway, so it has been replaced by
property rules which don't create work for the nasal
garbage collector.

All required properties for the wave shader are now in
interpolator.xml, the snow-line computation lives in
metarinterpolator.xml
2012-01-19 00:05:48 +01:00
..
atc-chatter Turn atc-chatter.nas into a separate submodule. 2011-06-05 23:22:12 +02:00
jetways Ryan Miller: Get rid of no-op jetway XML files. 2011-06-18 01:33:57 +02:00
jetways_edit Revert "Add minor pathname correction." 2011-07-16 15:39:41 +02:00
local_weather Fixes to local weather requested by Thorsten RENK. 2012-01-13 14:50:36 +00:00
performance_monitor Add system performance dialog. 2011-11-19 15:56:44 +01:00
tutorial Apply defaults to each tutorial separately 2011-08-28 10:08:15 +02:00
aircraft.nas fgdata changes for HUD cycling 2011-12-11 18:07:54 +00:00
balloons.nas Adjust balloon position on sim-reset 2011-05-27 22:10:52 +02:00
bits.nas string(): make zero padding work if arg is 0 2008-12-22 01:50:48 +00:00
contrail.nas don't use printlog before nasal-dir-initialized 2010-10-13 20:46:31 +02:00
controls.nas Improve keyboard control for replay system. 2011-10-03 20:27:19 +02:00
debug.nas Introduce "PRESERVE" flag to protect properties on sim reset. 2011-06-12 20:40:11 +02:00
dynamic_view.nas revert init signal change -- better fix the real problem 2008-12-19 20:52:22 +00:00
environment.nas Fixed some file modes (not executable). 2011-03-27 21:01:43 +02:00
failures.nas Use initNode for safe, effective relief from code bloat. 2009-02-12 21:14:54 +00:00
fuel.nas Fix for issue 526 - Not possible to restart YASim aircraft after fuel starvation 2011-12-28 09:09:28 +00:00
geo.nas add documentation about geo.elevation()'s optional arg 2009-05-19 20:02:43 +00:00
glide_slope_tunnel.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
globals.nas - defined(): also consider the global namespace (as the comment implies) 2009-05-05 18:33:43 +00:00
gui.nas Further updates to the Multiplayer Settings dialog 2012-01-04 21:53:25 +00:00
io.nas Nasal IO changes to work with new loadxml features 2011-05-25 21:27:07 +01:00
IOrules New animated jetway system; add support for EGKK, EHAM, KDEN, KLAS, KSFO, PANC, 717, AI 737, AI 744, AI MD-80 2011-05-26 18:10:32 -07:00
material.nas Use local Nasal vars. Run ATC chatter handler when feature enabled only. 2011-04-02 11:48:39 +02:00
math.nas Added crossfeed valve class to aircraft.nas, extended math.nas with min(), max(), and avg() 2011-04-20 16:25:41 -07:00
mp_broadcast.nas mp_broadcast,scenery: Improved consistency for the shared state. 2011-10-07 23:49:11 +02: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 Stop message loop when disconnecting MP server 2012-01-07 16:17:02 +01:00
prop_key_handler.nas prop_key_handler: improve search function; update comments 2009-05-06 20:37:40 +00:00
props.nas globals: cosmetics 2008-12-14 23:45:33 +00:00
redout.nas Make sure only one g-force/redout handler instance is running 2011-04-02 11:46:04 +02:00
scenery.nas mp_broadcast,scenery: Improved consistency for the shared state. 2011-10-07 23:49:11 +02:00
screen.nas Add a display.tagformat member that defaults to "%s". This is useful for 2011-06-15 13:51:03 -05:00
seaport.nas don't use printlog before nasal-dir-initialized 2010-10-13 20:46:31 +02:00
string.nas Revert "Initial check-in of MP groups function" 2010-06-27 23:23:56 +01:00
tanker.nas Add a variant of the tanker request function that produces a tanker with 2011-01-13 16:36:57 -06:00
track_target.nas Only run target-tracker-timer when feature is enabled. 2011-03-27 21:02:26 +02:00
view.nas Fixed parentheses when checking conditional view-name property. 2011-07-03 16:06:14 +02:00
weather_scenario.nas Fix bug #280. Allow setting of weather-scenario at runtime 2011-05-30 17:21:31 +02:00
wildfire.nas Disable most loops when wildfire is disabled. 2011-04-01 21:21:35 +02:00