Browse Source

Remove Arcane from Aria's modules

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
5bd054399d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 7 additions and 9 deletions
  1. +1
    -1
      plugins/Makefile
  2. +6
    -8
      plugins/plugins.cpp

+ 1
- 1
plugins/Makefile View File

@@ -212,7 +212,7 @@ PLUGIN_FILES += $(wildcard AnimatedCircuits/src/Folding/*.cpp)

ARIA_TODO = Qqqq

PLUGIN_FILES += $(filter-out AriaModules/src/plugin.cpp $(ARIA_TODO:%=AriaModules/src/%.cpp),$(wildcard AriaModules/src/*.cpp))
PLUGIN_FILES += $(filter-out AriaModules/src/Arcane.cpp AriaModules/src/plugin.cpp $(ARIA_TODO:%=AriaModules/src/%.cpp),$(wildcard AriaModules/src/*.cpp))

# modules/types which are present in other plugins
ARIA_CUSTOM = Blank


+ 6
- 8
plugins/plugins.cpp View File

@@ -49,9 +49,6 @@ extern Model *modelDarius;
extern Model *modelSolomon4;
extern Model *modelSolomon8;
extern Model *modelSolomon16;
extern Model *modelArcane;
extern Model *modelAtout;
extern Model *modelAleister;
extern Model *modelPsychopump;
extern Model *modelPokies4;
extern Model *modelGrabby;
@@ -595,9 +592,6 @@ static void initStatic__Aria()
p->addModel(modelSolomon4);
p->addModel(modelSolomon8);
p->addModel(modelSolomon16);
p->addModel(modelArcane);
p->addModel(modelAtout);
p->addModel(modelAleister);
p->addModel(modelPsychopump);
p->addModel(modelPokies4);
p->addModel(modelGrabby);
@@ -605,8 +599,12 @@ static void initStatic__Aria()
p->addModel(modelUndular);
p->addModel(modelBlank);
#undef modelBlank
// NOTE disabled in Cardinal due to curl usage
// TODO finalize this
// NOTE disabled in Cardinal due to online requirement
spl.removeModule("Arcane");
spl.removeModule("Atout");
spl.removeModule("Aleister");

// TODO build quickjs
spl.removeModule("Qqqq");
spl.removeModule("Quack");
spl.removeModule("Q");


Loading…
Cancel
Save