End source files with a newline.

This was SVN commit r18988.
This commit is contained in:
elexis
2016-11-23 11:27:54 +00:00
parent b18f74da44
commit 944ba16eb4
27 changed files with 27 additions and 27 deletions
@@ -11,4 +11,4 @@
<Threshold>1</Threshold>
<Path>audio/interface/select/building</Path>
<Sound>sel_wonder.ogg</Sound>
</SoundGroup>
</SoundGroup>
@@ -14,4 +14,4 @@
<Path>audio/voice/greek/civ</Path>
<Sound>civ_female_my_lord_1.ogg</Sound>
<Sound>civ_female_my_lord_2.ogg</Sound>
</SoundGroup>
</SoundGroup>
@@ -13,4 +13,4 @@
<Threshold>1</Threshold>
<Path>audio/voice/latin/civ</Path>
<Sound>civ_female_my_lord_1.ogg</Sound>
</SoundGroup>
</SoundGroup>
@@ -13,4 +13,4 @@
<Threshold>1</Threshold>
<Path>audio/voice/latin/civ</Path>
<Sound>civ_male_my_lord_1.ogg</Sound>
</SoundGroup>
</SoundGroup>
@@ -344,4 +344,4 @@ setPPSaturation(0.56);
setPPBloom(0.1);
// Export map data
ExportMap();
ExportMap();
@@ -391,4 +391,4 @@ setPPSaturation(0.51);
setPPBloom(0.12);
// Export map data
ExportMap();
ExportMap();
@@ -505,4 +505,4 @@ setWaterMurkiness(0.88);
// Export map data
ExportMap();
ExportMap();
@@ -502,4 +502,4 @@ setWaterType("lake");
setWaterMurkiness(0.80);
// Export map data
ExportMap();
ExportMap();
@@ -315,4 +315,4 @@ createStragglerTrees(types);
// Export map data
ExportMap();
ExportMap();
@@ -399,4 +399,4 @@ setUnitsAmbientColor(0.501961, 0.501961, 0.501961);
// Export map data
ExportMap();
ExportMap();
@@ -442,4 +442,4 @@ setPPContrast(0.75);
setPPSaturation(0.45);
setPPBloom(0.3);
ExportMap();
ExportMap();
@@ -466,4 +466,4 @@ setPPEffect("hdr");
setPPSaturation(0.44);
setPPBloom(0.3);
ExportMap();
ExportMap();
@@ -254,4 +254,4 @@ function createStragglerTrees(types, constraint, tileclass)
num
);
}
}
}
@@ -353,4 +353,4 @@ setWaterType("clap");
setWaterMurkiness(0.5);
// Export map data
ExportMap();
ExportMap();
@@ -558,4 +558,4 @@ setWaterType("clap");
// Export map data
ExportMap();
ExportMap();
@@ -409,4 +409,4 @@ setPPSaturation(0.42);
setPPBloom(0.6);
// Export map data
ExportMap();
ExportMap();
@@ -7,4 +7,4 @@
</pass>
<pass shader="glsl/hdr"/>
</technique>
</effect>
</effect>
@@ -6,4 +6,4 @@
<pass shader="glsl/hdr"/>
</technique>
</effect>
</effect>
@@ -1 +1 @@
Engine.IncludeModule("common-api");
Engine.IncludeModule("common-api");
@@ -1 +1 @@
Engine.RegisterInterface("AlertRaiser");
Engine.RegisterInterface("AlertRaiser");
@@ -1 +1 @@
Engine.RegisterInterface("WallPiece");
Engine.RegisterInterface("WallPiece");
@@ -1 +1 @@
Engine.RegisterInterface("WallSet");
Engine.RegisterInterface("WallSet");
+1 -1
View File
@@ -25,4 +25,4 @@
void GetSystemVersion( int &major, int &minor, int &bugfix );
#endif //OSX_SYS_VERSION_H
#endif //OSX_SYS_VERSION_H
+1 -1
View File
@@ -78,4 +78,4 @@ private:
};
#endif // INCLUDED_MIKKWRAP
#endif // INCLUDED_MIKKWRAP
+1 -1
View File
@@ -39,4 +39,4 @@ private:
};
#endif // INCLUDED_TIMEMANAGER
#endif // INCLUDED_TIMEMANAGER
@@ -39,4 +39,4 @@ public:
DECLARE_INTERFACE_TYPE(CinemaManager)
};
#endif // INCLUDED_ICMPCINEMAMANAGER
#endif // INCLUDED_ICMPCINEMAMANAGER
@@ -26,4 +26,4 @@ DEFINE_INTERFACE_METHOD_0("Reset", void, ICmpOverlayRenderer, Reset)
DEFINE_INTERFACE_METHOD_5("AddSprite", void, ICmpOverlayRenderer, AddSprite, VfsPath, CFixedVector2D, CFixedVector2D, CFixedVector3D, std::string)
END_INTERFACE_WRAPPER(OverlayRenderer)
bool ICmpOverlayRenderer::m_OverrideVisible = true;
bool ICmpOverlayRenderer::m_OverrideVisible = true;