1
0
Fork 0
fgdata/Nasal
Julian Smith 9822b8ff8c Added multiplayer support to Helicopter View and Tower View etc.
We remember the multiplayer aircraft so that when switching between views,
multiplayer views (currently Helicopter, Model, Tower and Tower AGL) show the
same aircraft.

Nasal/view.nas: use /orientation/true-heading-deg in Model view and Tower AGL
view. This avoids problem when looking at multiplayer aircraft because there is
no /ai/models/multiplayer[]/orientation/heading-deg

Nasal/view.nas: improved handling of sim/current-view/{x,y,z}-offset-m. Changed
resetViewPos() to set these all to zero, because view's offsets are now
kept separate. Also removed setting of /sim/current-view/z-offset-m to
chase-distance - this is the wrong place now that views define the offset
explicitly.

Also added Tower View AGL support.
2019-07-09 16:25:11 +01:00
..
canvas Canvas Map: tolerate empty paths in waypoints 2019-06-24 16:39:51 +01:00
console Nasal REPL: integrate with Canvas keyboard 2014-11-28 09:29:28 -06:00
FailureMgr Bugfixes and improvements to the Failure Manager 2014-12-21 12:39:52 +01:00
input_helpers Move the flap-quantisation code to its own file 2019-01-18 14:55:35 +00:00
jetways Fix elevation bug for jetways 2015-10-11 22:32:25 +02:00
jetways_edit Fix elevation bug for jetways 2015-10-11 22:32:25 +02:00
local_weather AW provides option to set a localized turbulence field around active volcano 2019-05-20 10:13:55 +03:00
performance_monitor Change the performance monitor to use the font as specified in the style (rather than hardcoding it) 2018-09-02 11:53:32 +02:00
std Nasal: std.Vector: add 'contains' method (by onox). 2014-12-23 14:40:29 +01:00
towing Hitch/aertow updates fro D-NXKT 2015-01-04 08:58:20 +00:00
tutorial Add support for sprintf() formatting to tutorial 2017-03-28 21:38:34 +01:00
addons.nas Add-ons: minor changes to logging 2019-01-05 16:59:12 +01:00
aircraft.nas fix an old typo 2019-03-29 19:43:48 +01:00
aurora.nas reset executable bit for nasal script 2017-07-18 10:57:13 +02:00
bits.nas string(): make zero padding work if arg is 0 2008-12-22 01:50:48 +00:00
checklist.nas Support for <group> of checklists. 2018-04-12 22:24:57 +01:00
contrail.nas /environment/contrail was always true for the first 30 seconds. Fixes #2077 2018-11-18 17:17:38 +01:00
controls.nas Add thrust reverser to joystick bindings. 2019-05-01 13:43:16 +02:00
debug.nas add probe class to debug.nas 2019-01-31 22:41:35 +01:00
dynamic_view.nas revert init signal change -- better fix the real problem 2008-12-19 20:52:22 +00:00
earthview.nas Earthview 2.1 - parallax mapping for cloud layer, lightning at night, Rayleigh scattering in atmosphere and minor bugfixes 2017-04-05 16:50:31 +03:00
emesary.nas Emesary: added optional overrun detection 2019-06-11 14:41:10 +02:00
emesary_mp_bridge.nas Emesary: refactor incoming bridge connection logic 2018-10-31 10:05:34 +01:00
environment.nas Change some Nasal logging to use logprint() 2015-06-08 10:33:31 +01:00
events.nas Bugfixes and improvements to the Failure Manager 2014-12-21 12:39:52 +01:00
fuel.nas #705: add sanity checks to fuel tank update 2012-04-22 15:19:20 +02:00
geo.nas Fix minor compilation bug in geo.nas 2017-10-02 20:21:37 +01:00
glide_slope_tunnel.nas Fix glide slope tunnel altitude offset by moving it to correct runway touchdown zone. 2018-11-06 16:14:59 +01:00
globals.nas Adds assert() for Nasal and fixes io.include internal marking 2014-06-06 21:41:10 -05:00
gui.nas Adding dialog for swift connection 2019-05-01 13:20:48 +02:00
io.nas Nasal: remove obsolete io.nas security 2015-11-22 11:22:22 +00:00
joystick.nas Add thrust reverser to joystick bindings. 2019-05-01 13:43:16 +02:00
lag_adjust.nas minor correction in lag_adjust.nas (mp patch) 2015-06-15 01:11:59 +02:00
local_weather_auto_init.nas Move AW auto-start detection outside AW namespace to avoid duplicate AW start issue when de-selected in launcher and selected in-sim 2018-10-06 09:41:22 +03:00
material.nas Fix #1310 - typo in material.nas 2014-01-19 15:52:38 -06:00
math.nas Add a math.clamp function. 2016-08-20 18:33:12 -05:00
mp_broadcast.nas Nasal/mp_broadcast.nas: Handle joining/leaving the MP network at run time. 2013-02-03 19:27:35 +01: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 Multiplayer list: 2018-11-05 19:52:41 +01:00
notifications.nas FG1000: EIS Fuel totalizer function 2019-01-11 20:19:09 +00:00
orbital_target.nas Tentative improvements to semi-analytical model for orbital targets 2019-05-28 12:21:41 +03:00
prop_key_handler.nas Initial Nasal REPL work (canvas-based) 2014-04-18 16:49:11 -05:00
props.nas props.nas add createNodeObjectsFromHash() 2019-05-05 20:00:44 +02: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 Route-manager: guard against a procedure failure 2019-06-24 16:41:45 +01:00
scenery.nas Nasal/scenery.nas: Handle joining/leaving the MP network at run time. 2013-02-03 19:27:47 +01:00
screen.nas GUI: change MP messages (other) craft to be a more readable coluor. 2018-11-04 15:57:29 +01:00
seaport.nas Fix timer usage 2018-12-15 16:29:07 +01:00
string.nas Fix Nasal string.match with trailing * 2018-06-16 20:53:07 +01:00
tanker.nas Tanker compatibility for models with unspecified refuel offsets. 2019-06-11 14:41:12 +02:00
track_target.nas Tomaskom writes: 2015-05-28 10:29:38 -05:00
video.nas remove the infamous "A" console message 2016-04-24 11:12:18 +02:00
view.nas Added multiplayer support to Helicopter View and Tower View etc. 2019-07-09 16:25:11 +01:00
volcano.nas Katla and Eyjafjallajokull volcano definitions 2019-05-20 10:07:46 +03:00
weather_scenario.nas Correct use of getprop() so that --enable-real-weather-fetch works. 2012-06-12 11:09:50 +01:00
wildfire.nas Reposition slowdown settimer fixes. 2018-09-14 22:50:47 +02:00
windsock.nas Reposition slowdown settimer fixes. 2018-09-14 22:50:47 +02:00