summaryrefslogtreecommitdiff
path: root/alligator_resources/src
AgeCommit message (Collapse)Author
2023-02-05Move texture atlas out of alligator_resourcesMicha White
2023-02-04Have the renderer take the texture managerMicha White
2023-02-04Made TextureManager its own monitorMicha White
2023-01-29Cleaned up the TextureAtlas APIMicha White
2022-11-20Brought back the texture atlasMicha White
2022-11-20Removed the reference to the TextureManagerMicha White
This would've prevented the TextureManager from being mutated as long as any TextureRefs existed. This change fixes that problem.
2022-11-20Don't load unnecessary texturesMicha White
2022-11-20Allowed queuing of a new priorityMicha White
2022-11-19Quick fix to already loaded texturesMicha White
2022-11-19Set the priority of a textureMicha White
2022-11-19Added a load_from_file methodMicha White
2022-11-19Don't unload memory texturesMicha White
2022-11-19Ultimately decided to remove the atlas for nowMicha White
2022-11-19Created TextureRefMicha White
2022-11-19Added ImageFile buffersMicha White
2022-10-25Allowed loading into the texture atlasMicha White
2022-10-25Added the texture packerMicha White
2022-10-25Started the alligator_resources projectMicha White