Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-30 | Create a filesystem abstraction layer for CSM and only allow accessing files ↵ | red-001 | |
that are scanned into it. (#5965) * Load client-side mods into memory before executing them. This removes the remaining filesystem access that client-sided mods had and it will hopefully make then more secure. * Lua Virtual filesystem: don't load the files into memory just scan the filenames into memory. * Fix the issues with backtrace * fix most of the issues * fix code style. * add a comment | |||
2017-05-06 | Use a settings object for the main settings | ShadowNinja | |
This unifies the settings APIs. This also unifies the sync and async registration APIs, since the async registration API did not support adding non-functions to the API table. | |||
2017-04-25 | Rename Scripting API files for consistency | ShadowNinja | |