Add lint check for invalid projectile angles

Emits error if
- angle exceeds 255 or -255
- minimum launch angle exceeds maximum launch angle
This commit is contained in:
reaperrr
2016-10-16 01:14:04 +02:00
parent 20cd2aa4ab
commit efd54f1c65
3 changed files with 72 additions and 0 deletions

View File

@@ -168,6 +168,7 @@
<Compile Include="HitShapes\Capsule.cs" />
<Compile Include="HitShapes\Circle.cs" />
<Compile Include="Lint\CheckBuildingFootprint.cs" />
<Compile Include="Lint\CheckAngle.cs" />
<Compile Include="Lint\CheckSequences.cs" />
<Compile Include="Lint\CheckPalettes.cs" />
<Compile Include="Lint\CheckPlayers.cs" />