Joel
Joel
We should allow the user to configure plugin dependency resolution by adding and removing search directories
SettingTypes should be able to define a set of arguments that the application may verify modules against.
Currently, the graphics clear color is black. Allow that to be adjustable
We should allow plugins to extend available ModuleSettings types. Bear in mind the ramifications for the future GUI to this. The plugin, or another type of plugin, should be able...
We should add a field to both Package and Module called something like `Dictionary CustomData` which will allow plugins to expose options through the package's configuration.
The functions that provide tracked values bloat IScriptContext. It'd be better to create a new Type to contain the functions around tracking values. ... Maybe even implement tracked values as...