Freesnöw
Freesnöw
Add a setting to the module cog which allows you to export and import module settings. The export should make note of the module version and imports of an older...
Modules which wish to pinvoke native DLLs they bring with them have to extract them or otherwise load them from disk. This is obviously not ideal and is likely to...
We do not properly recover from this issue like we should. Causes all further texture loading to fail and the application to crash. This is a very rare error. >...
Give the user the option to re-arrange their corner icons in the order they desire.
Fonts are currently bitmap fonts that were pregenerated. It would be preferable to use a system that can handle generating font atlases at runtime, can support better scaling support, support...
The slider show indicate the current value as the nub is being dragged. Would be nice if it could be prepended by the metric. For example: `Volume: 0.4`
Having the scrollbar be its own control has caused problems. Most notably with us binding its size and position to the side of the container. Plan is to split this...
Not all controls actually "disable" (visually or interactively) when their Enable property is set to false. Those few remaining controls need identified and updated to properly apply this.
Currently if there are no modules we tell the user to open the modules folder and download and install some modules. This should instead point to that -and- point to...
If repos fail to load, we should provide a message to the user to indicate that something is wrong with the repo (preferably with an error message that they might...