summaryrefslogtreecommitdiff
path: root/core (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-14core: thread: make helper functions staticDanny Holman1-5/+5
2024-10-14core: alloc: move mem_block alloc to helper funcDanny Holman1-27/+56
2024-10-14core: mod: create a mod interfaceDanny Holman1-0/+69
2024-10-07core: alloc: fix a bug in reallocDanny Holman1-4/+6
2024-10-03core: thread: wrap the pthreads APIDanny Holman1-0/+192
2024-10-02core: logging: make color output optionalDanny Holman1-8/+37
2024-09-30core: callbacks: make error_callback use log_outputDanny Holman1-2/+2
2024-09-30core: abort: disable stack tracing on WindowsDanny Holman1-1/+12
2024-09-18core: logging: print errors and warnings in colorDanny Holman1-6/+18
2024-09-17core: add several new filesDanny Holman3-1/+30
2024-09-15build: break the engine into its subsystemsv0.60Danny Holman2-0/+129
2024-08-30Makefile: retool the build systemv0.55Danny Holman2-7/+1
2024-08-25core: refactor entire project rootDanny Holman2-0/+46