summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Fix int overflow in EditorResourcePreview::_preview_readyqarmin2019-09-131-1/+1
* Improve the `String::humanize_size()` methodHugo Locurcio2019-09-052-19/+2
* Merge pull request #31989 from sparkart/revert-30833-fix_inspector_clear_remo...Rémi Verschelde2019-09-052-4/+1
|\
| * Revert "Fix Clearing Inspector for Remote Node"Emmanuel Barroga2019-09-052-4/+1
* | Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli2019-09-054-1/+331
|\ \ | |/ |/|
| * Add network profilerjfons2019-09-054-1/+331
* | Merge pull request #31967 from nekomatata/fix-builtin-script-sceneRémi Verschelde2019-09-041-0/+4
|\ \
| * | Load scene if needed when editing recent built-in scriptPouleyKetchoupp2019-09-041-0/+4
* | | Merge pull request #31926 from Chaosus/vs_switchYuri Roubinsky2019-09-041-0/+1
|\ \ \
| * | | Some improvements for Switch node in visual shadersChaosus892019-09-031-0/+1
* | | | Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shadersChaosus892019-09-041-0/+2
* | | | Merge pull request #31927 from willnationsdev/csv-importRémi Verschelde2019-09-043-0/+142
|\ \ \ \ | |_|/ / |/| | |
| * | | Add CSV import without translation.willnationsdev2019-09-033-0/+142
* | | | Merge pull request #31957 from nekomatata/fix-editor-preview-cacheRémi Verschelde2019-09-041-1/+2
|\ \ \ \
| * | | | Fixed order of parameters when updating resource cache file (fixes #31930)PouleyKetchoupp2019-09-041-1/+2
* | | | | Merge pull request #31956 from IronicallySerious/add-vcs-copyrightRémi Verschelde2019-09-044-0/+120
|\ \ \ \ \
| * | | | | Add copyright headers to vcs integrationTwarit2019-09-044-0/+120
* | | | | | Fixes Inspector Showing Unselected InfoEmmanuel Barroga2019-09-031-0/+4
* | | | | | Merge pull request #30982 from iwek7/feature/skip_breakpointsRémi Verschelde2019-09-047-4/+239
|\ \ \ \ \ \
| * | | | | | Adds skip-breakpoints featureiwek72019-09-037-4/+239
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #31619 from Calinou/assetlib-improve-sort-fieldsRémi Verschelde2019-09-042-20/+17
|\ \ \ \ \ \
| * | | | | | Improve sorting options in the asset libraryHugo Locurcio2019-09-032-20/+17
| |/ / / / /
* | | | | | Merge pull request #31942 from Calinou/improve-delete-node-confirmationRémi Verschelde2019-09-041-1/+10
|\ \ \ \ \ \
| * | | | | | Improve the node deletion confirmation messageHugo Locurcio2019-09-031-1/+10
| |/ / / / /
* | | | | | Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde2019-09-046-1/+940
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Add VCS editor plugin UI elements to editorTwarit2019-09-032-1/+33
| * | | | Add an overridable VCS Interface for the editorTwarit2019-09-032-0/+226
| * | | | Add version control editor pluginTwarit2019-09-032-0/+681
* | | | | Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinsliderRémi Verschelde2019-09-032-2/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add scrollwheel input to spin sliderEmmanuel Barroga2019-08-132-2/+28
* | | | | Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde2019-09-031-5/+23
|\ \ \ \ \
| * | | | | Add an `editor_description` property to Node for documentation purposesHugo Locurcio2019-08-231-5/+23
* | | | | | Merge pull request #31782 from aole/persist-ColorPicker-color-modeRémi Verschelde2019-09-035-0/+28
|\ \ \ \ \ \
| * | | | | | Default ColorPicker color mode settingBhupendra Aole2019-08-315-0/+28
* | | | | | | Merge pull request #31916 from puthre/bezier_editor_zoomRémi Verschelde2019-09-031-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Animation Bezier Editor - fixed vertical zoom around mouseValentin Zagura2019-09-031-0/+4
* | | | | | | | Merge pull request #31795 from puthre/masterRémi Verschelde2019-09-031-5/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide...Valentin Zagura2019-08-301-5/+7
* | | | | | | | | Merge pull request #31847 from aole/editor-expose-current-pathRémi Verschelde2019-09-032-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Expose current path to EditorPluginBhupendra Aole2019-09-012-0/+6
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Improve the animation autokey editor iconHugo Locurcio2019-09-031-56/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #31898 from Calinou/animation-editor-add-precise-snappingRémi Verschelde2019-09-022-2/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement precise snapping in the animation editorHugo Locurcio2019-09-022-2/+16
* | | | | | | | | Merge pull request #31890 from Calinou/curve-editor-add-snappingRémi Verschelde2019-09-021-3/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement snapping in the Curve editorHugo Locurcio2019-09-021-3/+13
| |/ / / / / / / /
* | | | | | | | | Merge pull request #31906 from Calinou/assetlib-refresh-onceRémi Verschelde2019-09-022-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refresh the asset library only once on startupHugo Locurcio2019-09-022-1/+5
* | | | | | | | | | Merge pull request #31902 from YeldhamDev/ruler_iconRémi Verschelde2019-09-022-1/+6
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Add icon for the ruler toolMichael Alexsander Silva Dias2019-09-022-1/+6
| |/ / / / / / / /
* / / / / / / / / Fix editor infinit loop in search_prevamakarenko2019-09-021-8/+6
|/ / / / / / / /