summaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
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