82 Commits (c60339bcd35383b455a651a62b52fcaee6c6207e)

Author SHA1 Message Date
  Andrew Belt 8a5a806425 Add app::, ui::, and widget:: namespaces. 6 years ago
  Andrew Belt 98aa18d354 Rename a few variables and methods 6 years ago
  Andrew Belt 6d86a8280c Add convenience methods to Port. Draw blue plug lights for polyphonic ports. 6 years ago
  Andrew Belt 223341e2f1 Clean up README. Move SVGPanel to source file. Fix alignment bugs in FramebufferWidget. 6 years ago
  Andrew Belt 655f081965 Rename context() to app(). Add skeleton for history. 6 years ago
  Andrew Belt 3dddb3b240 Add slug validation to plugin loader 6 years ago
  Andrew Belt 4880d699a4 Apply JSON metadata after calling plugin init() function 6 years ago
  Andrew Belt 481ef40fa7 Add metadata to Core plugin 6 years ago
  Andrew Belt f5601d2042 Work on toolbar, event context 6 years ago
  Andrew Belt 217faca052 Parse plugin metadata from plugin.json 6 years ago
  Andrew Belt f1e4f08d0c Un-class-ify plugin 6 years ago
  Andrew Belt 0dec45d970 Class-ify window, un-class-ify asset 6 years ago
  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 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 7 years ago
  Andrew Belt 07412b413c Refresh plugin only if the plugin slug and exact version is not found or 7 years ago
  Andrew Belt 06bcf2a4c9 Added hacky workaround for tag corruption issue 7 years ago