Jonathan Schellhase
84aeb71e0f
Fix a small bug in the marker-adjust.xml: The aft/fore-slider moved the marker in the wrong x-direction.
2016-04-07 14:08:43 +02:00
Torsten Dreyer
8f5e1bd626
Move marker.xml, marker.ac to Aircraft/Generic
...
also adjust (hopefully) all references to the old location
2016-03-23 11:00:18 +01:00
Thorsten Renk
4acaa2a603
Following user complaints, set default ufo FOV back to 60 deg
2016-03-18 09:33:03 +02:00
Anders Gidenstam
47b4c1db3d
WalkView: Hardened against a missing view property.
2016-03-13 23:48:02 +01:00
Stuart Buchanan
7c43995c4f
Add tarball of blender files for c172p.
...
To address possible license concerns.
2016-02-11 19:31:08 +00:00
Stuart Buchanan
f44db83b25
Merge of the c172p-detailed
...
From https://github.com/Juanvvc/c172p-detailed/ release/2016.1
commit 3f33b88bb015a8ee685ab3178932d16d6e072410
A big Thank-You to the c172p-detailed team for their ongoing work.
2016-02-10 21:32:19 +00:00
Edward d'Auvergne
3bf57db6b4
Fixes for all PNG files with corrupted ICC color profiles.
...
The files were identified using the pngcrush software and repaired by stripping
out the PNG header including the ICC profile using the command:
$ pngcrush -fix -force old.png new.png; mv -f new.png old.png
Each file was manually checked in an image viewer to look for any corruptions.
This follows from the threads
http://thread.gmane.org/gmane.games.flightgear.devel/79895 and
http://thread.gmane.org/gmane.games.flightgear.devel/79898 .
2016-01-06 21:38:13 +01:00
Anders Gidenstam
9020bda565
Updated the generic JSBSim hydrodynamics system.
...
- Small update to the main hydrodynamics system.
- Added initial versions of two systems for modelling hydrodynamic planing.
Signed-off-by: Anders Gidenstam <anders@gidenstam.org>
2015-11-15 15:10:13 +01:00
Torsten Dreyer
354b0947e0
ki266 dme indicator: fix off-by-one error
...
round to integer instead of truncate gives the correct distance.
2015-10-19 22:44:41 +02:00
Thorsten Renk
5bb90ec228
Additions to ufo: sideways movement and virtual doors for jetway testing by forum user pommesschranke
2015-10-09 17:32:19 +03:00
Thorsten Renk
2d18c748ee
Fix for walker/reposition interference suggested by DFaber
2015-08-10 11:12:09 +03:00
Stuart Buchanan
1ab65221b1
Final V3.6.0 version of c172p-detailed.
...
https://github.com/Juanvvc/c172p-detailed
commit 874b89fedff35dfe1967e09365d3cb0d5b11522c
2015-07-24 18:37:16 +01:00
Stuart Buchanan
88b49b4259
Sync c172p with c172p-detailed master branch.
...
Sync with commit cab40a0af989bf08302836f98e91672920369fa3
2015-07-05 19:32:41 +01:00
Stuart Buchanan
30548cef0b
Add CC-BY sounds, bringing fgdata c172p up to date.
...
Now matches e0a32e62d9390f796feac6f5e1818323f970bbf5
completely.
2015-06-22 20:17:49 +01:00
Stuart Buchanan
3195a6a825
Merge with c172p-detailed v3.6 tag
...
Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:57:55 +01:00
Stuart Buchanan
60d7073794
Initial checking of c172p-detailed.
...
From https://github.com/Juanvvc/c172p-detailed.git
Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00
James Turner
563c098452
Change some Nasal logging to use logprint()
...
- avoids console output at default (WARN) log level from the C172P
2015-06-08 10:33:31 +01:00
Torsten Dreyer
059789a4bd
generic kx165: fix NAV channel spacing (50kHz)
...
Channel spacing in NAV band is 50kHz not 25kHz as in COMM band.
Also convert line endings to LF instead of CR/LF
And remove BOM which is not necessary for UTF-8
2015-05-22 20:01:33 +02:00
Thorsten Renk
44f8e5f672
Procedural thruster flames, work in progress
2015-05-21 11:28:21 +03:00
Anders Gidenstam
5b6a913b80
Aircraft/Generic/JSBSim/Systems: Added a generic airship mooring system.
2015-05-20 22:55:09 +02:00
Torsten Dreyer
f707629fa3
Merge commit 'd4e0c7515e8e708baca99ef1018cdd939d8228a1' into next
...
This was https://sourceforge.net/p/flightgear/fgdata/merge-requests/15/
2015-05-19 12:05:18 +02:00
Richard Senior
707d2101eb
Autochecklist: Create property to allow testing for expedited starts
2015-05-07 08:23:29 +01:00
Thomas Albrecht
d4e0c7515e
renamed to DampedOscillator
2015-05-02 14:31:18 +10:00
Torsten Dreyer
d3dc9b013c
Merge requests #12
2015-04-30 11:01:29 +02:00
Edward d'Auvergne
8b05c4b6e9
Removal of the unused executable bit from the single affected Aircraft XML file.
2015-04-29 17:47:05 +02:00
Richard Senior
152872eae0
Checklists: Script for automated checklist execution, e.g. autostart
2015-04-23 09:09:28 +01:00
radi
31e08b83fb
initial import of wingflexer.xml
2015-04-07 11:03:38 +02:00
Richard Senior
d5b9f13cae
Allow comm radios to go up to 136.975
2015-03-22 11:32:31 +00:00
Thorsten Renk
87c3bf5772
Interior glass effect with dynamic environment response for ALS
2015-03-10 13:43:08 +02:00
James Turner
224e351d3d
C172P: variant support
2015-03-05 14:12:40 +00:00
Hyde Yamakawa
15c6160c05
Fix: Systems that have mcbf triggers by default (flaps, gear & speedbrake) fail when first operated. from galvedros
2015-02-28 18:15:04 -05:00
Torsten Dreyer
3da71879fa
Merge commit 'refs/merge-requests/277' of https://gitorious.org/fg/fgdata into merge-requests/277
2015-02-22 21:52:58 +01:00
Torsten Dreyer
53dfd54beb
Merge commit 'refs/merge-requests/265' of https://gitorious.org/fg/fgdata into merge-requests/265
2015-02-22 21:44:41 +01:00
Torsten Dreyer
0cfddbcd9d
Merge commit 'refs/merge-requests/271' of https://gitorious.org/fg/fgdata into merge-requests/271
2015-02-22 21:42:46 +01:00
Anders Gidenstam
e3d38a6228
Issue 1649: Fix for Transponder TDR-94.
...
The transponder instrument MUST be named "transponder" in the instrumentation
file to work with multiplayer and the radio dialog.
Thanks to lens(at)bitwisetech.com for the report and patch.
2015-02-21 21:02:27 +01:00
Torsten Dreyer
c244520ff8
c172p: define CG envelope
2015-02-04 21:03:59 +01:00
Gijs de Rooy
5dcc0aa2ef
Boeing CDU: new canvas based system, thanks to James for the system backend
2015-01-29 11:47:02 +01:00
Thomas Albrecht
0d7f4692d6
initial import of wingflexer.nas
2015-01-14 19:13:01 +11:00
Torsten Dreyer
0060cdc24f
Fix instrumentation.xml in base package aircraft for spoken ATIS
...
Credits to Richard Senior
2015-01-02 17:51:18 +01:00
Anton Gomez Alvedro
c108f3b988
Bugfixes and improvements to the Failure Manager
...
- Fix: runtime exception in remove_failure_mode()
- Fix: keep failure & trigger status on teleport.
- Fix: allow random failures from the gui to be enabled/disabled multiple times.
- Fix: mcbf/mtbf are set to zero when they fire, so they can be reactivated from the gui.
- Fix: string casts of several trigger types had syntax errors.
- Usability: screen messages related to failures now use positive logic:
"condition 100%" instead of "failure level 0%"
- Performance: Time triggers now use internal timers, instead of requiring being polled.
- Reviewed Trigger interface for more rational usage. reset() is replaced by arm()/disarm()
- Added a subscription interface to listen to FailureMgr events.
- Added an internal log buffer to keep a record of relevant events and present them to gui elements.
- Several usability improvements to the FailureMgr Nasal API.
2014-12-21 12:39:52 +01:00
Anton Gomez Alvedro
1bae213eb9
Reinit revisited, added an option to ignore fdm-initialized and cleaned up the doc.
2014-12-12 21:50:35 +01:00
Anton Gomez Alvedro
60d806be6b
Rename to updateloop.nas
2014-12-04 21:14:22 +01:00
Anton Gomez Alvedro
4edcf7c7a0
Renaming the "Component" interface to "Updatable". "Component" is just too generic and inspecific to be used as a public interface.
...
Also, making sure the looper is disabled when destruction is requested.
2014-11-30 10:46:26 +01:00
Anton Gomez Alvedro
f92a2217de
Factoring out the soaring-sdk's update loop into a generic update-loop.nas that can be reused by other modules.
2014-11-29 12:11:33 +01:00
Stuart Buchanan
c8da106350
Add support for ALS landing light.
2014-10-13 21:00:22 +01:00
Hal V. Engel
5f02bc765e
P-51D New external 3D model project. 3.2 release candidate.
2014-08-03 12:43:00 -07:00
Hal V. Engel
394ad348c0
P-51D New 3D external model project. More effects. Made glass work for all 3 rendering platforms. Fixed issue with the sun shade of the K-14A gun sight in Rembrandt.
2014-07-04 19:10:53 -07:00
Gijs de Rooy
ca96c27ab2
Boeing CDU: display stab trim units and CG
2014-06-21 22:08:10 +02:00
Anton Gomez Alvedro
7b46de3e27
Code review comments and bugfixes
...
- Making run_tests accept a target namespace as an argument.
- Fixed asynchronous trigger callback mechanism.
MCBF triggers working again.
- Fixed numerical problems when calculating standard deviation
for rand triggers.
2014-06-06 21:41:13 -05:00
Anton Gomez Alvedro
081602633a
Basic unit tests for the failure management framework
...
Includes a simple automated testing framework for Nasal
(Aircraft/Generic/Systems/Tests/test.nas) and a collection of unit tests
for the failure manager, mostly for the different triggers.
2014-06-06 21:41:12 -05:00