summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-20core: alloc: make the mem_block type opaqueDanny Holman1-3/+3
2025-03-20render: vulkan: fix synchronization bugsDanny Holman1-5/+5
2024-11-27render: centralize the type definitionsDanny Holman1-1/+1
2024-11-19util: add a NORET macroDanny Holman1-0/+7
2024-11-19render: streamline the common renderer interfaceDanny Holman1-8/+2
2024-11-19core: add an exit code listDanny Holman2-1/+31
2024-11-07ui: rename window.h to app_window.hDanny Holman1-3/+3
2024-10-25ui: make initialization functions more consistentDanny Holman1-1/+1
2024-10-25render: move all rendering code out of uiDanny Holman1-3/+3
2024-10-25ui: finalize how the rendering API is accessedDanny Holman1-7/+10
2024-10-25core: add documentation comments to API functionsDanny Holman8-32/+220
2024-10-14ui: input: use scancodes instead of keycodesDanny Holman1-2/+1
2024-10-14include: create a master header fileDanny Holman1-0/+41
2024-10-14core: mod: create a mod interfaceDanny Holman1-0/+65
2024-10-03core: thread: wrap the pthreads APIDanny Holman1-0/+54
2024-10-02core: logging: make color output optionalDanny Holman1-0/+2
2024-09-18core: logging: print errors and warnings in colorDanny Holman1-0/+2
2024-09-17ui: add new subsystemv0.61Danny Holman4-0/+261
2024-09-17core: add several new filesDanny Holman2-13/+34
2024-09-15build: break the engine into its subsystemsv0.60Danny Holman6-13/+83
2024-08-30Makefile: retool the build systemv0.55Danny Holman10-136/+222
2024-08-25core: refactor entire project rootDanny Holman1-1/+1
2024-08-24core: add a header for utility functionsDanny Holman1-0/+11
2024-08-22core: add headers for basic types and export macrosDanny Holman2-0/+77
2024-08-22core: add a linked list implementationDanny Holman1-0/+32
2024-08-22core: add a basic logging frameworkDanny Holman1-0/+16