| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -1/+0 | |
| | | |||||
| * | Deduplicate retrieving error messages on Windows. | 2022-12-13 | 1 | -5/+2 | |
| | | |||||
| * | Show the system error message when loading modules fails. | 2022-12-13 | 1 | -1/+9 | |
| | | |||||
| * | Fix unnecessarily using c_str in parameters that take a std::string. | 2022-09-04 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Fix allowing modules to have a path on Windows. | 2022-03-24 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -5/+5 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -0/+6 | |
| | | |||||
| * | Add a method for getting a list of files in a directory. | 2019-06-10 | 1 | -23/+19 | |
| | | |||||
| * | ModuleManager: use std::flush instead of fflush(stdout). | 2019-02-05 | 1 | -4/+2 | |
| | | |||||
| * | Module: Initialise 'ModuleDLLManager' and 'dying' correctly. | 2019-02-05 | 1 | -1/+0 | |
| | | |||||
| * | Remove support for static modules. | 2018-07-31 | 1 | -0/+157 | |
| This has been frequently broken in the past and as far as I know is used by literally nobody. Also, even if all modules are compiled into the core any libraries linked against are and have always been linked dynamically making this unusable on platforms without dynamic libraries. | |||||
