summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-09-16Merge pull request #22111 from Chaosus/unificationRémi Verschelde
Few unification fixes for canvas_item and spatial editor toolbars
2018-09-16Merge pull request #22066 from Faless/bundle_certsRémi Verschelde
Bundle SSL certs with the templates
2018-09-15Few unifications between canvas_item and spatial editorsChaosus
2018-09-15Merge pull request #22069 from scayze/fix_reload_scriptsRémi Verschelde
Fix scripts not reloading when edited externally
2018-09-15Allow system certs file to be used by Editor.Fabio Alessandrelli
Note, it will only used by the Editor, not when running the game. This allows package maintainer to compile Godot to use system installed certificates when accessing the AssetLib.
2018-09-15Bundle SSL certs with the templates.Fabio Alessandrelli
If this is undesired it can be avoided by specifying builtin_certs=no . Bundled SSL certs will be used unless you specify an override in: Project Settings -> SSL -> Certificates .
2018-09-15Fix video toggle UX issueRémi Verschelde
It was still functional but showing duplicate entries and thus "GLES2" for both GLES2 and GLES3 choices. Fixes #22089.
2018-09-14Set default CanvasItemEditor zoom shortcut to KEY_EQUALRémi Verschelde
At least on en_US QWERTY (and various QWERTY-derived variants) and fr_FR AZERTY, "+" is an indirect key obtained by pressing "Shift" + "=", so using "=" in the binding makes it easier to access. It doesn't work this way on other layouts like de_DE QWERTZ though, but since 'script_editor/zoom_in' also uses KEY_EQUAL, setting the same for consistency. Fixes #22067.
2018-09-14Merge pull request #22074 from willnationsdev/plugin-descriptionRémi Verschelde
Add EditorPlugin descriptions to their tooltip
2018-09-14Add EditorPlugin descriptions to their tooltipWill Nations
2018-09-14ProjectSettings: Fix InputMap editor on HiDPIRémi Verschelde
Fixes #20898.
2018-09-14Merge pull request #22051 from fire/vs_expression_20885Rémi Verschelde
Update visual scripting to use new expression class #20885
2018-09-14fix scripts not reloading when edited externallyManuel Strey
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-13Update visual scripting to use new expression class #20885K. S. Ernest (iFire) Lee
2018-09-13Merge pull request #22027 from akien-mga/plain-text-gles-toggleRémi Verschelde
Use plain text instead of icons for video driver toggle
2018-09-13Merge pull request #21540 from YeldhamDev/image_reimp_error_fixRémi Verschelde
Fix error when reimporting an Image resource
2018-09-13Use plain text instead of icons for video driver toggleRémi Verschelde
Fixes #21660, supersedes and closes #21724.
2018-09-13Merge pull request #21730 from reisraff/fixing_key_shortcutRémi Verschelde
#21500 Fixing key shortcut
2018-09-13Merge pull request #21819 from DualMatrix/built-in-scriptRémi Verschelde
Made editor automatically open the scene of built in scripts
2018-09-13Merge pull request #22017 from YeldhamDev/errors_tab_changesRémi Verschelde
Add expand/collapse all buttons for the "Errors" tab
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-12Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-13Merge pull request #22002 from akien-mga/doc-unify-editor-rstRémi Verschelde
Doc: Use same headers and order in-editor and online
2018-09-12Merge pull request #21692 from Faless/sockets_rebaseFabio Alessandrelli
New NetSocket interface with common BSD/Win implementation
2018-09-12Doc: Use same headers and order in-editor and onlineRémi Verschelde
2018-09-12Merge pull request #21997 from akien-mga/fix-script-nameRémi Verschelde
Fix default script name in ScriptCreateDialog
2018-09-12Unify StreamPeerTCP/TCP_Server with NetSocket APIFabio Alessandrelli
2018-09-12Merge pull request #21884 from RyanStein/feature-error-treeRémi Verschelde
Resurrect integrated error display for the Debugger.
2018-09-12Merge pull request #21934 from groud/add_scale_modeRémi Verschelde
Add a scale mode to the 2D editor
2018-09-12Merge pull request #21935 from goodyttoor/gltf_cubicRémi Verschelde
Fix cubic spline interpolation in glTF importer
2018-09-12Fix default script name in ScriptCreateDialogRémi Verschelde
It would default either to '.gd' when created from the script editor, or to 'res:///NodeName.gd' (three '/') when created from the scene tree dock.
2018-09-12Merge pull request #21878 from RyanStein/bugfix-14400Rémi Verschelde
Make `_sort_list_on_update` true before opening files, fixes 14400
2018-09-12Merge pull request #21984 from groud/fix_2D_selectionRémi Verschelde
Fix 2D selection
2018-09-12Merge pull request #21985 from Calinou/fix-osx-open-editor-pathRémi Verschelde
Fix project and editor data paths not being opened correctly on macOS
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
2018-09-11Fix 2D selectiongroud
2018-09-11Fix project and editor data paths not being opened correctly on macOSHugo Locurcio
This closes #21904.
2018-09-11Add a scale mode to the 2D editorgroud
2018-09-11Drop obsolete PropertyEditor and SectionedPropertyEditor codeRémi Verschelde
Replaced by EditorInspector.
2018-09-11Replace last occurrences of PropertyEditor by EditorInspectorRémi Verschelde
Updates the following plugins: - ConnectionsDialog - ScriptEditorDebugger - ItemListEditorPlugin Also drop now unnecessary compatibility methods.
2018-09-11Merge pull request #21971 from scayze/window_title_updateRémi Verschelde
Update window title when switching scenes
2018-09-11update window title when switching scenesManuel Strey
2018-09-11Revert "Fix selection of spatial nodes after selecting a non-spatial one."Rémi Verschelde
2018-09-10Merge pull request #21911 from groud/fix_locked_nodesRémi Verschelde
Fixes 2D nodes lock not working
2018-09-10Merge pull request #21907 from JFonS/concave_collision_gizmoRémi Verschelde
Fix SoftBody gizmo slowness, add ConcaveShape wireframe
2018-09-10Merge pull request #21871 from DualMatrix/recent_selectRémi Verschelde
Fixed favorites and recent nodes selecting wrong node
2018-09-10Fixed favorites and recent nodes selecting wrong nodeDualMatrix
Fixed favorites and recent nodes selecting wrong node and fixed a typo. Fixes #6535
2018-09-10Merge pull request #21886 from RyanStein/bugfix-15509Rémi Verschelde
Check for double-colon on open recent script.