summaryrefslogtreecommitdiff
path: root/scene/resources/texture.cpp
AgeCommit message (Expand)Author
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-27Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam
2019-02-24Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
2019-01-28Fix recursive assignment of Textures and BitMapFontRémi Verschelde
2019-01-27Document AnimatedTexture and bind MAX_FRAMES constantRémi Verschelde
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-23Fixing textures not triggering _change_notifygroud
2019-01-15Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaqueStanislav
2019-01-10Fix showing AnimatedTexture frame_* properties in editorRémi Verschelde
2019-01-04Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaqueRémi Verschelde
2019-01-03Add thumbnails to LargeTextureTimo Schwarzer
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Fix #24470 Atlas Texture with margin setting cause error in editor.harrisyu
2018-12-20Fix TextureLayered::create not retaining formatShinryuuji
2018-11-28Fix many errors found by PVS-StudioAaron Franke
2018-10-02Merge pull request #22531 from DualMatrix/path_missing_video_memoryRémi Verschelde
2018-09-29Made Debugger's Video Memory tab show correct resource paths.DualMatrix
2018-09-28-Lightmap and lightmap capture support for GLES2Juan Linietsky
2018-09-14Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-07Set the lower bound for the GradientTexture width property to 1Martin Capitanio
2018-08-27Revert "Fix some 3D texture issues"Juan Linietsky
2018-08-26Partial fixes for 3D texture issueselasota
2018-08-24Merge pull request #21156 from MednauN/atlas-texture-fixRémi Verschelde
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-23Added a function to cache texture opacity at a pixel, and modified editor to ...Juan Linietsky
2018-08-23Switched AnimatedTexture to a readers-writers lock, solves a race condition a...Juan Linietsky
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-08-18Fix AtlasTexture with NinePatchRect and TextureProgresspesets
2018-08-15Attempting to workaround the problem present in #20904, let me know if it works.Juan Linietsky
2018-08-14-Deprecate ImageTexture::loadJuan Linietsky
2018-08-06Added proper import support for 3D and Array texturesJuan Linietsky
2018-07-30add 3D texturesThomas Herzog
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Fix crash when you pass invalid parameter to ImageTexture.set_dataChaosus
2018-07-16Finally figured out how to implement AnimatedTexture properly.Juan Linietsky
2018-05-18-Hid texture flags by default so they dont take so much spaceJuan Linietsky
2018-05-14ImageTexture.load returns an error code.Pieter-Jan Briers
2018-02-03Fix texture import spellingPhil Jones
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-26Ability to set flags via code in StreamTexture, as some users find it useful....Juan Linietsky
2017-12-04Added a higher level wrapper for proxy textureJuan Linietsky
2017-11-05Added filter_clip to AtlasTextureMrCdK