Rémi Verschelde
e636563d5d
Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left
...
Cleanup VS editor's left menu
2019-09-28 07:35:46 +02:00
Rémi Verschelde
26e5e3e507
Merge pull request #32399 from swarnimarun/vs-patch01
...
Fix edit function button
2019-09-28 07:33:38 +02:00
homer666
9d98ed1d86
Restore import animation storage checkbox behavior
2019-09-28 12:33:00 +10:00
Ignacio Roldán Etcheverry
763a4d8402
Merge pull request #32401 from neikeq/Kisaama!
...
Mono: Don't compare API hashes on release builds
2019-09-28 03:31:37 +02:00
Michael Alexsander Silva Dias
4e9df13a40
Fix crash when moving an action into itself in the Input Map editor
2019-09-27 22:12:35 -03:00
Michael Alexsander Silva Dias
c9328aa068
Cleanup VS editor's left menu
2019-09-27 21:20:43 -03:00
Ignacio Etcheverry
1509890dbc
Mono: Don't compare API hashes on release builds
...
API hashes cannot be calculated on release builds, as bindings information is lacking. Therefore, we should not be comparing it with the generated glue hash as they will never match.
2019-09-28 01:07:57 +02:00
Swarnim Arun
4967e4a913
Fix Edit function button
2019-09-28 02:16:11 +05:30
Rémi Verschelde
7a67ae01a4
Merge pull request #32249 from hbina/a_star_ignore_disabled
...
Add option to consider disable points
2019-09-27 22:41:49 +02:00
Rémi Verschelde
d0e45e78a4
doc: Sync classref with current source
...
And various fixes to bindings, hyperlinks and an uninitialized variable.
2019-09-27 22:16:42 +02:00
Rémi Verschelde
5966c6b646
Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicator
...
Draw an indicator to denote overbright colors in ColorPicker
2019-09-27 22:03:22 +02:00
Rémi Verschelde
8868fd2d28
Merge pull request #31971 from aole/placeholder-confirmation-dialog-for-editable-children
...
Placeholder confirmation dialog for editable children
2019-09-27 22:02:15 +02:00
Rémi Verschelde
34404a4c95
Merge pull request #32380 from fire/skin_registration
...
Update when the skeleton skin is changed.
2019-09-27 21:51:35 +02:00
Bhupendra Aole
cb528e31d9
Placeholder dialog for editable children
...
Fire placeholder confirmation dialog box when editable children option is already checked.
Fixes #28863
2019-09-27 13:49:55 -04:00
Hanif Bin Ariffin
7b3790d2cc
Add option to consider disable points
...
Previously, disabled points will not be considered when performing
get_closest_point. This commit changes that by introducing an additional
flag for this behavior. Related issue: #31814
2019-09-27 11:24:59 -04:00
Rémi Verschelde
ba8b2a1af7
Merge pull request #32356 from m-r-hunt/master
...
Improve documentation of ProjectSettings class
2019-09-27 16:21:48 +02:00
Rémi Verschelde
5cb926a001
Merge pull request #29681 from swarnimarun/vs-graph-unification
...
Visual Script Graph Unification
2019-09-27 15:54:37 +02:00
Hugo Locurcio
70c4e96623
Draw an indicator to denote overbright colors in ColorPicker
...
This makes it faster to distinguish overbright colors from
"standard" colors.
2019-09-27 15:28:42 +02:00
Hugo Locurcio
ca268dfecd
Validate audio/video driver command-line arguments
...
This will exit early if the audio/video driver specified doesn't exist.
2019-09-27 15:11:56 +02:00
Rémi Verschelde
171366bab1
Merge pull request #32388 from akien-mga/travis-cache-branch-specific
...
Travis: Make scons cache branch-specific
2019-09-27 14:43:37 +02:00
lupoDharkael
cb22a875aa
TextEdit: Fix timer inside tree warning
2019-09-27 13:57:20 +02:00
Rémi Verschelde
a99b7a5f88
Travis: Make scons cache branch-specific
2019-09-27 13:35:33 +02:00
Max Hunt
2a642e1e6d
Improve documentation of ProjectSettings class
2019-09-27 07:32:35 +01:00
Rémi Verschelde
daf4a9f9be
Merge pull request #32381 from YeldhamDev/script_dialog_cleanup
...
Cleanup the "Attach Node Script" dialog
2019-09-27 08:17:07 +02:00
Rémi Verschelde
fd0ad20122
Merge pull request #32369 from ndarilek/get_button_tooltip
...
Implement `TreeItem.get_button_tooltip(column, idx)`.
2019-09-27 08:16:36 +02:00
Rémi Verschelde
d1ecc15c11
Merge pull request #32365 from Xrayez/scons-no-tests-release
...
SCons: do not build tests with tools=no
2019-09-27 08:15:00 +02:00
Rémi Verschelde
17a81a32d8
Merge pull request #32354 from Relintai/rich-text-label-struct-refactor
...
Implement #32347 - (RichTextLabel's Item's should be structs)
2019-09-27 08:03:55 +02:00
Michael Alexsander Silva Dias
3333d447c0
Cleanup the "Attach Node Script" dialog
2019-09-27 00:49:20 -03:00
K. S. Ernest Lee
ea76f4805b
Update when the skeleton skin is changed.
2019-09-26 19:44:51 -07:00
Rémi Verschelde
b2569d5fa8
Merge pull request #32373 from dankan1890/folder_rescan
...
Create new folder from save dialog now update filesystem dock.
2019-09-26 21:46:33 +02:00
dankan1890
6a7f300662
Create new folder from save dialog now update filesystem dock.
...
Fix #32167 .
2019-09-26 20:54:34 +02:00
Rémi Verschelde
0d253845c2
Merge pull request #32362 from fire/skeleton-custom-bind-pose
...
Restore bone_custom_pose in skeletons
2019-09-26 18:55:01 +02:00
Nolan Darilek
5629a006d9
#14011 : Implement TreeItem.get_button_tooltip(column, idx)
.
...
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-26 10:41:02 -05:00
Andrii Doroshenko (Xrayez)
752debe204
SCons: do not build tests with tools=no
...
This doesn't affect the resulting binary size, but allows to save
a phew seconds during compilation if building export templates.
2019-09-26 16:12:07 +03:00
Rémi Verschelde
02ca4c49fa
i18n: Sync translation template with current source
2019-09-26 14:05:21 +02:00
Rémi Verschelde
89094fc76a
i18n: Sync translations with Weblate
2019-09-26 13:59:57 +02:00
K. S. Ernest (iFIre) Lee
0b48f53905
Restore bone_custom_pose in skeletons
2019-09-26 04:06:47 -07:00
Rémi Verschelde
04032a9445
Merge pull request #32308 from Calinou/meshlibrary-item-preview-editor-only
...
Mention `MeshLibrary.get_item_preview()` not working in running project
2019-09-26 12:36:52 +02:00
Rémi Verschelde
944154272f
Merge pull request #32360 from dankan1890/tilemap_icons
...
Changed the appearance of the rotation icons in the Tilemap.
2019-09-26 12:34:33 +02:00
Rémi Verschelde
202440acce
Merge pull request #31932 from huisedenanhai/master
...
make core/Reference thread safe
2019-09-26 11:26:05 +02:00
dankan1890
2bdde74d45
Changed the appearance of the rotation icons in the Tilemap.
...
Make them more intuitive.
2019-09-26 10:59:48 +02:00
Rémi Verschelde
fba8ee4702
Merge pull request #31949 from myhalibobo/TilemapFix
...
Fix tilemap world_to_map return error map coordinates
2019-09-26 10:56:26 +02:00
Rémi Verschelde
452741f333
Merge pull request #31969 from NNesh/fix/open-proj-data-folder
...
Fixed unable to open project data folder
2019-09-26 10:11:19 +02:00
Rémi Verschelde
8a89434acf
Merge pull request #32033 from NNesh/fix/blocking-execude-code
...
Added returning an exit code by the blocking OS::execute method
2019-09-26 09:44:46 +02:00
Rémi Verschelde
c2a550565d
Merge pull request #32050 from codecustard/fix_remotetree_not_showing_type
...
Fix remote-tree not displaying the node type
2019-09-26 09:28:02 +02:00
bob
943471dd02
Fix TileMap world_to_map rounding issue for negative integers
...
The previous code would fail for negative integer values like -3.0
(would return -4 instead of -3).
Fixes #31468 .
2019-09-26 08:47:24 +02:00
Rémi Verschelde
7b433107f5
Merge pull request #32009 from Xrayez/fs-editor-icons
...
Display editor icons for filesystem dock popup menu options
2019-09-26 08:43:17 +02:00
Rémi Verschelde
37cf49ae0e
Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snapping
...
Improve Ctrl snapping in EditorSpinSlider
2019-09-26 08:42:53 +02:00
Ruslan Mullayanov
4d5298ed7d
Fixed unable to open project data folder
...
Removed `default` case to prevent hiding such errors in the future.
Fixes #31939 .
2019-09-26 08:17:07 +02:00
Ruslan Mullayanov
b4c927b514
Added an exit code to the blocking mode of OS::execute
...
Updated documentation accordingly.
Fixes #31881 .
2019-09-26 08:12:07 +02:00