summaryrefslogtreecommitdiff
path: root/core (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-20core: logging: make terminal settings configurableDanny Holman1-32/+51
2025-03-20core: refactor core API to be in proper styleDanny Holman4-8/+93
2025-03-20core: alloc: make the mem_block type opaqueDanny Holman1-21/+42
2024-11-19core: thread objects should be replaced with listsDanny Holman1-15/+20
2024-11-19core: add an exit code listDanny Holman1-1/+2
2024-11-07core: add stack smashing protection and Win32 btDanny Holman1-2/+36
2024-10-29build: use lib name in version macrosDanny Holman1-1/+2
2024-10-25core: rune_init should only call subsystem initsDanny Holman1-12/+6
2024-10-25core: ANSI colors need additional setup on WindowsDanny Holman1-1/+15
2024-10-25core: call the system exit function when abortingDanny Holman1-0/+1
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