summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-27Merge pull request #31971 from ↵Rémi Verschelde
aole/placeholder-confirmation-dialog-for-editable-children Placeholder confirmation dialog for editable children
2019-09-27Merge pull request #32380 from fire/skin_registrationRémi Verschelde
Update when the skeleton skin is changed.
2019-09-27Placeholder dialog for editable childrenBhupendra Aole
Fire placeholder confirmation dialog box when editable children option is already checked. Fixes #28863
2019-09-27Merge pull request #32356 from m-r-hunt/masterRémi Verschelde
Improve documentation of ProjectSettings class
2019-09-27Merge pull request #29681 from swarnimarun/vs-graph-unificationRémi Verschelde
Visual Script Graph Unification
2019-09-27Merge pull request #32388 from akien-mga/travis-cache-branch-specificRémi Verschelde
Travis: Make scons cache branch-specific
2019-09-27Travis: Make scons cache branch-specificRémi Verschelde
2019-09-27Improve documentation of ProjectSettings classMax Hunt
2019-09-27Merge pull request #32381 from YeldhamDev/script_dialog_cleanupRémi Verschelde
Cleanup the "Attach Node Script" dialog
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 #32365 from Xrayez/scons-no-tests-releaseRémi Verschelde
SCons: do not build tests with tools=no
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-27Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias
2019-09-26Update when the skeleton skin is changed.K. S. Ernest Lee
2019-09-26Merge pull request #32373 from dankan1890/folder_rescanRémi Verschelde
Create new folder from save dialog now update filesystem dock.
2019-09-26Create new folder from save dialog now update filesystem dock.dankan1890
Fix #32167.
2019-09-26Merge pull request #32362 from fire/skeleton-custom-bind-poseRémi Verschelde
Restore bone_custom_pose in skeletons
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-26SCons: do not build tests with tools=noAndrii Doroshenko (Xrayez)
This doesn't affect the resulting binary size, but allows to save a phew seconds during compilation if building export templates.
2019-09-26i18n: Sync translation template with current sourceRémi Verschelde
2019-09-26i18n: Sync translations with WeblateRémi Verschelde
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-26Merge pull request #32360 from dankan1890/tilemap_iconsRémi Verschelde
Changed the appearance of the rotation icons in the Tilemap.
2019-09-26Merge pull request #31932 from huisedenanhai/masterRémi Verschelde
make core/Reference thread safe
2019-09-26Changed the appearance of the rotation icons in the Tilemap.dankan1890
Make them more intuitive.
2019-09-26Merge pull request #31949 from myhalibobo/TilemapFixRémi Verschelde
Fix tilemap world_to_map return error map coordinates
2019-09-26Merge pull request #31969 from NNesh/fix/open-proj-data-folderRémi Verschelde
Fixed unable to open project data folder
2019-09-26Merge pull request #32033 from NNesh/fix/blocking-execude-codeRémi Verschelde
Added returning an exit code by the blocking OS::execute method
2019-09-26Merge pull request #32050 from codecustard/fix_remotetree_not_showing_typeRémi Verschelde
Fix remote-tree not displaying the node type
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-26Merge pull request #32009 from Xrayez/fs-editor-iconsRémi Verschelde
Display editor icons for filesystem dock popup menu options
2019-09-26Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snappingRémi Verschelde
Improve Ctrl snapping in EditorSpinSlider
2019-09-26Fixed unable to open project data folderRuslan Mullayanov
Removed `default` case to prevent hiding such errors in the future. Fixes #31939.
2019-09-26Added an exit code to the blocking mode of OS::executeRuslan Mullayanov
Updated documentation accordingly. Fixes #31881.
2019-09-26Fix remote-tree not displaying the node typeEmmanuel Barroga
Fixes the remote-tree not displaying the node's type like the local-tree does.
2019-09-26Merge pull request #32230 from kawa-yoiko/oa-backward-shiftRémi Verschelde
Implement backward shift deletion for OAHashMap
2019-09-26Merge pull request #32337 from CorattiS86/fixing_#32262Rémi Verschelde
Fixed Show in file system should clear current search
2019-09-26Merge pull request #32343 from jeffres/masterRémi Verschelde
Fix import hints being ignored by glTF importer
2019-09-26Merge pull request #32357 from YeldhamDev/connections_dialog_formatRémi Verschelde
Format arguments in connections dialog in GDScript style
2019-09-26Merge pull request #32353 from neikeq/yameroRémi Verschelde
Mono: Improve API assembly load error message on exported games
2019-09-26Merge pull request #32352 from neikeq/issue-32237Rémi Verschelde
Mono: Don't use project settings for debugger agent on exported games
2019-09-25Format arguments in connections dialog in GDScript styleMichael Alexsander Silva Dias
2019-09-26Merge pull request #32228 from damianday/patch-1Fabio Alessandrelli
TCP is_connected_to_host comparison error
2019-09-26Implement #32347 - RichTextLabel's Item and Item* structs should not inherit ↵Relintai
Object, it's too expensive
2019-09-25Update stream_peer_tcp.cppDamian Day
2019-09-25Mono: Improve API assembly load error message on exported gamesIgnacio Etcheverry
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-25Mono: Don't use project settings for debugger agent on exported gamesIgnacio Etcheverry
2019-09-25Mention `MeshLibrary.get_item_preview()` not working in running projectHugo Locurcio