summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2018-03-07Fix unselectable flipped sprites (fixes 16461)poke1024
2018-03-07Prevent division by zero in GridContainerLeon Krause
2018-03-07Fix switching WindowDialog types leaves garbage buttonsLink
2018-03-06Fix bad autocomplete of partially written node paths when using syntactic sug...robfram
2018-03-06Merge pull request #17205 from Ranoller/patch-3Rémi Verschelde
2018-03-05Fix BaseButton not always calling _pressed()bncastle
2018-03-05Merge pull request #17262 from poke1024/fix-sprite-get-rectsRémi Verschelde
2018-03-04Fix gesture events being blockedBernhard Liebl
2018-03-04Fix uninitialized data in Sprite::_get_rects()Bernhard Liebl
2018-03-03FIX Windows enter/exit mouse notificationsRanoller
2018-03-02Fix more regressions in RichTextLabel from PR 15711Bernhard Liebl
2018-03-02Fix selection of Sprites using AtlasTexture in the editor.Andreas Loew
2018-03-02Fix serialization of identifiers with non printable ASCII charactersRémi Verschelde
2018-03-02Don't crash when trying to add an invalid navmeshHein-Pieter van Braam
2018-03-01Fix regression through fa98637acaab9135568bf0d43a65c9c96b59c32dpoke1024
2018-03-01Viewport: Fix missing tooltips w/ disabled physics object pickingRémi Verschelde
2018-03-01Fix line thickness for CollisionPolygon2D.poke1024
2018-02-28Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam
2018-02-28Add an hinting mode setting to DynamicFontsHugo Locurcio
2018-02-27Merge pull request #16656 from JFonS/fix_gradient_crashRémi Verschelde
2018-02-25Add a split editor to polygon 2D UV editor, moving an inch closer to adding s...Juan Linietsky
2018-02-25Fix Line2D tile mode for non-square texturesMarc Gilleron
2018-02-24Merge pull request #16973 from JFonS/fix_initial_gizmo_visibilityRémi Verschelde
2018-02-24TileMap: add fix_invalid_tilesPoommetee Ketson
2018-02-24Fix visibility of gizmos on scene loadJFonS
2018-02-24Merge pull request #16932 from groud/fix_collision_shape_selectionRémi Verschelde
2018-02-24Merge pull request #16930 from PJB3005/18-02-22-styleboxtexture-textureRémi Verschelde
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-02-23Add two new default actions ui_end, ui_homeFabio Alessandrelli
2018-02-23Add item_focused signal to OptionButtonFabio Alessandrelli
2018-02-23Properly set input as handled when closing modalFabio Alessandrelli
2018-02-23Scrollbar now uses UI actions instead of keysFabio Alessandrelli
2018-02-23Line edit up/down focus pass throughFabio Alessandrelli
2018-02-23Tree now uses UI actions instead of keysFabio Alessandrelli
2018-02-23Popupmenu now uses UI actions instead of keysFabio Alessandrelli
2018-02-22Fixes collisions shape selectionGilles Roudiere
2018-02-22StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers
2018-02-22Skeleton2D: Fix missing return value in comparatorRémi Verschelde
2018-02-212D Skeletons WORK IN PROGRESSJuan Linietsky
2018-02-21Fix typos with codespellluz.paz
2018-02-21Fixed disappearing text on filedialog buttonsMax
2018-02-21Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky
2018-02-21Merge pull request #16710 from YeldhamDev/filedialog_nothing_disabledRémi Verschelde
2018-02-21Merge pull request #16756 from willnationsdev/shifted-rect-spriteRémi Verschelde
2018-02-21Merge pull request #16772 from damarindra/tileset_editor_improvementRémi Verschelde
2018-02-21Added forgotten infinite_inertia to bindingsAndrea Catania
2018-02-20Tileset Editor ImprovementDamar Indra
2018-02-20Fixed "Open" button being enabled when nothing is selected in a FileDialog wh...Michael Alexsander Silva Dias
2018-02-20Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde
2018-02-20Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania