Menu

FGAddon Commit Log


Commit Date  
[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
[r994] by hamzaalloush

Cockpit: add more switches, add switch lights.
Bonus: light test switch implemented :)

Restored broken UV map for panel.
Adjust PFD/MFD position: no rendering problems on MFD any more.

Renamed some switches, update flightdeck / OHP, add lamp test to menu

Add push to sync on HDG knob. Fixed OHP xflow button.

From: Henning Stahlke <github@...>

2015-10-05 23:43:07 Tree
[r993] by hamzaalloush

Add symbols for MFD.

Fix missing symbols for MFD (tcas).

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

2015-10-05 23:36:34 Tree
[r992] by hamzaalloush

Implement baro knob on side panel (inital version).

bugfix PFD QNH display

Radio stack dialog: make selected radial input field "live" to reflect changes via 3D cockpit

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

2015-10-05 23:29:17 Tree
[r991] by hamzaalloush

fix wrong property for nav pointers in mfd and pfd. will show selected radial now instead of bearing. thanks to d-jsb.

add radios

fix fpd.xml property

Removal of BOM strings and ^M trailing at the end of ascii files

MFD: fix wind indicator font size

show values of AP knobs as tooltip

implement push of CRS1/CRS2 on MCP to select direct radial and push of HDG for current HDG

From: DanielMeissner <DanielMeissner@...>

2015-10-05 23:18:25 Tree
Older >
MongoDB Logo MongoDB