summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-25Version bump to v0.62.0v0.62.0Danny Holman
2024-10-25README: make language more clear and conciseDanny Holman
2024-10-25core: rune_init should only call subsystem initsDanny Holman
2024-10-25render: call rune_free during renderer exitDanny Holman
2024-10-25render: fix a build bug in the vulkan rendererDanny 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: ANSI colors need additional setup on WindowsDanny Holman
2024-10-25core: call the system exit function when abortingDanny Holman
2024-10-25render: add a skeleton DirectX implementationDanny Holman
2024-10-25core: add documentation comments to API functionsDanny Holman
2024-10-25render: create the rendering subsystemDanny Holman
2024-10-25doc: add license requirements fileDanny Holman
2024-10-25doc: add introductory documentation filesDanny Holman
2024-10-18doc: hook documentation into build systemDanny Holman
2024-10-14ui: input: use scancodes instead of keycodesDanny Holman
2024-10-14include: create a master header fileDanny Holman
2024-10-14core: thread: make helper functions staticDanny Holman
2024-10-14core: alloc: move mem_block alloc to helper funcDanny Holman
2024-10-14core: mod: create a mod interfaceDanny Holman
2024-10-07core: alloc: fix a bug in reallocDanny Holman
2024-10-03core: thread: wrap the pthreads APIDanny Holman
2024-10-02core: logging: make color output optionalDanny Holman
2024-09-30core: callbacks: make error_callback use log_outputDanny Holman
2024-09-30core: abort: disable stack tracing on WindowsDanny Holman
2024-09-20make: add additional information to installDanny 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-15gitignore: add files generated by the build systemDanny Holman
2024-09-15build: break the engine into its subsystemsv0.60Danny Holman
2024-08-30Add README fileDanny 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
2024-08-04Initial commitDanny Holman