summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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-17Adapt tutorials (Godot Docs) icon to new designRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
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-07Implemented scrolling factor for smooth trackpad scrollingtoger5
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list.
2017-05-06Spatial Editor: Mouse warping for orbit & freelook modes.Andreas Haas
2017-05-04Added 3D freelook navigation modeMarc Gilleron
- Triggered by holding RMB - Can look around in FPS style - Can move with WASD - Movement speed accelerates over time - Can multiply speed with a modifier key to go faster or slower - Configurable in editor settings and shortcuts
2017-05-03Revert "Add new editor and default theme (WIP)"volzhs
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
2017-05-02Merge pull request #8569 from volzhs/editor-theme-1Rémi Verschelde
Fix to use editor theme instead of handling each UI
2017-05-02Merge pull request #8559 from Paulb23/script_recent_filesRémi Verschelde
Added recent scripts to script editor
2017-04-28Add a few missing copyright headersRémi Verschelde
2017-04-28Fix to use editor theme instead of handling each UIvolzhs
2017-04-28Update editor themevolzhs
2017-04-27Added recent scripts to script editorPaulb23
2017-04-27Add new editor and default theme (WIP)Daniel J. Ramirez
2017-04-26Changed indent type settingsPaulb23
2017-04-26Merge pull request #8531 from RameshRavone/patch-5Rémi Verschelde
Settings: Moving Poly Editor into Editors category
2017-04-25Settings: Moving Poly Editor into Editors categoryRamesh Ravone
2017-04-25Ability to Convert Case, issue 8079Paulb23
2017-04-23Fixed convert indent and trim whitespace on savePaulb23
2017-04-23Fix cursor position on indent convertPaulb23
2017-04-20Merge pull request #8417 from neikeq/hello-thereRémi Verschelde
External editor improvements and fixes
2017-04-18Merge pull request #8424 from Paulb23/convert_indentRémi Verschelde
Support for space indentation
2017-04-18Convert indent on savePaulb23
2017-04-18Added support for space indentationPaulb23
2017-04-17ScriptEditor: Fixes bug where menu option would be handled twiceIgnacio Etcheverry
2017-04-17External editor improvements and fixesIgnacio Etcheverry
Notable changes: - Now ScriptLanguages have the option to override the global external editor setting. If `ScriptLanguage::open_in_external_editor()` returns `ERR_UNAVAILABLE` (which it does by default), then the global external editor option will be used. - Added formatting to the external editor execution arguments. Now it's possible to write something like this: `{project} -g {file}:{line}:{col}`. - `VisualScript::get_member_line()` now can return the line of functions (well, it returns the id of the _Function_ node of the function). I guess there is nothing else we can get a "line" from. Fixes: - Fixes a bug where `ScriptEditor::script_goto_method()` would not work if the script is not already open in the built-in editor. - Fixes wrong DEFVAL for `cursor_set_column` and `cursor_set_line` in TextEdit. - `Script::get_member_line()` now returns -1 ("found nothing") by default.
2017-04-16Added ability to convert indent typePaulb23
2017-04-16Add the ability to delete bezier path handles.Zaven Muradyan
2017-04-10Merge pull request #8342 from volzhs/error-signal-dndRémi Verschelde
Fix signal error when starting editor
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005
2017-04-10Fix signal error when starting editorvolzhs
need to merge #8198 to work properly
2017-04-08Particle system is complete. Rejoice!Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-06New particle system, mostly working, some small features missing.Juan Linietsky
2017-04-06Fix highlight typosupaiku
2017-03-30Merge pull request #8173 from RandomShaper/improve-tile-paletteRémi Verschelde
Several enhancements for the tile map editor
2017-03-27Several enhancements for the tile map editorPedro J. Estébanez
Allow sorting tile palette by name Allow hiding tile ids in tile palette
2017-03-27Merge pull request #8169 from RandomShaper/fix-uniform-moveRémi Verschelde
Include uniform (Shift down) mode in only-one-Node2D dragging
2017-03-27Include uniform (Shift down) modePedro J. Estébanez
in only-one-Node2D dragging
2017-03-24Merge pull request #8115 from RandomShaper/improve-snappingRémi Verschelde
Improved 2D snapping behavior