summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-03-20core: refactor core API to be in proper styleDanny Holman
2025-03-20core: alloc: make the mem_block type opaqueDanny Holman
2025-03-20render: vulkan: fix synchronization bugsDanny Holman
2024-11-27render: centralize the type definitionsDanny Holman
2024-11-19util: add a NORET macroDanny Holman
2024-11-19render: streamline the common renderer interfaceDanny Holman
2024-11-19core: add an exit code listDanny Holman
2024-11-07ui: rename window.h to app_window.hDanny Holman
2024-10-25ui: make initialization functions more consistentDanny Holman
2024-10-25render: move all rendering code out of uiDanny Holman
2024-10-25ui: finalize how the rendering API is accessedDanny Holman
2024-10-25core: add documentation comments to API functionsDanny Holman
2024-10-14ui: input: use scancodes instead of keycodesDanny Holman
2024-10-14include: create a master header fileDanny Holman
2024-10-14core: mod: create a mod interfaceDanny Holman
2024-10-03core: thread: wrap the pthreads APIDanny Holman
2024-10-02core: logging: make color output optionalDanny Holman
2024-09-18core: logging: print errors and warnings in colorDanny Holman
2024-09-17ui: add new subsystemv0.61Danny Holman
2024-09-17core: add several new filesDanny Holman
2024-09-15build: break the engine into its subsystemsv0.60Danny Holman
2024-08-30Makefile: retool the build systemv0.55Danny Holman
2024-08-25core: refactor entire project rootDanny Holman
2024-08-24core: add a header for utility functionsDanny Holman
2024-08-22core: add headers for basic types and export macrosDanny Holman
2024-08-22core: add a linked list implementationDanny Holman
2024-08-22core: add a basic logging frameworkDanny Holman