ItemComponent GUIFrames, functional steering, radar, separate power and signals, improved d.gz, tweak swimming

This commit is contained in:
Regalis
2015-06-29 23:51:01 +03:00
parent 004608acd8
commit b493ed2b39
42 changed files with 473 additions and 182 deletions

View File

@@ -189,7 +189,7 @@ namespace Subsurface
if (components.Length!=2)
{
if (!errorMessages) return vector;
DebugConsole.ThrowError("Failed to parse the string "+stringVector2+" to Vector2");
DebugConsole.ThrowError("Failed to parse the string ''"+stringVector2+"'' to Vector2");
return vector;
}
@@ -212,7 +212,7 @@ namespace Subsurface
if (components.Length < 3)
{
DebugConsole.ThrowError("Failed to parse the string " + stringVector4 + " to Vector4");
DebugConsole.ThrowError("Failed to parse the string ''" + stringVector4 + "'' to Vector4");
return vector;
}