Joel

Results 49 issues of Joel

We need to expose an instance of a logger or something to plugins.

patch

We should allow the user to configure plugin dependency resolution by adding and removing search directories

enhancement

SettingTypes should be able to define a set of arguments that the application may verify modules against.

enhancement

Currently, the graphics clear color is black. Allow that to be adjustable

patch

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...

enhancement

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.

enhancement

workflow-repo-other

A custom language for writing modules in might be handy.

plugin

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...

enhancement