summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-251-41/+1
* Project feature warning systemAaron Franke2021-11-241-50/+164
* Show scene when showing built-in script filekobewi2021-11-241-1/+5
* Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde2021-11-241-1/+1
|\
| * Fix edge case where 1px cut off from right of imageGiwayume2021-11-231-1/+1
* | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-2325-57/+57
* | Move container warning to the toasterkobewi2021-11-232-76/+1
* | Merge pull request #42447 from aaronfranke/gitignore-createRémi Verschelde2021-11-237-18/+120
|\ \
| * | Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke2021-11-127-18/+120
* | | Improve various textskobewi2021-11-232-7/+7
| |/ |/|
* | Merge pull request #55151 from Chaosus/control_reset_sizeRémi Verschelde2021-11-2221-51/+51
|\ \
| * | Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky2021-11-2221-51/+51
* | | Merge pull request #55186 from timothyqiu/theme-picker-resetRémi Verschelde2021-11-221-0/+3
|\ \ \
| * | | Fix Theme Editor crash when clicking the element pickerHaoyu Qiu2021-11-211-0/+3
| |/ /
* / / Improved some editor checkboxeskobewi2021-11-212-0/+4
|/ /
* | Merge pull request #54579 from KoBeWi/your_nameRémi Verschelde2021-11-202-2/+28
|\ \
| * | Allow to name built-in scripts upon creationkobewi2021-11-042-2/+28
* | | Added hint about loop_mode to resource importerSilc 'Tokage' Renew2021-11-191-2/+2
* | | i18n: Sync editor translations with WeblateRémi Verschelde2021-11-1970-1689/+15290
* | | Merge pull request #55095 from Giwayume/bugfix/atlas_cutoff_masterRémi Verschelde2021-11-181-2/+2
|\ \ \
| * | | Fix texture atlas generation when source sprite is larger than generated atlasGiwayume2021-11-181-2/+2
* | | | Add [theme_item] tag to editor helpkobewi2021-11-181-1/+4
|/ / /
* | | Rename built-in `SGN()` macro to `SIGN()`Hugo Locurcio2021-11-161-1/+1
* | | Make bezier handle type a property of keyframes, update interfaceNathan Lovato2021-11-163-51/+121
* | | Merge pull request #54422 from ibrahn/project-manager-nophysRémi Verschelde2021-11-161-0/+6
|\ \ \
| * | | Turn off physics and 3d navigation servers in the Project Manager.Ibrahn Sahir2021-10-301-0/+6
* | | | Merge pull request #54926 from Chaosus/fix_debugger_resetRémi Verschelde2021-11-162-18/+34
|\ \ \ \
| * | | | Fix debugger tab which don't resetting after pressing clear buttonYuri Roubinsky2021-11-152-18/+34
* | | | | Tweak the built-ins color highlighting in the shader editor (take 2)Hugo Locurcio2021-11-151-2/+2
|/ / / /
* | | | Revert "Load assets before enabling editor plugins"Rémi Verschelde2021-11-151-12/+13
* | | | Merge pull request #54953 from Calinou/animation-editor-use-different-icon-ea...Rémi Verschelde2021-11-153-0/+7
|\ \ \ \
| * | | | Use a different icon for eased keyframes in the animation editorHugo Locurcio2021-11-153-0/+7
| | |_|/ | |/| |
* | | | Allow dehardcoding documentation branch and URL in docs linksRémi Verschelde2021-11-153-3/+6
* | | | Merge pull request #54851 from Calinou/skeleton-2d-editor-swap-rest-pose-actionsRémi Verschelde2021-11-152-11/+11
|\ \ \ \
| * | | | Swap rest pose actions in the Skeleton2D editorHugo Locurcio2021-11-102-11/+11
* | | | | Add path to functions that return iporter optionsreduz2021-11-1435-93/+130
| |/ / / |/| | |
* | | | Use "enum class" for input enumsAaron Franke2021-11-1266-696/+697
* | | | Merge pull request #54924 from Calinou/editor-macos-rename-shortcut-enterRémi Verschelde2021-11-123-0/+6
|\ \ \ \
| * | | | Use Enter instead of F2 as an editor renaming shortcut on macOSHugo Locurcio2021-11-123-0/+6
* | | | | Merge pull request #54803 from goostengine/shape-cast-2dCamille Mohr-Daurat2021-11-121-0/+1
|\ \ \ \ \
| * | | | | Add `ShapeCast2D` nodeAndrii Doroshenko (Xrayez)2021-11-121-0/+1
* | | | | | Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-121-1/+1
| |/ / / / |/| | | |
* | | | | Implement texture padding in TileSetAtlasSourcesGilles Roudière2021-11-121-0/+1
* | | | | Merge pull request #53987 from groud/tile_data_inspector_pluginRémi Verschelde2021-11-129-18/+349
|\ \ \ \ \
| * | | | | Implement polygons editors in the tiles selection modeGilles Roudière2021-10-269-18/+349
* | | | | | Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde2021-11-128-10/+14
* | | | | | Merge pull request #53914 from Chaosus/shader_default_texture_paramRémi Verschelde2021-11-121-1/+3
|\ \ \ \ \ \
| * | | | | | Fix default_texture_param in shader pipeline to support uniform arraysYuri Roubinsky2021-11-121-1/+3
* | | | | | | Fix node naming in scene tree dockkobewi2021-11-111-9/+9
|/ / / / / /
* | | | | | Merge pull request #54874 from lyuma/fix_other_importerRémi Verschelde2021-11-111-2/+2
|\ \ \ \ \ \