summaryrefslogtreecommitdiff
path: root/scene/resources/texture.h
AgeCommit message (Expand)Author
2023-03-27Add dedicated setter for `ImageTextureLayered::_images` to fix `create_from_i...RedworkDE
2023-02-17Remove unexposed ProxyTexture, mark AnimatedTexture as deprecatedRémi Verschelde
2023-01-23Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-10-11Merge pull request #63271 from Chaosus/fix_texture_errorRémi Verschelde
2022-09-21Remove unused struct in GradientTexture1DMicky
2022-09-06Rework AnimatedTexture's `fps` into `speed_scale`Micky
2022-09-06Merge pull request #65194 from Mickeon/rename-one-shotRémi Verschelde
2022-09-01Rename AnimatedTexture `oneshot` to `one_shot`Micky
2022-09-01Change Array arguments to TypedArraykobewi
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-19Unexpose ProxyTextureMax Hilbrunner
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-21Fix error emitting when opening some textures in the inspectorYuri Rubinsky
2022-07-18Use integer types in Image and ImageTexture methodsFireForge
2022-07-08Add static methods for creating Image and ImageTexturekobewi
2022-06-08Re-add internal image field to ImageTexturekobewi
2022-06-07Remove image property of ImageTexturekobewi
2022-05-03Merge pull request #60583 from reduz/placeholder-assetsRémi Verschelde
2022-05-03Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio
2022-04-28Implement placeholder assetsreduz
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-30Add PortableCompressedTexturereduz
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-05Rename StreamTexture* to CompressedTexture*reduz
2022-01-29Decrease the default GradientTexture and CurveTexture sizeHugo Locurcio
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-08Merge pull request #54715 from goostengine/gradient-texture-1d-renameYuri Roubinsky
2021-11-07Remove redundant texture flag setters/getters for `CameraTexture`Aaron Record
2021-11-07Rename `GradientTexture` to `GradientTexture1D`Andrii Doroshenko (Xrayez)
2021-10-12Add GradientTexture2DHendrik Brucker
2021-09-28Merge pull request #53180 from boruok/4.0-fix-atlas-texture-return-nullRémi Verschelde
2021-09-284.0 fix atlas texture return nullboruok
2021-09-14Remove unused ImageTexture functionsHaoyu Qiu
2021-08-13Add an `use_hdr` property to GradientTexture to allow storing HDR colorsHugo Locurcio
2021-08-13Add placeholder textures to ensure CameraTexture / CameraFeed always have val...bruvzg
2021-07-14Rename Curve3Texture to CurveXYZTextureRémi Verschelde
2021-07-03Implement Curve3Texturereduz
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-11Merge pull request #47835 from mortarroad/master-lossless-webpRémi Verschelde
2021-06-11Implement lossless WebP encodingMorris Tabor
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-05-25Fix some warnings raised by GCC-11.1jfons
2021-04-28Remove obsolete LargeTexture, it's no longer useful since 3.xRémi Verschelde
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-02-11Improve resource load cachereduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-19Modernize RWLockPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke