Menu

FGAddon Commit Log


Commit Date  
[r1004] by hamzaalloush

CRJ700-family: Hydraulic V0.9 and new EICAS page

[in dev] EICAS doors page.

Add first parts of hydraulic page.

EICAS hydraulic page text elements.

Add sound for OHP hydraulic pump switches and swap mouse buttons.

Add dialog/menu entry for doors.

Electrical switches are not reset anymore in Nasal script.
Properties will keep values from CRJ700-main.xml

White spaces only.

Hydraulic V0.9

Extend failures-dlg.xml for hydraulic.

Fixed fuel pump switchlights in OHP. Now off on sim start but incl. in autostart.

Minor changes to hydraulic / failures-dlg.xml

Autostart updated.

Add CRJ700.doors.close() function to close all doors at once.

From: Henning Stahlke <github@...>

2015-10-09 00:42:42 Tree
[r1003] by edauvergne

Removal of the svn:executable property from all of the Harrier-GR3 files.

This problem was identified in the post http://thread.gmane.org/gmane.games.flightgear.devel/77683
from the 17th of April.

2015-10-07 09:20:12 Tree
[r1002] by edauvergne

Removal of the svn:executable property from all OH-58D files.

This problem was identified in the post http://thread.gmane.org/gmane.games.flightgear.devel/77683
from the 17th of April.

2015-10-07 09:19:26 Tree
[r1001] by edauvergne

Removed all the Windows Explorer Thumbs.db files which should not have been added to FGAddon.

2015-10-06 18:31:15 Tree
[r1000] by edauvergne

Added the svn:mime-type property on some last binary files, which should have been added in r997.

2015-10-06 18:29:26 Tree
[r999] by edauvergne

Set the svn:mime-type on one last binary file in FGAddon, for the ATC-ML.

This was missed in r997 as the ATC-ML/Diagram1.dia text file is gzipped, without using the *.gz
extension.

2015-10-06 18:10:48 Tree
[r998] by edauvergne

Removal of the yasim.exe MS Windows binary from the SeaVixen.

This was identified on the 25th of March, in the devel mailing list thread, but had no response:
http://thread.gmane.org/gmane.games.flightgear.devel/77270/focus=77310
This file does not belong in FGADdon.

2015-10-06 18:05:31 Tree
[r997] by edauvergne

Manual reversion of r583 and r570 - the removal of the svn:mime-type property from all files.

To avoid the files with the extensions [ac, eff, frag, nas, osgx, svg, txt, vert, xhtml, xml, xsl]
being treated as binary files, as was previously the case, the normal 'svn merge' command was not
used for the reversion. Instead the svn:mime-type property was manually readded to all the binary
file types using the find command together with 'svn propset'. Therefore the svn:mime-type
properties of the files may not always match those from before r583.

find -iname "*.wav" -exec svn propset svn:mime-type "audio/x-wav" {} \;
find -iname "*.bmp*" -exec svn propset svn:mime-type "image/x-ms-bmp" {} \;
find -iname "*.gif" -exec svn propset svn:mime-type "image/gif" {} \;
find -iname "*.jpg" -exec svn propset svn:mime-type "image/jpeg" {} \;
find -iname "*.png*" -exec svn propset svn:mime-type "image/png" {} \;
find -iname "*.psd" -exec svn propset svn:mime-type "image/vnd.adobe.photoshop" {} \;
find -iname "*.tif" -exec svn propset svn:mime-type "image/tiff" {} \;
find -iname "*.xcf" -exec svn propset svn:mime-type "image/x-xcf" {} \;
find -iname "*.rgb*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.au" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.*af" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.3ds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.blend*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.dds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.od[gst]" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.onetoc2" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.xlsx" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.pdf" -exec svn propset svn:mime-type "application/pdf" {} \;
find -iname "*.ps" -exec svn propset svn:mime-type "application/postscript" {} \;
find -iname "*.gz" -exec svn propset svn:mime-type "application/x-gzip" {} \;
find -iname "*.mdl" -exec svn propset svn:mime-type "application/x-dosexec" {} \;
find -iname "*.zip" -exec svn propset svn:mime-type "application/zip" {} \;

2015-10-06 16:18:32 Tree
[r996] by hamzaalloush

Engines and APU modification, should fix reverser and framerate while APU on.

Fixed APU cool down. Bound OHP APU avail light to "running" property.

Add APU door indication to EICAS. 3D model has no APU door yet.

Indent autopilot.xml

Disabled bleed source debug message.

From: Henning <d-jsb@...>

2015-10-06 00:55:36 Tree
[r995] by hamzaalloush

Change sound and indicator of flaps, and remove 2d panel.

Add slat/flap control and slat sound for all CRJ900 variants.

Add flaps stop sound.

Fixed cockpit panel views for CRJ900 variants (was copied from 700).

Flaps sound minor adjustment.

Changed EICAS slats/flaps indicator.

Minor adjustment to slats/flaps controller.

Add slat/flap to flight recorder. Needs testing.

Add switch for slats to all CRJ*-set.xml files. Not sure, which models have no slats (if any).

Removed 2D panel.

Add missing file

From: Henning Stahlke <github@...>

2015-10-06 00:31:12 Tree
Older >
MongoDB Logo MongoDB