Commit Graph

30 Commits

Author SHA1 Message Date
66586f9cf5 unlock fiber wake while wait list locked 2025-07-12 20:21:13 -05:00
905151abe9 replace null, true, false with integers in code 2025-07-10 13:11:36 -05:00
994ed1e1e1 use SI units for size macros 2025-07-06 16:25:39 -05:00
69a8a7aa9a move synchronization primitives out of sys layer 2025-07-06 16:20:07 -05:00
a9bcab1b78 allow color & values for profiling 2025-07-06 14:37:17 -05:00
05ce4f32a1 remove scratch.h 2025-07-03 12:29:09 -05:00
892daa5ed2 call resource callbacks in job 2025-07-01 01:03:06 -05:00
b50ba7d4e2 move mutexes & cvs into opaque ptrs 2025-06-17 23:30:59 -05:00
cfd8fb5f21 store arena in its own committed memory 2025-06-17 22:21:58 -05:00
05668865a7 rename temp_arena -> arena_temp 2025-06-07 21:20:35 -05:00
57174796b9 arena push zero by default 2025-05-15 08:42:12 -05:00
f0a25248c3 remove sys_timestamp, refactor into generalized i64 holding nanoseconds 2025-01-29 11:29:31 -06:00
9981b600a8 draw debug movement for kinematic objects 2025-01-03 16:04:32 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
094b64078b add (UNUSED) after lock assertions 2024-08-09 15:02:13 -05:00
bac9d797b9 fix entity gen comparison 2024-08-06 16:05:29 -05:00
5eb515ab90 rename suffix assume_locked -> ...locked 2024-06-25 19:58:48 -05:00
04db1226e2 refactor mutexes to use 'sys_lock' objects. make all mutexes rw mutexes. 2024-06-25 19:54:33 -05:00
ebc73abfb7 more buildit accommodations 2024-05-22 18:45:51 -05:00
e3830fccae working sheet cache prototype 2024-04-24 18:19:19 -05:00
2d593fee03 rename global 'L' vars to 'G' 2024-04-11 12:50:28 -05:00
02b31ab441 rename DEBUG_LVAR -> DEBUG_ALIAS 2024-04-11 12:42:44 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
3b0cdfd1f4 more fleshed out atomics for i32, i64, u32, u64 2024-03-15 22:37:49 -05:00
39f7b09036 ln, exp, pow, camera lerping 2024-03-15 01:10:24 -05:00
fd486bb71b remove 'view' type, replace with xform 2024-03-14 01:08:55 -05:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
ba4dafcb4d convert entity rel_trs -> rel_xform 2024-03-08 11:50:28 -06:00
bb9b374471 entity trees, xform storing & lerping 2024-03-04 18:39:10 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00