summaryrefslogtreecommitdiff
path: root/src/camera.cpp
AgeCommit message (Collapse)Author
2024-11-14add pk.h and major pkmem refactorJonathan Bradley
Completely replaces the memory module with pkmem pkmem is a newer implementation of the same bucket memory structure. Also includes replacing pkstr.h with pk.h's pkstr
2024-05-30first-pass update cameraJonathan Bradley
2024-01-18camera checkpoint - large refactor for attempting to let physics own camera ↵Jonathan Bradley
position
2024-01-17rename camera orientation to viewJonathan Bradley
2024-01-16checkpoint - fix camera saving and allow camera attachment but not savedJonathan Bradley
2024-01-15major refactor so cameras are entities and have a rigid body instanceJonathan Bradley
2024-01-09refactor and simplify bucketed-arrayJonathan Bradley
2023-12-13don't look up the null cameraJonathan Bradley
2023-12-12use specific types for handle indexes consistentlyJonathan Bradley
2023-12-11replace handles with union structJonathan Bradley
2023-12-06cameras can be rigsteredJonathan Bradley
2023-11-15major input refactor and add debug cameraJonathan Bradley