summaryrefslogtreecommitdiff
path: root/honey/ecs-systems.lua
AgeCommit message (Expand)Author
2023-05-07implement basic third-person camerasanine
2023-05-07correctly implement capsule collisions and camera view matrixsanine
2023-04-19add split drawing function and renderQuad componentsanine
2023-04-15add collision systemsanine
2023-04-15fix circular reference bug for physics objectssanine
2023-04-14remove print statements from physics system and fix default physics intervalsanine
2023-04-14add physics linear/angular velocity trackingsanine-a
2023-04-14implement loading/saving entity dbsanine-a
2023-04-14begin physics reimplementationsanine
2023-04-13move message dispatching into ecs-systems.luasanine
2023-04-12add script systemsanine
2023-04-07renormalize line endingssanine
2023-04-07move new render/transform systems into ecs-systems.luasanine
2023-03-24add pausingsanine
2023-03-23implement skeleton of physics systemsanine-a
2023-03-22move ecs systems into separate modulesanine-a