openclonk/planet/Missions.ocf/Skylands.ocs
Julius Michaelis 0df19491e7 Get rid of incorrect sRGB headers in png files.
libpng >1.6 keeps nagging because of that.

Quick bash script to do so:
find . -name *.png \
| while read f; do
	n=$(pngcrush -ow -rem allb-reduce "$f" 2>&1 | grep -c 'incorrect sRGB');
	if [[ $n -gt 0 ]]; then
		git add "$f"
	else
		git checkout "$f"
	fi
done
2015-09-12 21:27:53 +09:00
..
ConiferousMat.ocd Fix tree growth in skylands scenario (#750) and rework alt tree texture. 2015-08-27 23:29:06 -04:00
Plane.ocd Remove some empty graphics files. 2015-01-17 18:22:06 +01:00
PlaneGoal.ocd increase game content version entries to 6.0 2014-12-12 22:58:16 +01:00
Scaffold.ocd Get rid of incorrect sRGB headers in png files. 2015-09-12 21:27:53 +09:00
Storm.ocd Remove some empty graphics files. 2015-01-17 18:22:06 +01:00
System.ocg Fix tree growth in skylands scenario (#750) and rework alt tree texture. 2015-08-27 23:29:06 -04:00
DescDE.rtf Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
DescUS.rtf Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
Map.bmp Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
Objects.c Fix tree growth in skylands scenario (#750) and rework alt tree texture. 2015-08-27 23:29:06 -04:00
Scenario.txt increase game content version entries to 6.0 2014-12-12 22:58:16 +01:00
Script.c remove celestial environment object in favor of scenario callback 2015-04-08 20:18:24 +02:00
Sky.jpg Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
Teams.txt Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00
Title.txt Renamed Settlement.ocf to Missions.ocf 2013-10-05 17:39:14 +02:00