summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2019-12-13Merge pull request #34235 from timothyqiu/menu-scrollRémi Verschelde
2019-12-13Merge pull request #34189 from aaronfranke/mesh-aabbRémi Verschelde
2019-12-12Make Button and co. take internal margins into account when clipping textMichael Alexsander
2019-12-12Merge pull request #34298 from timothyqiu/lines-32736Rémi Verschelde
2019-12-12Added missed enum constant VisualShaderNodeTexture::SOURCE_PORTYuri Roubinsky
2019-12-12Fixes crash after remove_line in RichTextLabelHaoyu Qiu
2019-12-12CharFXTransform: Drop unnecessary get_value_or()Rémi Verschelde
2019-12-11Expose Mesh get_aabbAaron Franke
2019-12-11Merge pull request #34259 from timothyqiu/validate-texture-32982Rémi Verschelde
2019-12-11Merge pull request #34241 from timothyqiu/sync-fallbacks-size-32701Rémi Verschelde
2019-12-11Merge pull request #34240 from timothyqiu/invalid-shader-io-29985Rémi Verschelde
2019-12-11Validates texture in set_piece_textureHaoyu Qiu
2019-12-10Fixes crash when using DynamicFont::set_font_dataHaoyu Qiu
2019-12-10Fixes crash when shader inputs/outputs is invalid stringHaoyu Qiu
2019-12-10Fixes crash when using Theme::clearHaoyu Qiu
2019-12-10Merge pull request #34040 from qarmin/unused_variable_more_precise_numbersRémi Verschelde
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-12-10Fixes long popup menu scroll behaviorHaoyu Qiu
2019-12-10Update minimum size of SpinBox on theme changeTomasz Chabora
2019-12-09Merge pull request #34203 from bruvzg/ime_placeholderRémi Verschelde
2019-12-09Fixed strange behaviour of scroll in the ItemList.allkhor
2019-12-08Hide LineEdit placeholder if IME composition string is not empty.bruvzg
2019-12-06Add spaces after commas and strip extra ones in *FileDialog filter menuMichael Alexsander
2019-12-06Remove extra spaces from parenthesis in *FileDialog's filter menuMichael Alexsander
2019-12-05Don't store index of root nodesTomasz Chabora
2019-12-03Merge pull request #33857 from nekomatata/polygon-2d-antialiasingRémi Verschelde
2019-12-02Ensure move_and_slide() is consistent between the 2D and 3D versions.Marcel Admiraal
2019-12-01Properly remove joint when a physical bone is removed from the scenePouleyKetchoupp
2019-12-01Fixed caret alignment with placeholder textPaulb23
2019-12-01Fixed LineEdit alignment when removing text or undo / redoPaulb23
2019-12-01Merge pull request #34019 from nekomatata/inspector-transform-updateRémi Verschelde
2019-11-30Update transform property in the inspector when changing translation/rotation...PouleyKetchoupp
2019-11-30Merge pull request #34011 from nekomatata/state-machine-travel-on-readyRémi Verschelde
2019-11-30Merge pull request #34014 from KoBeWi/like_2d_like_3dRémi Verschelde
2019-11-30Port Path2D changes to 3DTomasz Chabora
2019-11-30Remove unnecessary bounded_offset from PathFollow2DTomasz Chabora
2019-11-30Handle state machine travel before the start node is processedPouleyKetchoupp
2019-11-28Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp
2019-11-27Added more details in Timer.start() error message.x2f
2019-11-26Only display Environment sky rotation in degrees in the InspectorHugo Locurcio
2019-11-26Range: Remove min/max check added in #33908Rémi Verschelde
2019-11-26Range: Fix cases where max was set to or below min valueRémi Verschelde
2019-11-25Fix bug where specularmode disabled is not cachedclayjohn
2019-11-25Merge pull request #33869 from jbuck3/dialog-resize-bugRémi Verschelde
2019-11-25Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde
2019-11-25Merge pull request #33860 from nekomatata/stylebox-preview-shadowRémi Verschelde
2019-11-24Fix WindowDialog moving when resized from the left/top edgeJames Buck
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-24StyleBox preview adjusted to fit all drawn contentPouleyKetchoupp
2019-11-24Fixed index out of size error in TextEdit when opening scriptsPouleyKetchoupp