Add Computerscare modules (#614)
* Attempt to clean up some things * Add Makefile and plugins.cpp * Added modified res and src for Computerscare * Updated README.md and docs/LICENSES.md, fixed Makefile * Updated Makefile * Added PanelBorder to custom names, modified ComputerscareSVGPanel again * Updated Makefile * Modified dep.cpp for Computerscare dark mode * Attempt to prepare ComputerscareBlank for dark mode * [WIP] a janky fix for ComputerscareBlank dark mode, but logo disappeared! * [WIP] eureka * fix ComputerscareBlank for mark dode * Updated LICENSES.md * [WIP] patched modules so labels properly change colors, hopefully everything else still works as intended * adjust PatchSequencer font size * What does this option do? * tweaked colors, text boxes now change color for dark mode * minor upd to Computerscare and dep.cpp * Upd ComputerscareLaundrySoup (hopefully fixes plugin-validation) * Upd LaundrySoup again * Delete ComputerscareIso.cpp from Computerscare * rebase Computerscare to updated master branch * Upd Computerscare * Don't change object names in submodule source, instead define/undef in plugins.cpp * revert Computerscare due to lto build failure
This commit is contained in:
parent
c44acc8241
commit
64eafbc631
7 changed files with 92 additions and 1 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -233,6 +233,10 @@
|
|||
[submodule "plugins/DHE-Modules"]
|
||||
path = plugins/DHE-Modules
|
||||
url = https://github.com/dhemery/DHE-Modules.git
|
||||
[submodule "plugins/Computerscare"]
|
||||
path = plugins/Computerscare
|
||||
url = https://github.com/freddyz/computerscare-vcv-modules.git
|
||||
branch = v2.0.4
|
||||
[submodule "plugins/CVfunk"]
|
||||
path = plugins/CVfunk
|
||||
url = https://github.com/codygeary/CVfunk-Modules.git
|
||||
url = https://github.com/codygeary/CVfunk-Modules.git
|
Loading…
Add table
Add a link
Reference in a new issue