1
0
Fork 0
Commit graph

828 commits

Author SHA1 Message Date
Durk Talsma
4a8dba3af8 Merge commit 'refs/merge-requests/87' of git://gitorious.org/fg/fgdata into merge-requests/87 2011-04-21 08:26:37 +02:00
Ryan Miller
36c48caaf2 Added crossfeed valve class to aircraft.nas, extended math.nas with min(), max(), and avg() 2011-04-20 16:25:41 -07:00
Frederic Bouvier
d151a25e94 Local Weather 1.02 by Thorsten Renk 2011-04-19 22:55:25 +02:00
ThorstenB
ab1d790d3b Rendering cache / ATC-chatter fix. 2011-04-03 18:19:03 +02:00
ThorstenB
ec43493e91 Use local Nasal vars. Run ATC chatter handler when feature enabled only. 2011-04-02 11:48:39 +02:00
ThorstenB
2f00f31935 Make sure only one g-force/redout handler instance is running
Enabling redout/compression separately started two handlers - instead of one.
2011-04-02 11:46:04 +02:00
ThorstenB
1f1c752316 Improve multiplayer chat, stop sending expired messages.
Only transmit messages for a few seconds instead of forever.
Also remove two obsolete variables.
2011-04-02 11:41:32 +02:00
ThorstenB
346b47cd5a Don't create properties for ghost tanks. 2011-04-02 11:29:40 +02:00
Anders Gidenstam
2f79bdb473 Disable most loops when wildfire is disabled. 2011-04-01 21:21:35 +02:00
ThorstenB
7299d07dab New option to display frame latency.
Better property to evaluate simulation performance than frame rate.
2011-03-28 00:24:32 +02:00
ThorstenB
c26de5ce41 Only run target-tracker-timer when feature is enabled. 2011-03-27 21:02:26 +02:00
ThorstenB
afaaf62e18 Fixed some file modes (not executable). 2011-03-27 21:01:43 +02:00
Frederic Bouvier
65c166c12c Local Weather 1.0 by Thorsten Renk 2011-03-19 14:03:28 +01:00
Torsten Dreyer
3d3fa8131e Fix rendering bug: no precipitation
Synchronize /sim/rendering/precipitation-enable to
/sim/rendering/precipitation-gui-enable and
/sim/rendering/precipitation-aircraft-enable on startup
2011-03-14 20:51:56 +01:00
Csaba Halasz
2753432b92 Added tyresmoke_system class to aircraft.nas 2011-02-15 15:55:57 +01:00
Torsten Dreyer
5da86c6471 Remove code now performed in TankProperties 2011-02-14 23:13:12 +01:00
Gijs de Rooy
5c4bdb4a1f Revert adb57b8: screenshot directory dialog 2011-01-22 22:49:25 +01:00
Torsten Dreyer
2cf9732978 Add ctrl-z to the help dialog (reset visibility) 2011-01-19 20:02:53 +01:00
Torsten Dreyer
b43b53c977 Fix bug #253, at least partially
make options
--wind=nnn@mm
--visibility
--visibility-miles
--ceiling
--turbulence
work again. These options now write properties in the
/environment/config/presets
branch. The values will be applied in the property-rules
in FGDATA/Environment/interpolator.xml
Corresponds to commit e86cecf4704a4bdcf43114245d8ac94adb1f1eef
in fg/next
2011-01-19 19:42:40 +01:00
Curtis L. Olson
fa26992660 Merge branch 'master' of gitorious.org:fg/fgdata 2011-01-19 10:27:22 -06:00
Curtis L. Olson
1f4371245b Address Melchior's concern about view prediction depending on a particular
aircraft system, rather than "core" data.

Fix a long standing annoyance (for me anyway) when the fly-by-view is first
instantiated, it never put a point forward very far so the first transtion
came very quickly and abruptly.  Improve the forward prediction based on
ground speed and time when the view is reset (or switched to.)  I like this
a lot better personally.
2011-01-18 11:47:15 -06:00
Torsten Dreyer
cdb21a52e4 GlobalWeather: (better) support for weather-scenario
- handle /environment/weather-scenario property on startup
- try to detect predefined scenario on startup of global
weather dialog box and select the corresponding entry in
the scenario combo box.
2011-01-17 21:05:01 +01:00
Gijs de Rooy
692d9c3717 Add screenshot dialog, to select directory 2011-01-15 22:48:43 +01:00
Curtis L. Olson
d9d6d1ed12 Add a variant of the tanker request function that produces a tanker with
a more random (challenging to intercept) starting point and heading.
2011-01-13 16:36:57 -06:00
Frederic Bouvier
3ff6a53bf1 Local weather 0.92 by Thorsten Renk 2011-01-05 13:36:10 +01:00
Stuart Buchanan
467b4eef16 Add function to allow the binding of a menu item to be configured
through Nasal using a symbolic name.

Usage:

gui.menuBind("radio", "dialogs.Radio.open()");
2011-01-03 17:28:40 +00:00
Torsten Dreyer
819d7ab811 controls.startEngine: allow selection of engine(s) 2011-01-01 10:35:15 +01:00
Curtis L. Olson
8ed16a4de2 Project "fly-by" vantage point ahead based on ground track direction instead
of aircraft body heading.  This works better when there is significant
cross wind or side slipping.
2010-12-31 15:31:04 -06:00
Anders Gidenstam
1181987bca Nasal/IOrules: Allow the wildfire simulation to save its state. 2010-12-30 15:00:50 +01:00
Stuart Buchanan
16b7ffba05 Consistent Close and title bars for Fuel & Payload, Wildfire and Route Manager dialogs. 2010-12-28 19:51:34 +00:00
ThorstenB
adbf344559 MP pilot list: fixed window behaviour and "--fg-aircraft" support.
Use new "model-installed" property instead of searching directories
directly - which didn't work with new "--fg-aircraft" dirs.
Also, pilot list now keeps its position. Avoid jumping to top-right
corner when updating.
2010-11-13 17:38:37 +01:00
Torsten Dreyer
b4e885e7fd Obsolete startup.nas
logic from startup.nas is now handled during the initialization
sequence of the idle-loop.
2010-11-10 22:24:51 +01:00
Anders Gidenstam
d373245285 Nasal/controls.nas: Added per-engine axis handlers. 2010-10-30 13:26:55 +02:00
James Turner
c7560f61b4 Switch over to v2 HUD by default, v1 HUD is no longer used. 2010-10-29 00:56:42 +01:00
Frederic Bouvier
758f691a1c Local Weather version 0.9 by Thorsten Renk 2010-10-26 21:42:36 +02:00
James Turner
0425ec0589 Torsten Brehm: catch NaNs in pilot list gui, and report only once per call-sign. 2010-10-16 17:31:19 +01:00
Torsten Dreyer
e7e8ac84f2 don't use printlog before nasal-dir-initialized
Thanks, Anders.
2010-10-13 20:46:31 +02:00
Torsten Dreyer
c6b2df2a6c use printlog for "init contrail" and downgrade to debug 2010-10-11 21:29:01 +02:00
Torsten Dreyer
6ba8808039 Use printlog for "*** NEW LOCATION ***" and downgrade to info 2010-10-11 21:23:57 +02:00
Anders Gidenstam
66746acbab Updated mp_broadcast.nas: Added missing var keywords. 2010-10-09 21:17:10 +02:00
Torsten Dreyer
0fcc99d9a3 startup.nas: just check for a valid METAR
and don't care if it's from realwx or static input. There is still
a timing issue, probably we should wait for a valid METAR
if realwx is enabled.
2010-10-07 17:59:38 +02:00
Anders Gidenstam
ee5eceb3da Updated mp_broadcast.nas: Added missing var keyword. 2010-10-03 19:25:36 +02:00
Torsten Dreyer
351114b999 Fix line endings 2010-09-28 08:58:02 +02:00
Stuart Buchanan
7ee83e19df Modify chat key handler, so excessive backspaces doesn't enable the autopilot. 2010-09-27 21:13:30 +01:00
Torsten Dreyer
5edf6cae9b reflect recent weather changes in startup.nas 2010-09-26 17:07:24 +02:00
Frederic Bouvier
a0803ad074 Local Weather v0.85 by Thorsten Renk 2010-09-10 08:52:21 +02:00
Anders Gidenstam
c3617a9cd6 Updated Wildfire:
- Removed the reference to null.ac in wildfire.xml.
- Rearranged the animation order in the 3d model xml files.
- Fixed materials in the AC3D files.
- Separated 3d model handling from the cellular automaton.
2010-09-04 00:39:51 +02:00
BARANGER Emmanuel
6837a30398 - a small script of Melchior that can be improved (Start from a seaport with a seaplane). 2010-09-02 12:10:29 +02:00
Vivian Meazza
311e44c78c Merge branch 'master' of \New Git\fgdata 2010-08-29 21:29:37 +01:00
Vivian Meazza
7b1387d521 Add impacts
Signed-off-by: Vivian Meazza <vivian.meazza@lineone.net>
2010-08-29 20:45:03 +01:00