aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mono: Avoid invalid class names.Andreas Haas2018-03-151-0/+7
* FIX to broken item select list (zoom and RMB)Ranoller2018-03-071-2/+2
* Merge pull request #17243 from delftswa2018/trailingDotFixHein-Pieter van Braam2018-03-071-1/+1
|\
| * Added a check for trailing dot when creating folder.Felix Yang2018-03-071-1/+1
* | Merge pull request #17247 from poke1024/canvas-select-prioRémi Verschelde2018-03-051-1/+16
|\ \
| * | In CanvasItemEditor, prioritize selected itemsBernhard Liebl2018-03-051-1/+16
* | | skip demo download prompt if ssl is unavailableEmanuele Fornara2018-03-051-1/+1
* | | Fix new Node dialog Create button behaviorIvan Vodopiviz2018-03-041-0/+2
* | | Fix for a possible crash when a custom theme is not loaded properlyMarcelo Fernandez2018-03-031-1/+3
* | | i18n: Sync translation templates with 3.0 sourceRémi Verschelde2018-03-0346-321/+368
* | | i18n: Sync translations with WeblateRémi Verschelde2018-03-0313-764/+705
|/ /
* | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-282-0/+4
* | TileSetEditorPlgn: Fix a leakPoommetee Ketson2018-02-272-1/+7
* | Add a split editor to polygon 2D UV editor, moving an inch closer to adding s...Juan Linietsky2018-02-254-17/+351
* | Fix version.txt validation logic for export templates .tpzRémi Verschelde2018-02-251-15/+5
* | only show information we have in stacktracePaul Joannon2018-02-241-3/+11
* | Merge pull request #16957 from akien-mga/version-macrosRémi Verschelde2018-02-247-10/+10
|\ \
| * | Refactor version macros and fix related bugsRémi Verschelde2018-02-237-10/+10
* | | Merge pull request #16920 from neikeq/mono-project-exportRémi Verschelde2018-02-231-2/+0
|\ \ \ | |/ / |/| |
| * | EditorExport: Allow export plugins to add shared librariesIgnacio Etcheverry2018-02-221-2/+0
* | | Ability to edit Polygon2D shape from within the UV editor, this will eventual...Juan Linietsky2018-02-222-17/+163
* | | i18n: Sync translation templates with 3.0 sourceRémi Verschelde2018-02-2246-1993/+3150
* | | i18n: Sync translations with WeblateRémi Verschelde2018-02-2213-1978/+1617
* | | AnimationEditor: fix time indicator offsetPoommetee Ketson2018-02-221-3/+3
|/ /
* | Merge pull request #16915 from sudoio/masterPoommetee Ketson2018-02-221-1/+1
|\ \
| * | Insert proper copy icon to debuggerArtem Varaksa2018-02-221-1/+1
* | | Merge pull request #16888 from GodotExplorer/debugger-improvement-2Rémi Verschelde2018-02-221-1/+1
|\ \ \ | |/ / |/| |
| * | Fix builtin script cannot open from debug stacksgeequlim2018-02-211-1/+1
* | | Icons updateDaniel J. Ramirez2018-02-2132-76/+48
* | | 2D Skeletons WORK IN PROGRESSJuan Linietsky2018-02-213-0/+172
* | | Fix typos with codespellluz.paz2018-02-215-11/+11
* | | Merge pull request #16890 from Chaosus/ctrlsnapRémi Verschelde2018-02-212-1/+5
|\ \ \
| * | | Enable snapping when control key pressedChaosus2018-02-212-1/+5
| |/ /
* | | Merge pull request #16881 from fzwoch/gltf_embeddedRémi Verschelde2018-02-211-1/+2
|\ \ \ | |/ / |/| |
| * | gltf: improve embedded data discoveryFlorian Zwoch2018-02-211-1/+2
* | | Was missing clearing computed UVs, sorry, realized late.Juan Linietsky2018-02-211-0/+1
* | | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-215-51/+531
* | | Don't print error message when select debugger stacks if the debugger is stop...geequlim2018-02-211-8/+8
* | | Merge pull request #16772 from damarindra/tileset_editor_improvementRémi Verschelde2018-02-215-470/+704
|\ \ \ | |/ / |/| |
| * | Tileset Editor ImprovementDamar Indra2018-02-205-470/+704
* | | Godot now allows built-in irrespective of the filepath.Anish2018-02-211-5/+9
* | | Merge pull request #16805 from Overblob/Dont_reset_viewport_on_debugRémi Verschelde2018-02-211-2/+0
|\ \ \
| * | | Fix Automatic switch to viewport when playing a scene #16357Unknown2018-02-181-2/+0
* | | | Fixed Remote Tree not drawing relationship lines unless the setting is changed.Michael Alexsander Silva Dias2018-02-201-0/+8
* | | | Draw relationship line on scene tree dock if option is onvolzhs2018-02-201-0/+1
* | | | Merge pull request #16455 from volzhs/close-docsRémi Verschelde2018-02-202-4/+6
|\ \ \ \
| * | | | Keep to show current script when closing all docsvolzhs2018-02-202-4/+6
| |/ / /
* | | | Made the Debugger's Stack Frames items reselectable.Michael Alexsander Silva Dias2018-02-201-0/+1
* | | | Added an auto quit and auto build flag to the command line options.Nathan Warden2018-02-192-4/+5
* | | | Merge pull request #16709 from willnationsdev/autoload-editRémi Verschelde2018-02-196-39/+91
|\ \ \ \