summaryrefslogtreecommitdiff
path: root/core/callbacks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* root: restructuringDanny Holman2025-08-041-27/+0
| | | | | | | | Restructure the root of the project such that the engine is siloed from the rest of the toolchain. Add two new subdirectories that contain an editor and an offline profiling data analyzer. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: refactor core API to be in proper styleDanny Holman2025-03-201-0/+21
| | | | | | | | 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>
* core: callbacks: make error_callback use log_outputDanny Holman2024-09-301-2/+2
| | | | | | | Make the error_callback function use log_output rather than vanilla printf. This unifies the engine's logging features into a single API. Signed-off-by: Danny Holman <dholman@gymli.org>
* core: add several new filesDanny Holman2024-09-171-0/+6
Add several new files to the core subsystem. These files will be the basic building blocks upon which the rest of the engine will sit atop of. These files will be present in all builds, including headless and platform builds. Signed-off-by: Danny Holman <dholman@gymli.org>