Changed ZDoom/GZDoom/Zandronum configuration names to avoid confusion.

This commit is contained in:
MaxED 2015-01-29 08:00:41 +00:00
parent ed2a832c5a
commit 3c9ea89d4d
11 changed files with 14 additions and 11 deletions

View file

@ -331,6 +331,9 @@ special
-85:CanRaiseActor(1),
-86:SetActorTeleFog(3),
-87:SwapActorTeleFog(1),
-88:SetActorRoll(2),
-89:ChangeActorRoll(2,3),
-90:GetActorRoll(1),
// Zandronum's
-100:ResetMap(0),

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "GZDoom: Doom (Doom format)";
game = "GZDoom: Doom 2 (Doom format)";
// This is the simplified game engine/sourceport name
engine = "gzdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "GZDoom: Doom (Hexen format)";
game = "GZDoom: Doom 2 (Hexen format)";
// This is the simplified game engine/sourceport name
engine = "gzdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "GZDoom: Doom (UDMF)";
game = "GZDoom: Doom 2 (UDMF)";
// This is the simplified game engine/sourceport name
engine = "gzdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "ZDoom: Doom (Doom format)";
game = "ZDoom: Doom 2 (Doom format)";
// This is the simplified game engine/sourceport name
engine = "zdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "ZDoom: Doom (Hexen format)";
game = "ZDoom: Doom 2 (Hexen format)";
// This is the simplified game engine/sourceport name
engine = "zdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "ZDoom: Doom (UDMF)";
game = "ZDoom: Doom 2 (UDMF)";
// This is the simplified game engine/sourceport name
engine = "zdoom";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "Zandronum: Doom (Doom format)";
game = "Zandronum: Doom 2 (Doom format)";
// This is the simplified game engine/sourceport name
engine = "zandronum";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "Zandronum: Doom (Hexen format)";
game = "Zandronum: Doom 2 (Hexen format)";
// This is the simplified game engine/sourceport name
engine = "zandronum";

View file

@ -6,7 +6,7 @@
type = "Doom Builder 2 Game Configuration";
// This is the title to show for this game
game = "Zandronum: Doom (UDMF)";
game = "Zandronum: Doom 2 (UDMF)";
// This is the simplified game engine/sourceport name
engine = "zandronum";

View file

@ -1697,10 +1697,10 @@ namespace CodeImp.DoomBuilder
}
// This clears all compiler errors
internal void ClearCompilerErrors()
/*internal void ClearCompilerErrors()
{
errors.Clear();
}
}*/
//mxd
internal void UpdateScriptNames()