branchsbox/animated-imagescancel

11 Commits over 0 Days - ∞cph!

10 Months Ago
Delete test webp
10 Months Ago
Http image loader uses Image.Load so we don't have two image loading paths and so gif and webp work from url
10 Months Ago
Remove ui test
10 Months Ago
Image loader creates textures for multiple frames if they exist. Whitelist gif and webp. Swap out texture handles for the current frame. https://files.facepunch.com/layla/1b0711b1/sbox-dev_rCZwXFIzD1.mp4 Make Texture.Animation a class not a struct Add super simple ui test that shows an animated image Remove texture animation from list when texture isn't being used anymore Make sure frame texture strong handles are destroyed ImageAnimation -> AnimatedImages Default 100 ms frame time when not frame timings available
10 Months Ago
Default 100 ms frame time when not frame timings available
10 Months Ago
ImageAnimation -> AnimatedImages
10 Months Ago
Make sure frame texture strong handles are destroyed
10 Months Ago
Remove texture animation from list when texture isn't being used anymore
10 Months Ago
Add super simple ui test that shows an animated image
10 Months Ago
Make Texture.Animation a class not a struct
10 Months Ago
Image loader creates textures for multiple frames if they exist. Whitelist gif and webp. Swap out texture handles for the current frame. https://files.facepunch.com/layla/1b0711b1/sbox-dev_rCZwXFIzD1.mp4