Andrew Belt
|
cbed0cf7a1
|
Wrap asset state into new AssetManager class
|
6 years ago |
Andrew Belt
|
402f42a354
|
Add Context class for storing global state
|
6 years ago |
Andrew Belt
|
0e05e63dcb
|
Rename asset::local to user, rename asset:global to system
|
6 years ago |
Andrew Belt
|
a792c85cbc
|
Cleanup includes more
|
6 years ago |
Andrew Belt
|
c31b8f0ba2
|
Split plugin.hpp to folder of headers, wrap plugin state in new PluginManager class
|
6 years ago |
Andrew Belt
|
95f6016e7a
|
Remove app.hpp/cpp, fix headers of app headers, rename RackScene to Scene
|
6 years ago |
Andrew Belt
|
499ceb024f
|
Remove math namespace
|
6 years ago |
Andrew Belt
|
c3407ca07d
|
Code style: Remove () from `new X()`
|
6 years ago |
Andrew Belt
|
34af736ee5
|
Add rack0.hpp backward compatibility header for ease of migration
|
6 years ago |
Andrew Belt
|
587f936a99
|
Move random to its own namespace, shuffle files around
|
6 years ago |
Andrew Belt
|
89521fe8cc
|
Move system to its own namespace
|
6 years ago |
Andrew Belt
|
b0ba3c6d20
|
Rename request to network, move to its own namespace
|
6 years ago |
Andrew Belt
|
3fa78176e2
|
Move asset to its own namespace
|
6 years ago |
Andrew Belt
|
bee6f658cf
|
Move logger to its own namespace, add macros to macros.hpp
|
6 years ago |
Andrew Belt
|
b6b6ec8553
|
Remove RELEASE=1 flag, use ./Rack for release, ./Rack -d for development
mode
|
7 years ago |
Andrew Belt
|
caf3f7abe7
|
Add more debug info when loading plugins
|
7 years ago |
Andrew Belt
|
09d368edb3
|
WIP Windows static build
|
7 years ago |
Andrew Belt
|
a976c831d9
|
Check for status = available in manifests
|
7 years ago |
Andrew Belt
|
f9087788bc
|
Update plugin manager to 0.6 API
|
7 years ago |
Andrew Belt
|
afd4b592db
|
Add error handling to zip extraction
|
7 years ago |
Andrew Belt
|
acbe3370f8
|
Plugin extracter and loader
|
7 years ago |
Andrew Belt
|
158a396170
|
Add prefix to string functions
|
7 years ago |
Andrew Belt
|
ef64c13287
|
Add systemOpenBrowser
|
7 years ago |
Andrew Belt
|
1c53d7b35f
|
Updated blendish, bridge protocol
|
7 years ago |
Andrew Belt
|
daf57e134e
|
Fix crash when loading plugin with duplicate slug
|
7 years ago |
Andrew Belt
|
0439fc405a
|
Change "manufacturer" to "author"
|
7 years ago |
Andrew Belt
|
ab46ef9a84
|
Do not load plugins from global directory
|
7 years ago |
Andrew Belt
|
53fdea1cd1
|
Serialize ModuleBrowser favorites
|
7 years ago |
Andrew Belt
|
680ef9ed08
|
Refactor plugin sync code
|
7 years ago |
Andrew Belt
|
dc91b5d403
|
Update plugin manager to new online Rack plugin manager API
|
7 years ago |
Andrew Belt
|
862d9ed575
|
Add Rack version to plugin request
|
7 years ago |
Andrew Belt
|
382babbb28
|
Split tags into tags.{hpp,cpp}
|
7 years ago |
Andrew Belt
|
66f11d9e82
|
Split tags into tags.{hpp,cpp}
|
7 years ago |
Andrew Belt
|
17f3421769
|
Don't load plugin if slug already exists
|
7 years ago |
Andrew Belt
|
84831e06aa
|
Disable dynamic library error messages on Windows
|
7 years ago |
Andrew Belt
|
48b6fb8b00
|
Attempt to disable Windows error message when a plugin with incompatable
ABI is loaded
|
7 years ago |
Andrew Belt
|
07412b413c
|
Refresh plugin only if the plugin slug and exact version is not found or
does not match
|
7 years ago |
Andrew Belt
|
06bcf2a4c9
|
Added hacky workaround for tag corruption issue
|
7 years ago |
Andrew Belt
|
33e8973bf1
|
Ignore mkdir() error when directory already exists
|
7 years ago |
Andrew Belt
|
e5ba0db78a
|
Escape download link
|
7 years ago |
Andrew Belt
|
85c75eef33
|
Changed log() to info(), warn(), and fatal()
|
7 years ago |
Andrew Belt
|
b10d1122bb
|
Added log() logger with INFO, WARN, and ERROR levels
|
7 years ago |
Andrew Belt
|
ec6a7f3ead
|
Added Model tags
|
7 years ago |
Andrew Belt
|
fde88775d4
|
Add Notes to Core, added manufacturer slug/name to Model, reverted to
Plugins
|
7 years ago |
Andrew Belt
|
0c4cf64726
|
Renamed Plugin to Manufacturer, added multiline to TextField, added
Notes to Core, changed plugin build system to support multiple targets
per manufacturer
|
7 years ago |
Andrew Belt
|
aeedc29c5d
|
Fix Mac rtaudio dylib in bundle, properly load plugin after downloading
|
7 years ago |
Andrew Belt
|
aa133088cd
|
Create plugins/ directory on startup
|
7 years ago |
Andrew Belt
|
f6d9f6e8d9
|
Fix download URL
|
7 years ago |
Andrew Belt
|
dc28f90994
|
Construct download URL instead of retreiving it from server (API will
change)
|
7 years ago |
Andrew Belt
|
393cc80c17
|
Sort plugins by slug alphabetically
|
7 years ago |