Age | Commit message (Expand) | Author |
2019-02-27 | Fix GCC 5 build after #26331 and cleanup style | Rémi Verschelde |
2019-02-27 | Don't crash on previewing an AtlasTexture without a region | Hein-Pieter van Braam |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-01-28 | Fix recursive assignment of Textures and BitMapFont | Rémi Verschelde |
2019-01-27 | Document AnimatedTexture and bind MAX_FRAMES constant | Rémi Verschelde |
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky |
2019-01-23 | Fixing textures not triggering _change_notify | groud |
2019-01-15 | Fixed typo in ImageTexture:: & StreamTexture::is_pixel_opaque | Stanislav |
2019-01-10 | Fix showing AnimatedTexture frame_* properties in editor | Rémi Verschelde |
2019-01-04 | Merge pull request #24504 from harrisyu/AtlasCheckPixelOpaque | Rémi Verschelde |
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Fix #24470 Atlas Texture with margin setting cause error in editor. | harrisyu |
2018-12-20 | Fix TextureLayered::create not retaining format | Shinryuuji |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |
2018-10-02 | Merge pull request #22531 from DualMatrix/path_missing_video_memory | Rémi Verschelde |
2018-09-29 | Made Debugger's Video Memory tab show correct resource paths. | DualMatrix |
2018-09-28 | -Lightmap and lightmap capture support for GLES2 | Juan Linietsky |
2018-09-14 | Merge pull request #21569 from JFonS/add_noise_textures | Rémi Verschelde |
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS |
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-07 | Set the lower bound for the GradientTexture width property to 1 | Martin Capitanio |
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky |
2018-08-26 | Partial fixes for 3D texture issues | elasota |
2018-08-24 | Merge pull request #21156 from MednauN/atlas-texture-fix | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-23 | Added a function to cache texture opacity at a pixel, and modified editor to ... | Juan Linietsky |
2018-08-23 | Switched AnimatedTexture to a readers-writers lock, solves a race condition a... | Juan Linietsky |
2018-08-21 | Fix arg name in docs, some copy-paste errors | Poommetee Ketson |
2018-08-18 | Fix AtlasTexture with NinePatchRect and TextureProgress | pesets |
2018-08-15 | Attempting to workaround the problem present in #20904, let me know if it works. | Juan Linietsky |
2018-08-14 | -Deprecate ImageTexture::load | Juan Linietsky |
2018-08-06 | Added proper import support for 3D and Array textures | Juan Linietsky |
2018-07-30 | add 3D textures | Thomas Herzog |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Fix crash when you pass invalid parameter to ImageTexture.set_data | Chaosus |
2018-07-16 | Finally figured out how to implement AnimatedTexture properly. | Juan Linietsky |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky |
2018-05-14 | ImageTexture.load returns an error code. | Pieter-Jan Briers |
2018-02-03 | Fix texture import spelling | Phil Jones |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-26 | Ability to set flags via code in StreamTexture, as some users find it useful.... | Juan Linietsky |
2017-12-04 | Added a higher level wrapper for proxy texture | Juan Linietsky |
2017-11-05 | Added filter_clip to AtlasTexture | MrCdK |