summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-05-26Merge pull request #8901 from tagcup/path_editor_pluginRémi Verschelde
Revive PathEditorPlugin.
2017-05-25Applied clang-format.Ferenc Arn
Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
2017-05-25Merge pull request #8895 from nunodonato/newdefaultcolorsRémi Verschelde
Improved default colors for the new theme
2017-05-25Merge pull request #8891 from nunodonato/newmenuRémi Verschelde
Join text menus on the top-left, move shortcut buttons to new locations (Preliminary work towards achieving the changes discussed in #8865.)
2017-05-25Merge pull request #8869 from Hinsbart/errorsRémi Verschelde
Fix errors on engine startup.
2017-05-24Revive PathEditorPlugin.Ferenc Arn
Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue).
2017-05-24Join text menus on the top-left, move shortcut buttons to new locationNuno Donato
2017-05-24Improved default colors for the new themeNuno Donato
Colors inspired from solarized themes. Also moved the theme settings to the Interface category.
2017-05-23Fix crash when interacting with the 2d editorGeorge Marques
2017-05-23Merge pull request #8872 from volzhs/editor-theme-lineeditRémi Verschelde
Fix disabled style of LineEdit
2017-05-23Fix disabled style of LineEditvolzhs
2017-05-22Fix errors on engine startup.Andreas Haas
Fixes a bunch of the most spammy console errors introduced by recent refactorings: - `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead. - `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one. - Some methods have been moved from `Texture` to `Image`, but the old bindings were still there. - A few `name == ""` errors related to duplicating nodes.
2017-05-22Merge pull request #8863 from volzhs/editor-theme-new-nodeRémi Verschelde
Show description box on create new node window
2017-05-22Merge pull request #8861 from volzhs/editor-theme-filedialogRémi Verschelde
Show disabled item with proper color on FileDialog of editor theme
2017-05-22Show description box on create new node windowvolzhs
2017-05-22Show disabled item with proper color on FileDialog of editor themevolzhs
Fix #8635
2017-05-21Fix 2d path editor controls.Zaven Muradyan
Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes.
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
this might cause bugs I haven't found yet..
2017-05-20Merge pull request #8838 from zlsa/masterRémi Verschelde
Export nested nodes in TileSet scenes; resolves #8819.
2017-05-20Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde
New customizable editor theme
2017-05-19Fix #8819. Adds _import_node() that, when used in conjunction with ↵Jon Ross
_import_scene, recurses through the scene tree and exports all available nodes.
2017-05-18Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde
Editor: Make "open 2d/3d/script editor" shortcuts configurable.
2017-05-18Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
2017-05-18Merge pull request #6941 from voithos/bezier-handle-deletion-shortcutRémi Verschelde
Add the ability to delete bezier path handles.
2017-05-18Merge pull request #8716 from Hinsbart/import-pluginsRémi Verschelde
Bring back EditorImportPlugin
2017-05-17Adapt tutorials (Godot Docs) icon to new designRémi Verschelde
2017-05-17Use new Godot icon consistently everywhereRémi Verschelde
2017-05-17Fix two typos from previous commitRémi Verschelde
Also cleanup comments on variant types.
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-15Merge pull request #8761 from noshyaar/pr2Rémi Verschelde
AssetInstaller: fix toggling dir bug, scan after install
2017-05-15Merge pull request #8717 from damianday/masterRémi Verschelde
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory
2017-05-14AssetInstaller: fix toggling dir bug, scan after installPoommetee Ketson
2017-05-12Merge pull request #8719 from Hinsbart/settings_caseRémi Verschelde
Project Settings: Use capitalized properties.
2017-05-12Merge pull request #8702 from josempans/bug_fixingRémi Verschelde
Fix click area for bool parameter
2017-05-12Merge pull request #8699 from Faless/ipv6_disabledRémi Verschelde
Fix Editor/Debugger connection problems.
2017-05-12Fix natural sorting order in EditorFileDialog, FileDialog and ↵Damian Day
EditorFileSystemDirectory Make EditorFileDialog, FileDialog and EditorFileSystemDirectory alphanumerical sorting more natural Added a new method 'naturalnocasecmp_to' and comparator 'NaturalNoCaseComparator' to String. Fixes #8712.
2017-05-12Bring back EditorImportPluginAndreas Haas
This adds a new implementation of the EditorImportPlugin class, allowing to leverage the new importing system via tool scripts. Will be especially useful when used together with GDNative, to support formats like fbx :)
2017-05-11Project Settings: Use capitalized properties.Andreas Haas
There's been some inconsistency between the ProjectSettings and EditorSettings: One would use "snake_case_properties", the other "Capitalized Properties". This fixes that by also using capitalized properties for the project settings. (It's actually the default, so the line setting it to false was just removed..) Was there a strong reason for using snake_case here in the first place?
2017-05-09Fix click area for bool parameterJose M Pan
This fixes the issue #8551: VisualScript: can't change bool parameter in function call
2017-05-09Display remote_host/port in network->debug settingsFabio Alessandrelli
2017-05-09Allow selecting editor debug host and port.Fabio Alessandrelli
Possibly fixes various editor<->debugger connection related problems.
2017-05-09New customizable editor themevolzhs
2017-05-08Improved freelookMarc Gilleron
- Fix movement input affecting all viewports even when clicking outside - Freelook up movement is now relative - Prevent tool shortcut conflict when moving - De-hardcode tool shortcuts (select, move, rotate, scale, wireframe) - Movement speed depends on zoom distance (like panning) - Mouse wheel controls speed (Blender-style) due to above point - Added zoom distance indicator, hides after short delay
2017-05-07Merge pull request #8660 from Hinsbart/warpRémi Verschelde
Spatial Editor: Mouse warping for orbit & freelook modes.
2017-05-07Merge pull request #8639 from n-pigeon/new_script_dialogRémi Verschelde
Reworked look and feel of Add Script Dialog also some bug fixes
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
2017-05-07Improve documentation of thirdparty code snippetsRémi Verschelde
2017-05-06Reworked look and feel of Add Script Dialog.Przemysław Gołąb (n-pigeon)
Untangled a lot of Controls logic code and placed it in one place. Which squashed few bugs and made code easier to maintain.
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas
2017-05-06Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations
Also fix typo on the main editor confirmation prompt