Age | Commit message (Expand) | Author |
---|---|---|
2023-05-07 | implement basic third-person camera | sanine |
2023-05-07 | correctly implement capsule collisions and camera view matrix | sanine |
2023-04-19 | add split drawing function and renderQuad component | sanine |
2023-04-15 | add collision system | sanine |
2023-04-15 | fix circular reference bug for physics objects | sanine |
2023-04-14 | remove print statements from physics system and fix default physics interval | sanine |
2023-04-14 | add physics linear/angular velocity tracking | sanine-a |
2023-04-14 | implement loading/saving entity db | sanine-a |
2023-04-14 | begin physics reimplementation | sanine |
2023-04-13 | move message dispatching into ecs-systems.lua | sanine |
2023-04-12 | add script system | sanine |
2023-04-07 | renormalize line endings | sanine |
2023-04-07 | move new render/transform systems into ecs-systems.lua | sanine |
2023-03-24 | add pausing | sanine |
2023-03-23 | implement skeleton of physics system | sanine-a |
2023-03-22 | move ecs systems into separate module | sanine-a |