summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-22Merge pull request #32878 from EbbDrop/no_autocompletion_for_singeltonsRémi Verschelde
Fixes auto completion for singletons
2019-10-22Merge pull request #32904 from bruvzg/mac_vol_listRémi Verschelde
[macOS] Various volume list fixes
2019-10-22Merge pull request #32864 from nekomatata/rich-text-image-sizeRémi Verschelde
Support for resized images in RichTextLabel
2019-10-22Merge pull request #32893 from Nehluxhes/delete_gridmapRémi Verschelde
Disable gridmap selection actions when nothing is selected
2019-10-22Merge pull request #32896 from nekomatata/joint-reset-collisionRémi Verschelde
Properly reset collision exception when releasing Joint2D
2019-10-22Merge pull request #32889 from nekomatata/node-update-config-warningRémi Verschelde
Expose Node::update_configuration_warning() to scripts
2019-10-22Merge pull request #32838 from Calinou/add-x509certificate-cryptokey-iconsRémi Verschelde
Add editor icons for X509Certificate and CryptoKey
2019-10-22Merge pull request #32833 from nekomatata/label-autowrap-fixRémi Verschelde
Allow Label autowrap to cut words when they exceed line width
2019-10-22Merge pull request #32846 from Chaosus/fix_doc_colorRémi Verschelde
Fix incorrect coloring of in-editor documentation when theme changed
2019-10-21Merge pull request #32750 from Faless/js/fix_ws_refactorRémi Verschelde
Fix HTML5 build after 67a4c30.
2019-10-21Merge pull request #32958 from YeldhamDev/inspector_resource_object_iconRémi Verschelde
Make the the resource menu button fallback to the Object icon instead of Node
2019-10-21Merge pull request #32960 from YeldhamDev/anim_track_copy_enhancementsRémi Verschelde
Enhancements and fixes for the animation editor's copy track dialog
2019-10-21Enhancements and fixes for the animation editor's copy track dialogMichael Alexsander
2019-10-21Merge pull request #32956 from volzhs/invalid-boldRémi Verschelde
Fix validating editor bold font
2019-10-21Make the the resource menu button fallback to the Object icon instead of NodeMichael Alexsander
2019-10-21Merge pull request #32865 from rodolforg/fix_32711-lookat-scaling-againRémi Verschelde
Spatial::look_at wrong re-scaling
2019-10-21Merge pull request #32863 from JFonS/navmesh_from_groupRémi Verschelde
Add option to create navmesh from objects in group
2019-10-21Merge pull request #32857 from madmiraal/fix-072e403Rémi Verschelde
Correct change made to joints_2d.cpp by 072e403.
2019-10-21Fix validating editor bold fontvolzhs
2019-10-21Merge pull request #32849 from jahd2602/fix-26362Rémi Verschelde
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield.
2019-10-21Merge pull request #32841 from Calinou/freelook-add-slow-modifierRémi Verschelde
Add a "slow" modifier to freelook
2019-10-21Merge pull request #32836 from YeldhamDev/resource_editor_icon_fallbackRémi Verschelde
Make resource editor fallback to Object icon if none is found
2019-10-21Merge pull request #32923 from vnen/gdscript-type-check-native-singletonRémi Verschelde
GDScript: Add _ prefix on class name in type compatibility check
2019-10-21Merge pull request #32939 from Paulb23/issue_32785_minimap_indexRémi Verschelde
Fixed -1 minimap index when smooth scrolling is enabled
2019-10-21Merge pull request #30622 from creikey/fix-path-cachingRémi Verschelde
PackedScene resources are freed before they are saved
2019-10-20Fixed -1 minimap index when smooth scrolling is enabledPaulb23
2019-10-19GDScript: Add _ prefix on class name in type compatibility checkGeorge Marques
This makes sure that the classes internally represented with an underscore (_) prefix, such as singletons, are still properly checked for inheritance in the ClassDB.
2019-10-18[macOS] Fix non-ASCII volume name listing, replace deprecated volume listing ↵bruvzg
API. Remove hidden mount points from the volume list.
2019-10-18Disable gridmap selection actions when nothing is selectedNehluxhes
2019-10-17Properly reset collision exception when releasing Joint2DPouleyKetchoupp
Now using joint_disable_collisions_between_bodies() to reset the exception, because body_remove_collision_exception() was doing only a part of the work. Fixes #32733
2019-10-17Expose Node::update_configuration_warning() to scriptsPouleyKetchoupp
This method can be used to generate custom node warnings by script. Node::_get_configuration_warning was already exposed to generate custom warnings, but it wasn't fully usable without being able to notify the scene tree when the warning needs to appear or change.
2019-10-17Fix autocompletion for singletonsEbbDrop
2019-10-16Add editor icons for X509Certificate and CryptoKeyHugo Locurcio
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
2019-10-16Trim protocol field from spaces in WS classes.Fabio Alessandrelli
2019-10-16Merge pull request #32862 from KoBeWi/exportnRémi Verschelde
Don't allow to export pck without preset
2019-10-16Add option to create navmesh from objects in groupjfons
Adds a new NavigationMesh property to select which objects will be taken into account for the generation. By default it will use all the NavigationMeshInstance children to keep compatibility. The new modes allow to build the NavigationMesh from all the nodes belonging to a specific group, and optionally include their children too.
2019-10-16Support for resized images in RichTextLabelPouleyKetchoupp
BBCode Tag: [img=<width>x<height>]{path}[/img]
2019-10-16Don't allow to export pck without presetTomasz Chabora
2019-10-16Allow Label autowrap to cut words when they exceed line widthPouleyKetchoupp
Fixes #30832
2019-10-15Correct change made to joints_2d.cpp by 072e403.Marcel Admiraal
2019-10-15Fix HTML5 build after 67a4c30.Fabio Alessandrelli
I messed up a rebase and a commit was partly skipped
2019-10-15Add accept-dialog enter-key functionality to the Connect Dialog's Method ↵Jairo Honorio
textfield.
2019-10-15Merge pull request #32830 from ↵Rémi Verschelde
timoschwarzer/remove-redundant-compiler-directives Remove redundant compiler directives
2019-10-15Merge pull request #32820 from qarmin/small_fixes_static_analyzerRémi Verschelde
Small fixes to redundand code, copy paste bugs
2019-10-15Fix incorrect coloring of in-editor documentation when theme changedYuri Roubinsky
2019-10-15Merge pull request #32819 from madmiraal/fix-bullet-unsleepRémi Verschelde
Call activate function when setting RigidBodyBullet activation state.
2019-10-15Merge pull request #32822 from Chaosus/fix_filedialog_iconsRémi Verschelde
Fix color of FileDialog icons
2019-10-14Add a "slow" modifier to freelookHugo Locurcio
This makes precise adjustments easier, without having to touch the mouse wheel. This modifier is also available in Blender, so this makes the freelook behavior more consistent with it :) In the interest of simplifying the Editor Settings, this also removes the freelook modifier speed factor setting (the value is now hardcoded to its default).
2019-10-14Make resource editor fallback to Object icon if none is foundMichael Alexsander
2019-10-14Remove redundant compiler directivesTimo Schwarzer
Closes #32817