Commit Graph

28 Commits

Author SHA1 Message Date
ad7ca7d68c pre-generate rand.dat file for deterministic noise. calculate shake based on world time 2025-01-15 14:32:36 -06:00
e70047f763 disable collision between bullet shooter & bullet 2025-01-12 09:40:33 -06:00
0716ebd398 separate physics logic from game.c 2025-01-10 15:44:07 -06:00
5593db5202 replace { 0 } initializers with new ZI macro. enable 'Wmissing-field-initializers' 2024-09-19 12:15:55 -05:00
a7d8e19784 use pivot dir to determine sprite transform rotation. 2024-08-08 13:38:25 -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
2245728b59 msvc debug asan build working 2024-05-23 16:49:12 -05:00
ebc73abfb7 more buildit accommodations 2024-05-22 18:45:51 -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
228bef5a68 more proper sys_panic 2024-04-15 19:31:22 -05:00
511364ee05 app exit / shutdown callbacks 2024-04-15 18:02:38 -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
a17950bebe remove json test 2024-04-09 16:41:50 -05:00
103a87281c top-level scratch arena safety check 2024-04-06 20:18:55 -05:00
773a221b44 more unified tls model. testing json parsing & unicode display. 2024-04-05 18:02:17 -05:00
9ebb75f6c3 minor cleanup & logs 2024-04-01 15:38:31 -05:00
900e841228 rewrite json parser to be dumber 2024-04-01 15:09:14 -05:00
7afa567ea0 tls.h & tls.c 2024-03-28 18:19:26 -05:00
04eb118e60 system startup receipts 2024-03-28 13:31:35 -05:00
cdb0d2bf58 minor tweaks 2024-03-28 08:44:27 -05:00
b53dfe93f8 fix window dimensions when coming out of fulscreen 2024-03-19 19:40:48 -05:00
8f3aaba794 alter DEBUG_LVAR semantics 2024-03-08 17:19:09 -06:00
c5d0f8b6ea player acceleration, debug draw & camera mode 2024-03-06 12:53:47 -06:00
8284923173 initial commit 2024-02-29 16:01:51 -06:00