Commit Graph

29 Commits

Author SHA1 Message Date
062285b1b3 socket progress 2025-01-31 10:26:07 -06:00
d7f1ac06cb remove buffer struct, use string struct instead 2025-01-30 15:12:26 -06:00
f0a25248c3 remove sys_timestamp, refactor into generalized i64 holding nanoseconds 2025-01-29 11:29:31 -06:00
4eef91dd63 convert sys_timestamp_t to struct 2025-01-29 10:22:00 -06:00
a2f9f58143 retrieve texture size dynamically 2025-01-20 12:03:09 -06:00
cebaed5aa5 refactor renderer_handle -> renderer_texture. retrieve backbuffer as texture. 2025-01-20 11:50:18 -06:00
acced9dfed render to texture 2025-01-17 19:29:57 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
04db1226e2 refactor mutexes to use 'sys_lock' objects. make all mutexes rw mutexes. 2024-06-25 19:54:33 -05:00
377b83e035 cleanup 2024-06-21 12:16:22 -05:00
00629aa988 merge texture & sheet into 'sprite' 2024-05-01 15:50:50 -05:00
cf3d678699 texture cache w/ eviction & reloading 2024-05-01 00:22:06 -05:00
e3830fccae working sheet cache prototype 2024-04-24 18:19:19 -05:00
62493e8e69 remove font test bits, just use 256 characters for codepoint caching 2024-04-15 12:56:47 -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
9a8f86d42b more font testing 2024-04-11 12:39:29 -05:00
db9550a356 font testing 2024-04-10 17:22:50 -05:00
103a87281c top-level scratch arena safety check 2024-04-06 20:18:55 -05:00
1cbdc27a4c make font rendering unicode aware 2024-04-04 14:53:00 -05:00
9a8b712f98 unicode support in win32 layer 2024-04-03 19:34:52 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
508c77abfd use macros for typedef'd function definitions 2024-03-28 11:46:43 -05:00
cdb0d2bf58 minor tweaks 2024-03-28 08:44:27 -05:00
3b0cdfd1f4 more fleshed out atomics for i32, i64, u32, u64 2024-03-15 22:37:49 -05:00
bdd8db60c3 player focus dir relative to player. raw mouse input. crosshair. 2024-03-13 21:44:25 -05:00
76c609f8d5 fix entities arena not growing 2024-03-11 12:16:34 -05:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00