summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25354 from Ranoller/patch-5Rémi Verschelde2019-01-261-1/+1
|\
| * Profiler list functions from max to less expensiveRanoller2019-01-261-1/+1
* | Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky2019-01-261-5/+28
|/
* Merge pull request #25338 from DualMatrix/search_inaccurateRémi Verschelde2019-01-261-3/+3
|\
| * Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix2019-01-261-3/+3
* | Merge pull request #24923 from groud/add_color_audio_buses_buttonsRémi Verschelde2019-01-261-0/+7
|\ \
| * | Adds color to the audio buses buttonsgroud2019-01-241-0/+7
| |/
* | Merge pull request #25237 from eska014/pjmgr-rasterizerselectRémi Verschelde2019-01-261-1/+56
|\ \
| * | Add renderer selection to New Project dialogLeon Krause2019-01-251-1/+56
* | | Implement missing autorestart in oneshot node, closes #22238Juan Linietsky2019-01-251-1/+1
* | | Stop preview generator before reimporting resources with different type.Juan Linietsky2019-01-251-0/+1
* | | Properly warn about the effects of changing an import type, as well as force ...Juan Linietsky2019-01-256-8/+90
* | | Make sub-inspectors not listen to node removals, since they never edit nodes....Juan Linietsky2019-01-253-12/+14
* | | Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky2019-01-251-0/+2
* | | Merge pull request #25306 from DualMatrix/no_showupRémi Verschelde2019-01-251-0/+4
|\ \ \
| * | | Fixed function names of built-in scripts not showing up in debuggerDualMatrix2019-01-251-0/+4
| | |/ | |/|
* / | Fixes Node2D selection not adapting to editor zoom levelgroud2019-01-241-1/+1
|/ /
* | Merge pull request #25260 from neikeq/qqRémi Verschelde2019-01-231-8/+21
|\ \
| * | PluginConfigDialog: Add partial support for more script languageIgnacio Etcheverry2019-01-231-8/+21
* | | Fix global settings consistencyMarcin Zawiejski2019-01-231-1/+1
|/ /
* | Forbid making root on inherited scenes, closes #24484Juan Linietsky2019-01-221-0/+6
* | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ...Juan Linietsky2019-01-221-1/+22
* | Merge pull request #25215 from akien-mga/scripteditor-goto-lineRémi Verschelde2019-01-221-1/+1
|\ \
| * | Fix going to script line on VisualScript errorsRémi Verschelde2019-01-221-1/+1
* | | Merge pull request #25195 from YeldhamDev/texregion_editor_sprite3dRémi Verschelde2019-01-222-6/+39
|\ \ \ | |/ / |/| |
| * | Make the Texture Region Editor able to edit regions of Sprite3DsMichael Alexsander Silva Dias2019-01-212-6/+39
* | | Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-212-1/+7
* | | i18n: Sync translation template with current sourceRémi Verschelde2019-01-2156-1335/+9000
* | | i18n: Sync translations with WeblateRémi Verschelde2019-01-2118-617/+9718
* | | ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-3/+3
* | | Merge pull request #25163 from ankitpriyarup/masterRémi Verschelde2019-01-211-1/+0
|\ \ \ | |/ / |/| |
| * | Disable autowrap for export dialog errorsAnkit Priyarup2019-01-211-1/+0
| |/
* / Make "Export with Debug" more visible in the Export dialogHugo Locurcio2019-01-202-4/+4
|/
* Merge pull request #25110 from groud/display_pivotRémi Verschelde2019-01-191-2/+8
|\
| * Displays the pivot all the time and rotate the icongroud2019-01-181-2/+8
* | Editor source status font size, fixes #25039Melvin Winstroem-Moeller2019-01-181-1/+1
|/
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-1811-62/+71
* Merge pull request #21701 from AlexHolly/fix-multiselect-proptery-changeJuan Linietsky2019-01-184-45/+45
|\
| * Fix multiselect change propertyAlexander Holland2018-11-244-45/+45
* | Merge pull request #25076 from groud/fix_filesystem_dockRémi Verschelde2019-01-172-19/+32
|\ \
| * | Fixes crash in the Filesystem dockgroud2019-01-172-19/+32
* | | Add some checks to avoid disaster when making a node the scene root. Fixes #2...Juan Linietsky2019-01-171-0/+14
* | | Fix keying resource properties, closes #24690Juan Linietsky2019-01-171-1/+1
* | | Fix radio buttons support in ItemListEditorPluginRémi Verschelde2019-01-171-1/+1
* | | Perform a cleaner exit for resource preview, fixes #24206Juan Linietsky2019-01-174-10/+26
* | | Merge pull request #24924 from danilo2205/rename-oriented-path-followRémi Verschelde2019-01-161-5/+0
|\ \ \
| * | | Rename OrientedPathFollow to PathFollowOrientedDanilo Villa (Davi)2019-01-161-5/+0
* | | | Fix order of a nullptr test in canvas item editorjlahman2019-01-161-2/+2
| |/ / |/| |
* | | Clear internal vertex counter when redrawing polygons, closes #24862.Juan Linietsky2019-01-151-0/+1
* | | Merge pull request #24909 from xDGameStudios/array_static_typesRémi Verschelde2019-01-151-4/+8
|\ \ \