summaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: add stack smashing protection and Win32 btDanny Holman2024-11-071-2/+36
* build: use lib name in version macrosDanny Holman2024-10-291-1/+2
* core: rune_init should only call subsystem initsDanny Holman2024-10-251-12/+6
* core: ANSI colors need additional setup on WindowsDanny Holman2024-10-251-1/+15
* core: call the system exit function when abortingDanny Holman2024-10-251-0/+1
* core: thread: make helper functions staticDanny Holman2024-10-141-5/+5
* core: alloc: move mem_block alloc to helper funcDanny Holman2024-10-141-27/+56
* core: mod: create a mod interfaceDanny Holman2024-10-141-0/+69
* core: alloc: fix a bug in reallocDanny Holman2024-10-071-4/+6
* core: thread: wrap the pthreads APIDanny Holman2024-10-031-0/+192
* core: logging: make color output optionalDanny Holman2024-10-021-8/+37
* core: callbacks: make error_callback use log_outputDanny Holman2024-09-301-2/+2
* core: abort: disable stack tracing on WindowsDanny Holman2024-09-301-1/+12
* core: logging: print errors and warnings in colorDanny Holman2024-09-181-6/+18
* core: add several new filesDanny Holman2024-09-173-1/+30
* build: break the engine into its subsystemsv0.60Danny Holman2024-09-152-0/+129
* Makefile: retool the build systemv0.55Danny Holman2024-08-302-7/+1
* core: refactor entire project rootDanny Holman2024-08-252-0/+46