Skip to content

Commit

Permalink
Refactor # -> -- for original performance testing scripts (FAFore…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey authored Aug 12, 2022
1 parent 85c74a0 commit e44f92f
Show file tree
Hide file tree
Showing 10 changed files with 119 additions and 175 deletions.
18 changes: 9 additions & 9 deletions testmaps/PerfTestOriginal/perftest_aeon1plan.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_aeon1plan.lua
#** Author(s): Marc Scattergood
#**
#** Summary :
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_aeon1plan.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary :
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

function EvaluatePlan(brain)
return 100
Expand Down
36 changes: 14 additions & 22 deletions testmaps/PerfTestOriginal/perftest_aeon1planlist.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,23 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_aeon1planlist.lua
#** Author(s): Marc Scattergood
#**
#** Summary : AIBrain Strategic Plans Definitions
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_aeon1planlist.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary : AIBrain Strategic Plans Definitions
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

AIPlansList =
{
# ---
# UEF
# ---
{
},
-- UEF
{},

# ----
# Aeon
# ----
-- Aeon
{
'/maps/perftest/perftest_aeon1plan.lua',
},

# ------
# Cybran
# ------
{
},
-- Cybran
{},
}
18 changes: 9 additions & 9 deletions testmaps/PerfTestOriginal/perftest_aeonplan.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_aeonplan.lua
#** Author(s): Marc Scattergood
#**
#** Summary :
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_aeonplan.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary :
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

function EvaluatePlan(brain)
return 100
Expand Down
42 changes: 15 additions & 27 deletions testmaps/PerfTestOriginal/perftest_aeonplanlist.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_aeonplanlist.lua
#** Author(s): Marc Scattergood
#**
#** Summary : AIBrain Strategic Plans Definitions
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_aeonplanlist.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary : AIBrain Strategic Plans Definitions
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

AIPlansList =
{
# ---
# UEF
# ---
{
},

# ----
# Aeon
# ----
{
'/maps/perftest/perftest_aeonplan.lua',
},

# ------
# Cybran
# ------
{
},
-- UEF
{},
-- Aeon
{'/maps/perftest/perftest_aeonplan.lua',},
-- Cybran
{},
}
18 changes: 9 additions & 9 deletions testmaps/PerfTestOriginal/perftest_cybran2plan.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_cybran2plan.lua
#** Author(s): Marc Scattergood
#**
#** Summary :
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_cybran2plan.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary :
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

function EvaluatePlan(brain)
return 100
Expand Down
42 changes: 15 additions & 27 deletions testmaps/PerfTestOriginal/perftest_cybran2planlist.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_cybran2planlist.lua
#** Author(s): Marc Scattergood
#**
#** Summary : AIBrain Strategic Plans Definitions
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_cybran2planlist.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary : AIBrain Strategic Plans Definitions
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

AIPlansList =
{
# ---
# UEF
# ---
{
},

# ----
# Aeon
# ----
{
},

# ------
# Cybran
# ------
{
'/maps/perftest/perftest_cybran2plan.lua',
},
-- UEF
{},
-- Aeon
{},
-- Cybran
{'/maps/perftest/perftest_cybran2plan.lua',},
}
18 changes: 9 additions & 9 deletions testmaps/PerfTestOriginal/perftest_playerplan.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_playerplan.lua
#** Author(s): Marc Scattergood
#**
#** Summary :
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_playerplan.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary :
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

function EvaluatePlan(brain)
return 100
Expand Down
42 changes: 15 additions & 27 deletions testmaps/PerfTestOriginal/perftest_playerplanlist.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_playerplanlist.lua
#** Author(s): Marc Scattergood
#**
#** Summary : AIBrain Strategic Plans Definitions
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_playerplanlist.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary : AIBrain Strategic Plans Definitions
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

AIPlansList =
{
# ---
# UEF
# ---
{
},

# ----
# Aeon
# ----
{
},

# ------
# Cybran
# ------
{
'/maps/perftest/perftest_playerplan.lua',
},
--UEF
{},
-- Aeon
{},
-- Cybran
{'/maps/perftest/perftest_playerplan.lua',},
}
18 changes: 9 additions & 9 deletions testmaps/PerfTestOriginal/perftest_uefplan.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_uefplan.lua
#** Author(s): Marc Scattergood
#**
#** Summary :
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_uefplan.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary :
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

function EvaluatePlan(brain)
return 100
Expand Down
42 changes: 15 additions & 27 deletions testmaps/PerfTestOriginal/perftest_uefplanlist.lua
Original file line number Diff line number Diff line change
@@ -1,31 +1,19 @@
#****************************************************************************
#**
#** File : /maps/perftest/perftest_2006_uefplanlist.lua
#** Author(s): Marc Scattergood
#**
#** Summary : AIBrain Strategic Plans Definitions
#**
#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
#****************************************************************************
--#****************************************************************************
--#**
--#** File : /maps/perftest/perftest_2006_uefplanlist.lua
--#** Author(s): Marc Scattergood
--#**
--#** Summary : AIBrain Strategic Plans Definitions
--#**
--#** Copyright © 2006 Gas Powered Games, Inc. All rights reserved.
--#****************************************************************************

AIPlansList =
{
# ---
# UEF
# ---
{
'/maps/perftest/perftest_uefplan.lua',
},

# ----
# Aeon
# ----
{
},

# ------
# Cybran
# ------
{
},
-- UEF
{'/maps/perftest/perftest_uefplan.lua',},
-- Aeon
{},
-- Cybran
{},
}

0 comments on commit e44f92f

Please sign in to comment.