Zed A. Shaw zedshaw
zedshaw pushed to master at games/learn-opengl 2026-08-23 17:25:50 +00:00
1b7066757a Now have multiple lights.
zedshaw pushed to master at games/learn-opengl 2026-08-22 17:48:39 +00:00
a1d2c7768d Day 12 done, we now have various kinds of lights.
zedshaw pushed to master at games/learn-opengl 2026-08-21 19:37:08 +00:00
fb2c871419 Now have a material and highlight map.
zedshaw pushed to master at games/learn-opengl 2026-08-21 17:26:26 +00:00
19a91bab18 Setup for rcr to figure some stuff out.
zedshaw created branch master in games/learn-opengl 2026-08-21 17:16:28 +00:00
zedshaw pushed to master at games/learn-opengl 2026-08-21 17:16:28 +00:00
5ce5b4dda4 Commit of work up to day 11 of learnopengl.com.
zedshaw created repository games/learn-opengl 2026-08-21 17:03:12 +00:00
zedshaw pushed to master at games/raycaster 2026-08-13 17:51:44 +00:00
09b61f17a7 The attack is now fully configurable in attacks.json and the name for each attack is generated from the ritual crafting.
zedshaw pushed to master at games/raycaster 2026-08-10 18:30:12 +00:00
adcfbb883e FSM now working better with animations spawning again. Still need to resolve enemies that run away jumping around, which is caused by run_systems() too much.
zedshaw pushed to master at games/raycaster 2026-08-09 17:33:53 +00:00
2b68696328 Cleared out the handle_world_events so now just need to fix death and attack animations.
zedshaw pushed to master at games/raycaster 2026-08-09 16:35:42 +00:00
0f20f5b6e3 Now INV_SELECT and USE_ITEM are moved out.
79dc86809f Event router wasn't sending button press information correctly.
Compare 2 commits »
zedshaw pushed to master at games/raycaster 2026-08-09 14:35:41 +00:00
4ed2fa192b Bring sol2 over but not using it yet.
zedshaw pushed to master at games/raycaster 2026-06-17 06:08:54 +00:00
d95f9113c9 Update to the next fuc2 for cli options.
zedshaw pushed to main at games/lel-guecs 2026-06-17 05:55:15 +00:00
9fffa51729 Update to the newest fuc2.
zedshaw pushed to master at games/raycaster 2026-06-17 04:32:38 +00:00
21e7700deb Now fully off catch2. YAY!
zedshaw pushed to master at games/raycaster 2026-06-16 17:58:17 +00:00
903cf00661 More tests converted to fuc2.
zedshaw pushed to master at games/raycaster 2026-06-16 08:38:45 +00:00
b8b42d5681 Started to convert from catch2 to fuc2.
zedshaw pushed to master at games/raycaster 2026-06-16 07:13:18 +00:00
4deda37665 Initial include of fuc2 to eventually replace catch2.
zedshaw pushed to main at games/lel-guecs 2026-06-16 06:08:45 +00:00
aa153f8e84 Use the newer way to wire up tests.
zedshaw pushed to main at games/lel-guecs 2026-06-16 05:34:09 +00:00
1d11c8b162 Now off catch2 and on my own testing fuc2.