summaryrefslogtreecommitdiff
path: root/src/asset-manager.cpp
AgeCommit message (Collapse)Author
2023-09-14backwards assertsJonathan Bradley
2023-09-06bucket cleanupJonathan Bradley
2023-09-06cleanup naming conventions and header defsJonathan Bradley
2023-09-06rename variables to be more explicitJonathan Bradley
2023-09-06move boilerplate bucket code to memory fileJonathan Bradley
2023-08-22AssetManager handles files gracefullyJonathan Bradley
We're bypassing memcpy for files because we haven't read the file yet, and we also don't want to copy the file's data around multiple times when it isn't necessary.
2023-08-12CAFE_BABE macroJonathan Bradley
2023-08-10asset manager first passJonathan Bradley