summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* util: add a NORET macroDanny Holman2024-11-191-0/+7
* render: streamline the common renderer interfaceDanny Holman2024-11-191-8/+2
* core: add an exit code listDanny Holman2024-11-192-1/+31
* ui: rename window.h to app_window.hDanny Holman2024-11-071-3/+3
* ui: make initialization functions more consistentDanny Holman2024-10-251-1/+1
* render: move all rendering code out of uiDanny Holman2024-10-251-3/+3
* ui: finalize how the rendering API is accessedDanny Holman2024-10-251-7/+10
* core: add documentation comments to API functionsDanny Holman2024-10-258-32/+220
* ui: input: use scancodes instead of keycodesDanny Holman2024-10-141-2/+1
* include: create a master header fileDanny Holman2024-10-141-0/+41
* core: mod: create a mod interfaceDanny Holman2024-10-141-0/+65
* core: thread: wrap the pthreads APIDanny Holman2024-10-031-0/+54
* core: logging: make color output optionalDanny Holman2024-10-021-0/+2
* core: logging: print errors and warnings in colorDanny Holman2024-09-181-0/+2
* ui: add new subsystemv0.61Danny Holman2024-09-174-0/+261
* core: add several new filesDanny Holman2024-09-172-13/+34
* build: break the engine into its subsystemsv0.60Danny Holman2024-09-156-13/+83
* Makefile: retool the build systemv0.55Danny Holman2024-08-3010-136/+222
* core: refactor entire project rootDanny Holman2024-08-251-1/+1
* core: add a header for utility functionsDanny Holman2024-08-241-0/+11
* core: add headers for basic types and export macrosDanny Holman2024-08-222-0/+77
* core: add a linked list implementationDanny Holman2024-08-221-0/+32
* core: add a basic logging frameworkDanny Holman2024-08-221-0/+16