Get Qqqq modules to work
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
a2bd1a6e83
commit
b362a26149
5 changed files with 35 additions and 13 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 20d96fa86b7fff105de8892567bc2d2cf6c03fa2
|
||||
Subproject commit 90f8009e1431341225c616bb3a9c250b02bce2c1
|
|
@ -210,9 +210,7 @@ PLUGIN_FILES += $(wildcard AnimatedCircuits/src/Folding/*.cpp)
|
|||
# --------------------------------------------------------------
|
||||
# Aria
|
||||
|
||||
ARIA_TODO = Qqqq
|
||||
|
||||
PLUGIN_FILES += $(filter-out AriaModules/src/Arcane.cpp 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,$(wildcard AriaModules/src/*.cpp))
|
||||
|
||||
# modules/types which are present in other plugins
|
||||
ARIA_CUSTOM = Blank
|
||||
|
|
|
@ -582,12 +582,10 @@ static void initStatic__Aria()
|
|||
p->addModel(modelSwerge);
|
||||
p->addModel(modelSplirge);
|
||||
// p->addModel(modelSrot);
|
||||
/* TODO needs quickjs
|
||||
p->addModel(modelQqqq);
|
||||
p->addModel(modelQuack);
|
||||
p->addModel(modelQ);
|
||||
p->addModel(modelQuale);
|
||||
*/
|
||||
p->addModel(modelDarius);
|
||||
p->addModel(modelSolomon4);
|
||||
p->addModel(modelSolomon8);
|
||||
|
@ -603,12 +601,6 @@ static void initStatic__Aria()
|
|||
spl.removeModule("Arcane");
|
||||
spl.removeModule("Atout");
|
||||
spl.removeModule("Aleister");
|
||||
|
||||
// TODO build quickjs
|
||||
spl.removeModule("Qqqq");
|
||||
spl.removeModule("Quack");
|
||||
spl.removeModule("Q");
|
||||
spl.removeModule("Quale");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue