-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule BARb
updated
18 files
+4 −3 | CMakeLists.txt | |
+1 −1 | data/AIOptions.lua | |
+90 −0 | data/config/dev/behaviour.json | |
+25 −37 | data/config/dev/economy.json | |
+2 −0 | data/script/define.as | |
+1 −1 | data/script/dev/main.as | |
+37 −55 | data/script/dev/misc/commander.as | |
+1 −1 | data/script/unit.as | |
+1 −1 | src/circuit/CircuitAI.cpp | |
+21 −31 | src/circuit/module/EconomyManager.cpp | |
+1 −2 | src/circuit/module/EconomyManager.h | |
+4 −1 | src/circuit/module/FactoryManager.cpp | |
+3 −0 | src/circuit/script/InitScript.cpp | |
+1 −0 | src/circuit/setup/SetupManager.cpp | |
+20 −5 | src/circuit/task/builder/MexUpTask.cpp | |
+13 −3 | src/circuit/unit/ally/AllyTeam.cpp | |
+11 −1 | src/circuit/unit/enemy/EnemyManager.cpp | |
+2 −0 | src/circuit/unit/enemy/EnemyUnit.cpp |