Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-20 | core: refactor core API to be in proper style | Danny Holman | |
Bring the rest of the core API to be in line with the project coding style. This commit also makes the coding style change formal by updating the coding style document in the documentation. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2024-10-14 | core: mod: create a mod interface | Danny Holman | |
Create a skeleton mod interface so that the engine can load shared libraries or DLLs as in-game mods. The API should be compiler agnostic as much as possible. Signed-off-by: Danny Holman <dholman@gymli.org> |