| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -3/+2 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+0 | |
| |\ | |||||
| | * | 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 | |
| * | | Rework the levels things are logged at to make more sense. | 2022-12-18 | 1 | -5/+4 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| * | | Fix some warnings noticed by the readability-* clang-tidy checkers. | 2022-09-03 | 1 | -1/+1 | |
| * | | Clean up the Windows build process and remove some legacy code. | 2022-09-03 | 1 | -3/+2 | |
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -3/+3 | |
| * | | Make dynamic a non-default header. | 2022-06-26 | 1 | -0/+1 | |
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -6/+6 | |
| * | | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-27 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix allowing modules to have a path on Windows. | 2022-03-24 | 1 | -1/+1 | |
| * | | Replace consolecolors with a vendored library.•••This library supports much more than consolecolors including the Windows 8 console API. | 2022-01-26 | 1 | -2/+4 | |
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -2/+4 | |
| * | | Replace uses of the FileSystem class with std::filesystem. | 2022-01-15 | 1 | -1/+2 | |
| * | | Fix undefined behaviour with converting a path to a string. | 2021-06-10 | 1 | -2/+5 | |
| * | | Fix MSVC compatibility issues. | 2021-06-07 | 1 | -1/+1 | |
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| * | | Move the property string from cmd_modules to Module & show on load. | 2020-07-24 | 1 | -14/+12 | |
| * | | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -16/+20 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Rename Module::flags to Module::properties.•••This name is more descriptive and should create less warnings about shadowing in existing modules. | 2020-04-11 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -5/+5 | |
| |\| | |||||
| | * | Make loading modules considerably more robust and user friendly. | 2020-02-02 | 1 | -5/+5 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+6 | |
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -1/+0 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -23/+19 | |
| |\| | |||||
| | * | Add a method for getting a list of files in a directory. | 2019-06-10 | 1 | -23/+19 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -7/+7 | |
| |/ | |||||
| * | 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.•••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. | 2018-07-31 | 1 | -0/+157 | |
