Refactor: Removed last remnants of game-side caching of patchinfo_t
Patch info is now retrieved when needed rather than caching this data on game side. patchinfo_t is now defined for use as a temporary POD structure for use exclusively with R_GetPatchInfo.
Replaced R_PrecachePatch with R_DeclarePatch.
Texture URIs are automatically converted to lowercase before being registered in the collection. Sprite rotation builder has been updated accordingly.
Refactor: Removed last remnants of game-side caching of patchinfo_t
Patch info is now retrieved when needed rather than caching this data
on game side. patchinfo_t is now defined for use as a temporary POD
structure for use exclusively with R_GetPatchInfo.
Replaced R_PrecachePatch with R_DeclarePatch.
Texture URIs are automatically converted to lowercase before being
registered in the collection. Sprite rotation builder has been updated
accordingly.