summaryrefslogtreecommitdiffstats
path: root/scene/resources/texture.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #34303 from Chaosus/fix_texture_crashRémi Verschelde2020-01-061-0/+2
|\
| * Fixed crash if passing invalid image ref to TextureLayeredYuri Roubinsky2019-12-121-0/+2
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Validates texture in set_piece_textureHaoyu Qiu2019-12-111-0/+1
* Memory leak and crash fixesRafał Mikrut2019-11-101-1/+8
* Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde2019-10-071-3/+10
|\
| * Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp2019-10-051-3/+10
* | Added some obvious errors explanationsqarmin2019-09-251-3/+3
|/
* Remove ERR_EXPLAIN from scene/* codeTomasz Chabora2019-08-091-4/+2
* Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-011-0/+2
|\
| * fix some crashesFurkan Türkal2019-07-011-0/+2
* | Set to enum variables, only correct valuesqarmin2019-06-241-0/+1
|/
* Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-151-0/+105
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
* Fix texture resource reload bugDaniel Rakos2019-05-081-9/+8
* Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-191-0/+133
* Hide StreamTexture flags, fixes #26640Juan Linietsky2019-03-061-0/+6
* Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-271-2/+2
* Don't crash on previewing an AtlasTexture without a regionHein-Pieter van Braam2019-02-271-0/+3
* Many separate fixes to ensure non power of 2 textures work on GLES2, closes #...Juan Linietsky2019-02-241-7/+19
* Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-211-17/+6
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fix recursive assignment of Textures and BitMapFontRémi Verschelde2019-01-281-0/+5
* Document AnimatedTexture and bind MAX_FRAMES constantRémi Verschelde2019-01-271-0/+2
* Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky2019-01-251-1/+19
* Fixing textures not triggering _change_notifygroud2019-01-231-0/+4
* Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaqueStanislav2019-01-151-2/+2
* Fix showing AnimatedTexture frame_* properties in editorRémi Verschelde2019-01-101-2/+2
* Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaqueRémi Verschelde2019-01-041-2/+6
|\
| * Fix #24470 Atlas Texture with margin setting cause error in editor.harrisyu2018-12-201-2/+6
* | Add thumbnails to LargeTextureTimo Schwarzer2019-01-031-0/+11
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Fix TextureLayered::create not retaining formatShinryuuji2018-12-201-1/+1
|/
* Fix many errors found by PVS-StudioAaron Franke2018-11-281-10/+12
* Merge pull request #22531 from DualMatrix/path_missing_video_memoryRémi Verschelde2018-10-021-0/+9
|\
| * Made Debugger's Video Memory tab show correct resource paths.DualMatrix2018-09-291-0/+9
* | -Lightmap and lightmap capture support for GLES2Juan Linietsky2018-09-281-0/+3
|/
* Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde2018-09-141-2/+3
|\
| * Add SimplexNoise and NoiseTexture as new resourcesJFonS2018-09-141-2/+3
* | Mark AnimatedTexture frame_* properties as internalRémi Verschelde2018-09-131-3/+3
|/
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+3
* Set the lower bound for the GradientTexture width property to 1Martin Capitanio2018-09-071-1/+1
* Revert "Fix some 3D texture issues"Juan Linietsky2018-08-271-1/+1
* Partial fixes for 3D texture issueselasota2018-08-261-1/+1
* Merge pull request #21156 from MednauN/atlas-texture-fixRémi Verschelde2018-08-241-22/+8
|\
| * Fix AtlasTexture with NinePatchRect and TextureProgresspesets2018-08-181-22/+8
* | Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+1
* | Added a function to cache texture opacity at a pixel, and modified editor to ...Juan Linietsky2018-08-231-0/+112
* | Switched AnimatedTexture to a readers-writers lock, solves a race condition a...Juan Linietsky2018-08-231-13/+20