summaryrefslogtreecommitdiff
path: root/tools/cmake
AgeCommit message (Collapse)Author
2025-11-02Flatten project structureonelin
This will make it easier to break up the code into smaller chunks again later. One would think doing this seems fun to me at this point.
2025-02-26Fix static builds0undefined
2025-02-26Move daw linklib in addstate script0undefined
2024-08-25Print the engine version upon startup0scar
2024-02-06Fix leeks0scar
2024-02-06Fix-fix static compilation0scar
2024-02-06Fix static compilation0scar
2024-02-06Fix hot reloading0scar
2024-02-06Add only states to core module0scar
2024-02-06Fix state inclusion dirs0scar
2023-09-03Add some versioning management0scar
2023-08-15Update the _DEBUG macro test to something more standard0scar
2023-07-28Fix paths0scar
2023-07-28Compiled so files with PIC0scar
2023-07-28Fix state library linking0scar
2023-07-28Implement hotloading0scar
* This commit implements dltools.{c,h}: _A simple wrapper around libdl / dlfcn.h_ * Reload states when done initializing engine, if hotloading is enabled. * Adds general function types for state functions.
2023-07-28Disable "MODULE" linking0scar
2023-07-28test0scar
2023-07-28Flesh out cmakelists & streamline some functions0scar