1
0
forked from 0ad/0ad

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

View File

@ -11,4 +11,4 @@
<Threshold>1</Threshold>
<Path>audio/interface/select/building</Path>
<Sound>sel_wonder.ogg</Sound>
</SoundGroup>
</SoundGroup>

View File

@ -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>

View File

@ -13,4 +13,4 @@
<Threshold>1</Threshold>
<Path>audio/voice/latin/civ</Path>
<Sound>civ_female_my_lord_1.ogg</Sound>
</SoundGroup>
</SoundGroup>

View File

@ -13,4 +13,4 @@
<Threshold>1</Threshold>
<Path>audio/voice/latin/civ</Path>
<Sound>civ_male_my_lord_1.ogg</Sound>
</SoundGroup>
</SoundGroup>

View File

@ -344,4 +344,4 @@ setPPSaturation(0.56);
setPPBloom(0.1);
// Export map data
ExportMap();
ExportMap();

View File

@ -391,4 +391,4 @@ setPPSaturation(0.51);
setPPBloom(0.12);
// Export map data
ExportMap();
ExportMap();

View File

@ -505,4 +505,4 @@ setWaterMurkiness(0.88);
// Export map data
ExportMap();
ExportMap();

View File

@ -502,4 +502,4 @@ setWaterType("lake");
setWaterMurkiness(0.80);
// Export map data
ExportMap();
ExportMap();

View File

@ -315,4 +315,4 @@ createStragglerTrees(types);
// Export map data
ExportMap();
ExportMap();

View File

@ -399,4 +399,4 @@ setUnitsAmbientColor(0.501961, 0.501961, 0.501961);
// Export map data
ExportMap();
ExportMap();

View File

@ -442,4 +442,4 @@ setPPContrast(0.75);
setPPSaturation(0.45);
setPPBloom(0.3);
ExportMap();
ExportMap();

View File

@ -466,4 +466,4 @@ setPPEffect("hdr");
setPPSaturation(0.44);
setPPBloom(0.3);
ExportMap();
ExportMap();

View File

@ -254,4 +254,4 @@ function createStragglerTrees(types, constraint, tileclass)
num
);
}
}
}

View File

@ -353,4 +353,4 @@ setWaterType("clap");
setWaterMurkiness(0.5);
// Export map data
ExportMap();
ExportMap();

View File

@ -558,4 +558,4 @@ setWaterType("clap");
// Export map data
ExportMap();
ExportMap();

View File

@ -409,4 +409,4 @@ setPPSaturation(0.42);
setPPBloom(0.6);
// Export map data
ExportMap();
ExportMap();

View File

@ -7,4 +7,4 @@
</pass>
<pass shader="glsl/hdr"/>
</technique>
</effect>
</effect>

View File

@ -6,4 +6,4 @@
<pass shader="glsl/hdr"/>
</technique>
</effect>
</effect>

View File

@ -1 +1 @@
Engine.IncludeModule("common-api");
Engine.IncludeModule("common-api");

View File

@ -1 +1 @@
Engine.RegisterInterface("AlertRaiser");
Engine.RegisterInterface("AlertRaiser");

View File

@ -1 +1 @@
Engine.RegisterInterface("WallPiece");
Engine.RegisterInterface("WallPiece");

View File

@ -1 +1 @@
Engine.RegisterInterface("WallSet");
Engine.RegisterInterface("WallSet");

View File

@ -25,4 +25,4 @@
void GetSystemVersion( int &major, int &minor, int &bugfix );
#endif //OSX_SYS_VERSION_H
#endif //OSX_SYS_VERSION_H

View File

@ -78,4 +78,4 @@ private:
};
#endif // INCLUDED_MIKKWRAP
#endif // INCLUDED_MIKKWRAP

View File

@ -39,4 +39,4 @@ private:
};
#endif // INCLUDED_TIMEMANAGER
#endif // INCLUDED_TIMEMANAGER

View File

@ -39,4 +39,4 @@ public:
DECLARE_INTERFACE_TYPE(CinemaManager)
};
#endif // INCLUDED_ICMPCINEMAMANAGER
#endif // INCLUDED_ICMPCINEMAMANAGER

View File

@ -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;