Stage BSP partitioning written. Changes to actors to keep track of their BSP node. Actors traverse the BSP as they move. Miscellanious error code def/usage updates. WIP

This commit is contained in:
2026-06-22 08:18:15 -04:00
parent f4728bf19d
commit 71de95822c
12 changed files with 713 additions and 61 deletions

View File

@@ -75,6 +75,7 @@ add_library(akgl SHARED
src/staticstring.c
src/tilemap.c
src/util.c
src/stage.c
${GAMECONTROLLERDB_H}
)