userLayladcancel
branchsbox/animated-imagescancel

11 Commits over 0 Days - ∞cph!

1 Year Ago
Delete test webp
1 Year Ago
Http image loader uses Image.Load so we don't have two image loading paths and so gif and webp work from url
1 Year Ago
Remove ui test
1 Year 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
1 Year Ago
Default 100 ms frame time when not frame timings available
1 Year Ago
ImageAnimation -> AnimatedImages
1 Year Ago
Make sure frame texture strong handles are destroyed
1 Year Ago
Remove texture animation from list when texture isn't being used anymore
1 Year Ago
Add super simple ui test that shows an animated image
1 Year Ago
Make Texture.Animation a class not a struct
1 Year 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