summaryrefslogtreecommitdiff
path: root/scene/resources
AgeCommit message (Expand)Author
2019-11-17Merge pull request #33683 from clayjohn/material-texture-bugRémi Verschelde
2019-11-17Properly update texture when roughness/metallic setclayjohn
2019-11-17StyleBoxFlat doesn't draw content when width or height is zeroPouleyKetchoupp
2019-11-10Merge pull request #33516 from qarmin/small_fixesRémi Verschelde
2019-11-10Merge pull request #33452 from Chaosus/fix_tilemapRémi Verschelde
2019-11-10Memory leak and crash fixesRafał Mikrut
2019-11-09Merge pull request #33465 from rxlecky/list-theme-resources-fixRémi Verschelde
2019-11-09Fix functions listing all theme resourcesrxlecky
2019-11-09Merge pull request #33431 from Kaonnull/bugParticles2D_2Rémi Verschelde
2019-11-08Fixed prematurely ending animation of particles.Simon Hardt
2019-11-08Fix incorrect offset for old-format tilemapsYuri Roubinsky
2019-11-07Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde
2019-11-04Fix invalid casting on visual shader samplerYuri Roubinsky
2019-11-03Added sampler inputs for visual shadersYuri Roubinsky
2019-11-03Merge pull request #33277 from clayjohn/update_materialRémi Verschelde
2019-11-02Force update SpatialMaterial when texture set and always use ALBEDOclayjohn
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-29Removes translations from generated visual shader codeYuri Roubinsky
2019-10-28Merge pull request #33120 from YeldhamDev/popup_dialog_panel_styleRémi Verschelde
2019-10-28Merge pull request #33104 from qarmin/fix_some_crashesRémi Verschelde
2019-10-28Fix some crashes and using null pointersRafał Mikrut
2019-10-27Fixed using compressed textures and add work around for firefox webgl mesa sa...clayjohn
2019-10-27Add "panel" style to PopupDialogMichael Alexsander
2019-10-25Fix the default TextEdit background colorHugo Locurcio
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
2019-10-23Merge pull request #33006 from Chaosus/fix_billboard_bugRémi Verschelde
2019-10-23Allows change Sprite3D scale if Billboard mode is enabledYuri Roubinsky
2019-10-23Theme code refactoringSeleckyErik
2019-10-22Merge pull request #32842 from LikeLakers2/animation-idx-to-track-idxRémi Verschelde
2019-10-14Changes the name of all parameters referring to track indices within Animatio...LikeLakers2
2019-10-14Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-11Merge pull request #32731 from codecustard/fix_concaveshape_not_selectingRémi Verschelde
2019-10-11Fixes concaveshape not selecting in viewportEmmanuel Barroga
2019-10-11[VShaders] Added sampler port to CubeMap, fixed parsing in expresssion sYuri Roubinsky
2019-10-10Merge pull request #32707 from Chaosus/vs_lod_texturesRémi Verschelde
2019-10-10Merge pull request #32705 from qarmin/validate_array_index_styleboxRémi Verschelde
2019-10-10Uses LoD even if UV slot is not used in visual shader texturesYuri Roubinsky
2019-10-10Validate array indexes in StyleBoxqarmin
2019-10-10Removed "rebuild" function from public interface of VisualShaderYuri Roubinsky
2019-10-09Makes cube maps to be works in visual shadersYuri Roubinsky
2019-10-08Merge pull request #32618 from nekomatata/sprite-to-polygonRémi Verschelde
2019-10-08Merge pull request #32606 from cbolgiano/bugfix/32294Rémi Verschelde
2019-10-0732294: Changed the default_angular_damp value to a float.devbox
2019-10-07Sprite to polygon conversion improvementsPouleyKetchoupp
2019-10-07Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde
2019-10-05Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp
2019-10-03Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky
2019-10-03Remove unused stb_truetype-based DynamicFont implementationHugo Locurcio