-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates. Update everywhere! Mostly just makes performance much better anyway.
- Loading branch information
Showing
12 changed files
with
286 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,18 @@ | ||
//This is the main file that brings everything all together. | ||
//TODO: Make sure ground units do not chase VTOL units if they can not hit them. | ||
|
||
//Make this false to reduce performance average/worst times. | ||
const DEVELOPMENT = true; | ||
|
||
const COBRA_INCLUDES = "/multiplay/skirmish/cobra_includes/"; | ||
const COBRA_RULESETS = "/multiplay/skirmish/cobra_rulesets/"; | ||
|
||
include(COBRA_RULESETS + "CobraStandard.js"); | ||
|
||
if(DEVELOPMENT) { | ||
include(COBRA_INCLUDES + "globalVariables.js"); | ||
include(COBRA_INCLUDES + "miscFunctions.js"); | ||
include(COBRA_INCLUDES + "build.js"); | ||
include(COBRA_INCLUDES + "production.js"); | ||
include(COBRA_INCLUDES + "tactics.js"); | ||
include(COBRA_INCLUDES + "NEXUSIntruderProgram.js"); | ||
include(COBRA_INCLUDES + "mapDynamics.js"); | ||
include(COBRA_INCLUDES + "research.js"); | ||
include(COBRA_INCLUDES + "events.js"); | ||
include(COBRA_INCLUDES + "chat.js"); | ||
include(COBRA_INCLUDES + "adaption.js"); | ||
} | ||
else { | ||
include(COBRA_INCLUDES + "cobraMini.js"); | ||
} | ||
include(COBRA_INCLUDES + "globalVariables.js"); | ||
include(COBRA_INCLUDES + "miscFunctions.js"); | ||
include(COBRA_INCLUDES + "build.js"); | ||
include(COBRA_INCLUDES + "production.js"); | ||
include(COBRA_INCLUDES + "tactics.js"); | ||
include(COBRA_INCLUDES + "NEXUSIntruderProgram.js"); | ||
include(COBRA_INCLUDES + "mapDynamics.js"); | ||
include(COBRA_INCLUDES + "research.js"); | ||
include(COBRA_INCLUDES + "events.js"); | ||
include(COBRA_INCLUDES + "chat.js"); | ||
include(COBRA_INCLUDES + "adaption.js"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.