Age | Commit message (Expand) | Author |
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 |
2017-10-22 | CubeMap: fix duplicate flags property | Poommetee Ketson |
2017-10-21 | Merge pull request #12286 from NathanWarden/add_cubemap_properties | Rémi Verschelde |
2017-10-22 | Bind unbound enums, rearrange some by value | Poommetee Ketson |
2017-10-21 | Added properties for CubeMap. | Nathan Warden |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-01 | Fix signed and unsigned comparisons | Hein-Pieter van Braam |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry |
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky |
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky |
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde |
2017-07-19 | Add object type hint for docs | Poommetee Ketson |
2017-06-29 | Texture region now updates when changing an Atlas | Robert Hernandez |
2017-06-28 | Reworked translation system | Juan Linietsky |
2017-06-26 | Curve features | Marc Gilleron |
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson |
2017-06-24 | GradientTexture now uses a Gradient | Marc Gilleron |
2017-06-24 | Added Curve resource | Marc Gilleron |
2017-06-18 | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids scen... | Juan Linietsky |
2017-06-17 | Add normalmap support for drawing in all low level primitives. Only added sup... | Juan Linietsky |
2017-06-16 | -Fix freezes caused by etccomp2, closes #9183 | Juan Linietsky |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-06-02 | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky |