summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-09-24glTF: Fixed mistake with root node calculation in skin_verifyMarios Staikopoulos
Was not actually grabbing the computed roots for comparison, but instead was grabbing the disjoint_set representatives.
2019-09-24Merge pull request #32307 from neikeq/mesegeRémi Verschelde
Fix wrong defval in EditorSpatialGizmo.add_mesh method bind
2019-09-24Fix wrong defval in EditorSpatialGizmo.add_mesh method bindIgnacio Etcheverry
The type of the parameter 'skeleton' was changed from 'RID' to 'SkinReference', yet the default value remained 'RID()'.
2019-09-24doc: Fix parsing of self-closing XML tagsRémi Verschelde
Follow-up to #31925, `<member />` tags just before `</members>` would cause a parsing issue, and we'd never notice that we're no longer parsing members. Also added space before closing `/>`.
2019-09-24Merge pull request #31925 from bojidar-bg/31855-overriden-properties-docsRémi Verschelde
Add overriden properties to the documentation
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 #31974 from YeldhamDev/tilegrid_map_fixesRémi Verschelde
Small fixes for the Tile/GridMap editors
2019-09-24Merge pull request #31978 from YeldhamDev/inspector_dock_small_improvementsRémi Verschelde
Small improvements to the inspector dock
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 #32283 from Calinou/project-manager-no-open-ctrl-double-clickRémi Verschelde
Don't open a project in the list if Ctrl is held while double-clicking
2019-09-24Merge pull request #32288 from CorattiS86/fixing_#32263Rémi Verschelde
Fix Hide Console Window stores opposite value
2019-09-24Merge pull request #31970 from HaSa1002/i18nRémi Verschelde
Fixed out of range crash on remapping files for translation
2019-09-24Merge pull request #32225 from Calinou/improve-editor-help-displayRémi Verschelde
Improve the editor help display
2019-09-24Merge pull request #32224 from KoBeWi/not_so_smart_linesRémi Verschelde
Initialize snap_target and make sure it disappears
2019-09-23Merge pull request #32029 from nekomatata/bezier-track-fixesRémi Verschelde
Fixes in AnimationTrackEditor around bezier curves
2019-09-23Fix #32263 - Hide Console Window stores opposite valueStefano Coratti
2019-09-23Merge pull request #32021 from Calinou/editor-audio-bus-snappingRémi Verschelde
Implement snapping in the audio bus editor
2019-09-23Merge pull request #32277 from Calinou/override-for-add-feature-tagsRémi Verschelde
Add some missing feature tags to the "Override For..." menu
2019-09-23Don't open a project in the list if Ctrl is held while double-clickingHugo Locurcio
2019-09-23Merge pull request #31975 from codecustard/fixes_subresource_showing_deselectionRémi Verschelde
Fixes Subresource Showing While Unselected
2019-09-23Add some missing feature tags to the "Override For..." menuHugo Locurcio
This closes https://github.com/godotengine/godot-docs/issues/2782.
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 #32238 from Paulb23/reset_array_dict_crashRémi Verschelde
Fix crash when reverting an exported array / dict to NULL
2019-09-23Merge pull request #32266 from Calinou/project-manager-autofocus-searchRémi Verschelde
Focus the project manager's search box automatically on startup
2019-09-23Merge pull request #32258 from Calinou/improve-debugger-shortcut-uxRémi Verschelde
Improve the debugger shortcut UX
2019-09-23Fixes in AnimationTrackEditor around bezier curvesPouleyKetchoupp
- Undo add bezier track (#31695) - Undo insert keys for several properties - Insert keys for several properties using bezier curves (#31698) - Insert keys for 2d rotation using bezier curve (#28429) - Insert keys for existing bezier track (#31697) - Auto-insert keys for bezier track (#31696) - Number of tracks in insert keys confirmation message
2019-09-23Merge pull request #32074 from KoBeWi/ninja_reloadRémi Verschelde
Preserve folding when sub-scene is changed
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 #32036 from Calinou/improve-soft-body-editor-iconRémi Verschelde
Improve the SoftBody node editor icon
2019-09-23Merge pull request #32043 from guilhermefelipecgs/fuzzy_help_searchRémi Verschelde
Adds fuzzy search for help search dialog
2019-09-23Merge pull request #32040 from Calinou/editor-help-shift-find-previousRémi Verschelde
Find the previous match in the editor help when pressing Shift + Enter
2019-09-23Merge pull request #32035 from YeldhamDev/new_iconsRémi Verschelde
Add some missing icons
2019-09-23Merge pull request #32020 from Calinou/editor-audio-bus-display-tooltipRémi Verschelde
Display audio buses' current volume in a tooltip when hovering slider
2019-09-23Merge pull request #32011 from Calinou/editor-easing-property-dragRémi Verschelde
Make editor inspector easing lines use the accent color when dragged
2019-09-23Merge pull request #32010 from puthre/fix_undo_animation_bezierRémi Verschelde
Animation Bezier Editor : fix double inserts on undo
2019-09-23Merge pull request #32000 from codecustard/Add_Reorder_frames_via_dragndropRémi Verschelde
Add ability to reorder animation frames via drag and drop
2019-09-23Merge pull request #32007 from nekomatata/sprite-frames-editor-deleteRémi Verschelde
SpriteFramesEditor improvements around deleting animations
2019-09-23Merge pull request #32049 from codecustard/fix_remoteview_navto_inspectedRémi Verschelde
Fix Remote Tree Navigate to Inspected
2019-09-23Merge pull request #31061 from Abstract-Everything/input-actions-reorder-uiRémi Verschelde
Input actions can be reordered by drag and drop.
2019-09-22Fix various problems with tab-related iconsMichael Alexsander Silva Dias
2019-09-23Focus the project manager's search box automatically on startupHugo Locurcio
This allows the user to search projects as soon as the project manager opens, without having to click on the search field first.
2019-09-22GLTF: Fixed some issues with skin groups joining incorrectly and removed ↵Marios Staikopoulos
unused code - Skin groups now merge more cleanly together - Skins whose highest nodes are siblings of another skin now get merged also - Skin nodes who have children of another skin now also fuse together - Removed the re-rooting of IBM code, as it is no longer needed with the Skin system
2019-09-22Merge pull request #29895 from ptrojahn/menukeyRémi Verschelde
Support menu key in TextEdit and LineEdit controls
2019-09-22Merge pull request #32247 from KoBeWi/the_new_orderRémi Verschelde
Perform reparent if position changes
2019-09-22Improve the debugger shortcut UXHugo Locurcio
- Display the shortcut in the button tooltips by defining the shortcut on the buttons as well. - Swap "Step Over" and "Step Into" in the Debug menu to match the button order in the Debugger bottom panel.
2019-09-22Changed some code found by Clang Tidy and Coverityqarmin
2019-09-22Perform reparent if position changesTomasz Chabora
2019-09-22Support menu key in TextEdit and LineEdit controlsPaul Trojahn
Related to #15542
2019-09-21More GLTF FixesMarios Staikopoulos
1: Depth draw mode set for transparent materials (iFire) 2: Skeletons - Bone names now unique and seperate from scene names - Due to mixture of fake joints and joints, new bone sanitizing for names added - Fixed an issue where some disjoint skins were not being joined due to a logic error - Deterministic and Depth-first bone creation order 3: Skins - Removed duplicate skins when possible 4: Animations - Fixed invalid morph target names
2019-09-21GLTF Importer - Add more Index types and const-ed up the codeMarios Staikopoulos