summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-10-01Merge pull request #32364 from Relintai/resizeable-texture-progressRémi Verschelde
TextureProgress: nine_patch_stretch property -> enable stretching for radial fills.
2019-10-01Merge pull request #32440 from Ternvein/control-translation-fixRémi Verschelde
Fix for WindowDialog and Tabs controls translation
2019-10-01Merge pull request #32450 from soumyalahiri/rotation-adjustmentRémi Verschelde
Altered rotation_degrees range
2019-10-01Merge pull request #31845 from clayjohn/GLES2-BCSRémi Verschelde
Implement DOF blur, Glow, and BCS in GLES2
2019-10-01Merge pull request #30919 from nekomatata/timer-update-transform-fixRémi Verschelde
Fix GPU particle transform delay when created on SceneTree timer timeout
2019-09-30Make TextureProgress's nine_patch_stretch property to enable stretching for ↵Relintai
radial fills.
2019-09-30Altered rotation_degrees rangeSoumya Lahiri
2019-09-30Implement DOF blur, Glow, and BCS in GLES2clayjohn
2019-09-30FIX: Tabs text translationternvein
2019-09-30FIX: WindowDialog title translationternvein
2019-09-30Merge pull request #32390 from lupoDharkael/timer-treeRémi Verschelde
TextEdit: Fix timer inside tree warning
2019-09-29fix dynamic font crash if no available font sizeRodolfo Ribeiro Gomes
2019-09-28Make empty columns automatically expand in GridContainerMichael Alexsander Silva Dias
2019-09-27doc: Sync classref with current sourceRémi Verschelde
And various fixes to bindings, hyperlinks and an uninitialized variable.
2019-09-27Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicatorRémi Verschelde
Draw an indicator to denote overbright colors in ColorPicker
2019-09-27Merge pull request #32380 from fire/skin_registrationRémi Verschelde
Update when the skeleton skin is changed.
2019-09-27Merge pull request #29681 from swarnimarun/vs-graph-unificationRémi Verschelde
Visual Script Graph Unification
2019-09-27Draw an indicator to denote overbright colors in ColorPickerHugo Locurcio
This makes it faster to distinguish overbright colors from "standard" colors.
2019-09-27TextEdit: Fix timer inside tree warninglupoDharkael
2019-09-27Merge pull request #32369 from ndarilek/get_button_tooltipRémi Verschelde
Implement `TreeItem.get_button_tooltip(column, idx)`.
2019-09-27Merge pull request #32354 from Relintai/rich-text-label-struct-refactorRémi Verschelde
Implement #32347 - (RichTextLabel's Item's should be structs)
2019-09-26Update when the skeleton skin is changed.K. S. Ernest Lee
2019-09-26#14011: Implement `TreeItem.get_button_tooltip(column, idx)`.Nolan Darilek
When added to `TreeItem`, buttons are given tooltips. When returned via `get_button(...)`, however, the button is a `Texture` and the tooltip information isn't included. For accessibility purposes, it is useful to have access to the tooltip text. As such, we can retrieve a button's tooltip to use as a button label.
2019-09-26Restore bone_custom_pose in skeletonsK. S. Ernest (iFIre) Lee
2019-09-26Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-onlyRémi Verschelde
Mention `MeshLibrary.get_item_preview()` not working in running project
2019-09-26Fix TileMap world_to_map rounding issue for negative integersbob
The previous code would fail for negative integer values like -3.0 (would return -4 instead of -3). Fixes #31468.
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ↵Relintai
Object, it's too expensive
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes
2019-09-25Mention `MeshLibrary.get_item_preview()` not working in running projectHugo Locurcio
2019-09-25Merge pull request #32047 from ↵Rémi Verschelde
codecustard/fix_scrollwheel_triggering_focus_change Fix scrollwheel triggering focus change
2019-09-25Merge pull request #32119 from Calinou/unify-axis-colorsRémi Verschelde
Use the same axis colors consistently in the 2D and 3D editors
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
Added some obvious errors explanations
2019-09-25Added some obvious errors explanationsqarmin
2019-09-25Make LineEdit's minimal size adapt to its iconsMichael Alexsander Silva Dias
2019-09-24Merge pull request #32309 from clayjohn/particles_tex_scaleRémi Verschelde
Fix particles scale randomization
2019-09-24fix particles scale randomizationclayjohn
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
Add overriden properties to the documentation
2019-09-24Fix copyright headers and style issuesRémi Verschelde
2019-09-24doc: Sync classref with current sourceRémi Verschelde
Fix a few missing bindings or unspecified argument names and default values.
2019-09-24Merge pull request #31935 from aole/Change-minimum-size-when-theme-changedRémi Verschelde
Change minimum size when theme changed
2019-09-24Merge pull request #32267 from YeldhamDev/fix_tab_iconsRémi Verschelde
Fix various problems with tab-related icons
2019-09-24Merge pull request #32202 from Relintai/fix-crash-in-rich-text-labelRémi Verschelde
Fix crash on some platforms in RichTextLabel.
2019-09-23Merge pull request #30497 from Calinou/editor-gizmos-change-notifyRémi Verschelde
Notify changes in properties that can be edited by 3D gizmos
2019-09-23Merge pull request #32275 from godotengine/skin_supportRémi Verschelde
Added skin support and simplified APIs to override bone position + glTF 2.0 import fixes
2019-09-23Merge pull request #32232 from Paulb23/issue_32070_goto_doc_when_selectingRémi Verschelde
Fixed going to doc reference while selecting text
2019-09-23Merge pull request #32055 from qarmin/some_code_fixesRémi Verschelde
Changed some code found by Clang Tidy and Coverity
2019-09-23Merge pull request #32048 from YeldhamDev/lineedit_right_icon_fixRémi Verschelde
Expose LineEdit's 'right_icon' and fix icon size
2019-09-23Merge pull request #32027 from lupoDharkael/group-orderRémi Verschelde
Preserve group order in scene files
2019-09-23Merge pull request #32003 from codecustard/fix_optionbutton_not_selectingRémi Verschelde
Fixes OptionButton Not Updating Current Selection
2019-09-22Fix various problems with tab-related iconsMichael Alexsander Silva Dias