summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2019-10-21Merge pull request #32865 from rodolforg/fix_32711-lookat-scaling-againRémi Verschelde
2019-10-21Merge pull request #32863 from JFonS/navmesh_from_groupRémi Verschelde
2019-10-21Merge pull request #32857 from madmiraal/fix-072e403Rémi Verschelde
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-16Add option to create navmesh from objects in groupjfons
2019-10-15Correct change made to joints_2d.cpp by 072e403.Marcel Admiraal
2019-10-15Merge pull request #32820 from qarmin/small_fixes_static_analyzerRémi Verschelde
2019-10-14Fix color of FileDialog iconsYuri Roubinsky
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-13Fixes Sprite frame_coordsGilles Roudiere
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-11Merge pull request #32742 from Chaosus/fix_samplersRémi Verschelde
2019-10-11[VShaders] Added sampler port to CubeMap, fixed parsing in expresssion sYuri Roubinsky
2019-10-11Merge pull request #32628 from Paulb23/issue_32609_set_text_scrollbarRémi Verschelde
2019-10-11fix #32711 : Spatial::look_at wrong re-scalingRodolfo Ribeiro Gomes
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-10Merge pull request #32674 from Chaosus/vs_fix_cubemapsRémi Verschelde
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-09Makes cube maps to be works in visual shadersYuri Roubinsky
2019-10-08Merge pull request #32649 from qarmin/another_crash_fix_for_tile_mapRémi Verschelde
2019-10-08Merge pull request #32411 from YeldhamDev/fix_grid_overflowRémi Verschelde
2019-10-08Merge pull request #32559 from YeldhamDev/tooltip_scaleRémi Verschelde
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
2019-10-08Merge pull request #32618 from nekomatata/sprite-to-polygonRémi Verschelde
2019-10-08Fix crash in TileMap::update_cell_bitmaskqarmin
2019-10-08PopupMenu: Fix missing text/xl_text when using add_shortcutRémi Verschelde
2019-10-08PopupMenu: Reorder add_* methods in more natural orderRé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-07Fixed inserting text at caret not updating scrollbar sizePaulb23
2019-10-07Fixed drawing the caret at eol when at eol is not visiblePaulb23
2019-10-07Sprite to polygon conversion improvementsPouleyKetchoupp
2019-10-07Merge pull request #32351 from nekomatata/texture-rect-size-updateRémi Verschelde
2019-10-06Added missing bind_method to TreeItem::get_custom_color().dankan1890
2019-10-06Merge pull request #32569 from qarmin/fix_control_crashRémi Verschelde
2019-10-05Fix crash in Control functionsqarmin
2019-10-05Update TextureRect and Sprite when their Texture is modified directly.PouleyKetchoupp
2019-10-05Correctly flip texture src regionDavid Sichma
2019-10-05Merge pull request #32563 from qarmin/fix_tileset_crashRémi Verschelde
2019-10-05Fix crash in TileMap::fix_invalid_tilesqarmin
2019-10-05Make tooltips have the same scale as their ControlsMichael Alexsander
2019-10-04Merge pull request #22834 from lupoDharkael/recursive-itemRémi Verschelde
2019-10-03Makes Texture and TextureUniform in visual shaders to use UV by defaultYuri Roubinsky
2019-10-03Merge pull request #32490 from mrcdk/tree_scroll_scrollcontainerRémi Verschelde