1
0
Fork 0
Commit graph

3 commits

Author SHA1 Message Date
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
Torsten Dreyer
7243336e0a Fix #1777 - circus tents at KSFO
Seems to be a bad commit b528caf6edb34d9df1015b47b598ec09de4774a6 in old fgdata

"Reduce Z-fighting with light pole light volume by extending it below the ground"
introduces a solid, non-transparent light volume.
2015-07-12 21:19:10 +02:00
Torsten Dreyer
7b53516a96 Readd AI/ Models/ and Scenery/ with clean history 2015-03-07 22:11:00 +01:00