SectrPrototype/code/sectr
Ed_ cf81d3f9bd Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context
I'm enforcing aprintf it as the default formatter.
I changed up the context allocator assignment to reflect how I've been intending to allocation in startup & platform events vs tick.
Tick uses the frame slab's by default with transient on temp. Startup & platform events use the transient by default & for temp, with any use of the persistent allocator being explicit.
2024-05-22 17:13:56 -04:00
..
app Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
engine Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
font Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
grime Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
input Got the first 'input box' to work. Did some changes to keyboard input 2024-05-19 11:06:09 -04:00
math Mostly reviewing progress so far 2024-05-21 23:35:36 -04:00
parser Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
project Restructured the codebase yet again but this time with compiler support for monlithic packages 2024-05-16 17:27:48 -04:00
ui Renamed str_fmt_alloc to str_fmt, str_fmt to str_fmt_out, allocator convention enforcement in context 2024-05-22 17:13:56 -04:00
.ODIN_MONOLITHIC_PACKAGE Restructured the codebase yet again but this time with compiler support for monlithic packages 2024-05-16 17:27:48 -04:00
chrono.odin Restructured the codebase yet again but this time with compiler support for monlithic packages 2024-05-16 17:27:48 -04:00
collision.odin Restructured the codebase yet again but this time with compiler support for monlithic packages 2024-05-16 17:27:48 -04:00
colors.odin Hopefully last design change to auto-layout algorithim 2024-05-21 11:06:51 -04:00
space.odin Mostly reviewing progress so far 2024-05-21 23:35:36 -04:00