summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-08-14Avoid scripts from being opened in same inspector, closes #20111Juan Linietsky
2018-08-14Revert "Open visual editor when "open editor" button in the inspector is ↵Juan Linietsky
pressed"
2018-08-14Merge pull request #20977 from malbach/Particles3D_AABBRémi Verschelde
Particles3D: set emitting if not set before generating AABB
2018-08-14Merge pull request #20400 from ↵Rémi Verschelde
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict Fixed a number of issues related to the Dictionary export property for the editor
2018-08-14Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde
Add toggle for favorites in create_root_dialog
2018-08-14Merge pull request #20621 from YeldhamDev/bottom_panel_minRémi Verschelde
Adjust bottom panel's minimal height for the expand icon
2018-08-14Merge pull request #20744 from Zylann/fix_viewport_lock_rotationRémi Verschelde
Initialize default lock rotation in constructor
2018-08-14Merge pull request #20760 from Calinou/improve-assetlib-download-uxRémi Verschelde
Improve the asset library download UX
2018-08-14Merge pull request #20831 from Calinou/project-manager-window-size-hidpiRémi Verschelde
Scale the project manager window size with the editor scale
2018-08-14Merge pull request #20835 from Calinou/use-standard-button-texts-2Rémi Verschelde
Tweak some editor button texts
2018-08-14Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmoRémi Verschelde
Improve the 3D manipulator gizmo
2018-08-14Merge pull request #20999 from ivodopiviz/project-manager-showRémi Verschelde
Always show "Open in File Manager"
2018-08-14Merge pull request #20915 from ivodopiviz/rmb-filesystemRémi Verschelde
Show in File Manager Clarification
2018-08-14Always show "Open in File Manager"Ivan Vodopiviz
Now this button is always shown in the project manager. Fixes #20799.
2018-08-14Show in File Manager ClarificationIvan Vodopiviz
Changed the context menu 'Show in File Manager' action description to better reflect actual behavior. Fixes #20897
2018-08-14Merge pull request #20747 from hpvb/fix-20184Rémi Verschelde
Do not call _update_actions when only changing deadzone
2018-08-14Merge pull request #20976 from Chaosus/warning_colorRémi Verschelde
Add warning color to output log
2018-08-14Merge pull request #20952 from hpvb/fix-17963Rémi Verschelde
When starting up try creating directories recursively
2018-08-14When starting up try creating directories recursivelyHein-Pieter van Braam
Previously we had a check to see if cache and data directories exist and another check to try to make them if they do not. However the second check was never reached if we don't have the directories in question. Furthermore for cache directories on Linux people who never started a desktop environment we need to recurisively create the XDG directory as well as the godot specific directory. This fixes #17963
2018-08-13Add warning color to output logChaosus
2018-08-13Merge pull request #20953 from hpvb/fix-20322Rémi Verschelde
Don't try to update the visual shader graph if it doesn't exist yet
2018-08-13Merge pull request #20956 from volzhs/update-helpRémi Verschelde
Update help doc when changing font size
2018-08-13Merge pull request #20963 from akien-mga/remove-tmp-tpzRémi Verschelde
Remove cached .tpz archive after templates download and install
2018-08-13Particles3D: set emitting if not set before generating AABBmalbach
2018-08-13Merge pull request #20971 from swarnimarun/new-resource-optionRémi Verschelde
Fix for resource save dialog call
2018-08-13Fix for resource save dialog callSwarnim Arun
to make sure the resource save opens in the current folder when using right click to do it.
2018-08-13Merge pull request #20731 from YeldhamDev/scr_editor_context_fixRémi Verschelde
Fix wrong context menu when right-clicking script/doc files
2018-08-13Merge pull request #20155 from Tunous/line-edit-clearRémi Verschelde
Add clear button to search fields
2018-08-13Remove cached .tpz archive after templates download and installRémi Verschelde
Closes #20640.
2018-08-13Merge pull request #20778 from ibrahn/remove-zero-append-typosRémi Verschelde
removed some surplus null appends that got typoed in 0e29f7974b59e444…
2018-08-13Merge pull request #20680 from Calinou/text-editor-faster-caret-blinkRémi Verschelde
Make the default text editor caret blink speed faster
2018-08-13Merge pull request #20670 from Calinou/script-editor-zoom-hidpiRémi Verschelde
Fix zoom display in the script editor on hiDPI displays
2018-08-13Merge pull request #20668 from SaracenOne/enum_help_fixRémi Verschelde
Fixes the hyperlinks for enumerators inside classes in the editor help.
2018-08-13Merge pull request #20587 from groud/fix_2deditor_scrollable_zoneRémi Verschelde
Fixes bugs on the 2D editor scrollable area
2018-08-13Update help doc when changing font sizevolzhs
2018-08-12Don't try to update the visual shader graph if it doesn't exist yetHein-Pieter van Braam
When setting shader mode on a visual shader that was just created in the editor we try to _update_graph(). However, the graph does not yet exist in the visualshadereditor. This gets populated in VisualShaderEditor::edit() which hasn't been called yet. This PR simply changes the logic to not try to update the non-existent graph. This fixes #20322
2018-08-12Fix gizmos submenuJuan Linietsky
2018-08-11Merge pull request #20928 from JFonS/gizmo_enablingJuan Linietsky
Improvements on the gizmo disabling menu and icon selection bugfix
2018-08-11Improvements on the gizmo disabling menu and icon selection bugfixJFonS
2018-08-11Do not use theme to set LineEdit right_iconŁukasz Rutkowski
2018-08-11Add clear text button to LineEditŁukasz Rutkowski
- Add pressed state to clear button - Enable clear button on all inputs with search icon - Remove duplicate clear buttons - Fix rendering of icon for center and right alignments - Add clear button to more search fields - Add clear icon to default theme - Add method to control enabled state of clear button - Add property to enable clear button from inspector
2018-08-10Added system for GDScript warningsGeorge Marques
- Count and panel per script. - Ability to disable warnings per script using special comments. - Ability to disable warnings globally using Project Settings. - Option to treat enabled warnings as errors.
2018-08-10Merge pull request #14704 from poke1024/colorconstantsJuan Linietsky
Allow some non-integer built-in constants in gdscript
2018-08-09Merge pull request #20585 from MarianoGnu/tileset_editorJuan Linietsky
New TileSet Editor
2018-08-09too much information, made it less informationJuan Linietsky
2018-08-09New TileSet EditorMAriano Javier Suligoy
2018-08-09Information sign for MarianoGNUJuan Linietsky
2018-08-09Merge pull request #20584 from JFonS/gizmo_enablingJuan Linietsky
New gizmo structure and gizmo disabling menu
2018-08-09New gizmo structure and new gizmo disabling menuJFonS
2018-08-09Improve the 3D manipulator gizmoHugo Locurcio
Its size now takes into account the editor scale and the viewport's half resolution setting. It is now also more detailed.