aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | Expose some editor singletons as virtualDaniel J. Ramirez2017-11-091-3/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #12402 from MillionOstrich/filesystem-drag-moveRémi Verschelde2017-11-102-79/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Filesystem drag & drop moving fixes
| * | | | | | | | | Fix dragging a resource onto filesystem dockMillionOstrich2017-11-031-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call push_item before save_resource_as because the save button uses editor_history current. Reject the drop in can_drop_data if it isn't on a folder or the files list. Removed some duplicated code
| * | | | | | | | | Don't try to move if dragging a folder into itselfMillionOstrich2017-11-032-44/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a folder would be moved to an invalid location disallow the drag Don't treat dragging a file/folder to its current location as invalid Allow dragging onto empty space / files in the files list Fix dragging a folder onto "Favourites" starting an invalid move
* | | | | | | | | | Merge pull request #12390 from MillionOstrich/filesystem-folder-dragRémi Verschelde2017-11-103-104/+53
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improved file/folder drag preview for filesystem dock
| * | | | | | | | | | Improve file/folder drag preview on filesystem dockMillionOstrich2017-11-033-104/+53
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added icons for files/folders in drag preview Fixed folders getting an empty string label Don't show "1 more file(s)" label instead of the file Added "more folders" case if moving folders exclusively Merged drag_files and drag_files_and_dirs to reduce code duplication Simplified get_drag_data_fw and removed commented out code
* | | | | | | | | | Merge pull request #12786 from n-pigeon/spatial_transform_gizmoRémi Verschelde2017-11-101-50/+56
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Cleanups in Spatial Transform Gizmo
| * | | | | | | | | | Cleanups in Spatial Transform GizmoPrzemysław Gołąb (n-pigeon)2017-11-101-50/+56
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed translation i local space - changed a bit how it was implemented. Fixed bug with rotations when object is scaled. Added safety check preventing scaling to 0 in local space. All Gizmoz display numerical output message on the bottom of the viewport. Unified code a bit, so it will be easier to maintain.
* | | | | | | | | | Merge pull request #12794 from djrm/pr_visual_improvementsRémi Verschelde2017-11-104-12/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed project manager and dialog fonts.
| * | | | | | | | | | Fix theme with custom font.Daniel J. Ramirez2017-11-092-6/+1
| | | | | | | | | | |
| * | | | | | | | | | Removed show type icons optionDaniel J. Ramirez2017-11-091-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Fixed project manager and dialog fonts.Daniel J. Ramirez2017-11-093-5/+9
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #12470 from djrm/pr_fix_editor_settingsRémi Verschelde2017-11-102-6/+22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed editor settings disappearing.
| * | | | | | | | | | Fixed editor settings disappearing.Daniel J. Ramirez2017-11-092-6/+22
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some items that are no longer defined may disappear, but thats expected i guess.
* / / / / / / / / / Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-092-6/+6
|/ / / / / / / / /
* | | / / / / / / Fix crash when converting empty scene to TileSetCaleb Richardson2017-11-091-0/+9
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12708. Cherry-picked from #12732.
* | | | | | | | Enable asset store for godot 3.0Chaosus2017-11-091-4/+6
| | | | | | | |
* | | | | | | | Fix tilemap undo/redoMarc Gilleron2017-11-081-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #12718 from GodotExplorer/export-editor-themeRémi Verschelde2017-11-082-8/+11
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Create new theme from the current editor
| * | | | | | | Add menu to import current editor theme into theme editorGeequlim2017-11-072-8/+11
| |/ / / / / /
* | | | | | | Merge pull request #12731 from mhilbrunner/issue-12584Rémi Verschelde2017-11-081-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Ignore files not ending with '.xml' when building doc header
| * | | | | | | Ignore files not ending with '.xml' when building doc headermhilbrunner2017-11-071-0/+2
| |/ / / / / /
* | | | | | | Editor: Update 2D viewport and inspector selection on delete. Fix #12591.mhilbrunner2017-11-081-4/+6
| | | | | | |
* | | | | | | Fixed invalid license symbolChaosus2017-11-071-2/+2
|/ / / / / /
* | | | | | Merge pull request #12635 from poke1024/line2d-poly-editorPoommetee Ketson2017-11-064-324/+131
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use AbstractPolygon2DEditor for Line2D
| * | | | | | Use AbstractPolygon2DEditor for Line2DBernhard Liebl2017-11-044-324/+131
| |/ / / / /
* | | | | | Merge pull request #12631 from poke1024/docspolishPoommetee Ketson2017-11-061-28/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | Docs cosmetics: add more space to Signals, Enumerations, Constants
| * | | | | | Docs cosmetics: add more space to Signals, Enumerations, Constants;Bernhard Liebl2017-11-041-28/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | aligned table layout for setters and getters
* | | | | | | Merge pull request #12640 from poke1024/createnode-uiRémi Verschelde2017-11-051-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | In Create New Node, always select and show best (shortest) match
| * | | | | | | In Create New Node, always select and show best (shortest) matchBernhard Liebl2017-11-041-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #12639 from bojidar-bg/x-add-rest-template-listingRémi Verschelde2017-11-051-4/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Change URL of the mirror list
| * | | | | | | Change URL of the mirror listBojidar Marinov2017-11-041-4/+12
| |/ / / / / /
* / / / / / / Fixes random sorting order in Create New Node dialogBernhard Liebl2017-11-042-3/+4
|/ / / / / /
* | | | | | Merge pull request #12566 from bncastle/select_anim_fixRémi Verschelde2017-11-021-5/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Select correct animation on creation of a new one
| * | | | | Select correct animation on creation of a new onebncastle2017-11-011-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Select the correct animation when creating a new one. - Removed unneeded new_name variable.
* | | | | | -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-012-2/+244
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
* | | | | Fix compilation on Visual Studio 2013 again.scorched2017-11-011-3/+3
|/ / / /
* | | | Merge pull request #10618 from poke1024/polygon2d-selectionGilles Roudiere2017-11-014-157/+315
|\ \ \ \ | | | | | | | | | | Proposal for modified Polygon2D editor controls
| * | | | adds alternative editing of nodes: you can select nodes, use del to delete ↵Bernhard Liebl2017-10-234-157/+315
| | | | | | | | | | | | | | | | | | | | nodes, and split edges by simply clicking into edge
* | | | | Fix to issue #12554, due to error in refactoring in PR #10261Cradmon2017-11-011-3/+3
| |/ / / |/| | |
* | | | Merge pull request #12538 from akien-mga/editorsettingsRémi Verschelde2017-11-012-544/+539
|\ \ \ \ | | | | | | | | | | Code quality refactoring in EditorSettings
| * | | | Some more harmonization of EditorSettings codeRémi Verschelde2017-10-312-41/+41
| | | | |
| * | | | Reorder EditorSettings code for better legibilityRémi Verschelde2017-10-312-535/+530
| | | | | | | | | | | | | | | | | | | | No functional change, only moving stuff around.
* | | | | Merge pull request #12548 from SaracenOne/vertex_compression_import_fixRémi Verschelde2017-11-013-13/+17
|\ \ \ \ \ | | | | | | | | | | | | Restores functionality of the use_compression flag in Collada import
| * | | | | Restores functionality of the use_compression flag in the Collada importer.Saracen2017-11-013-13/+17
| | | | | |
* | | | | | Added String::dedent() to remove text indentationZher Huei Lee2017-11-011-4/+9
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functions similarly to Python's textwrap.dedent() It's also been applied to doc_data.cpp to remove extra whitespace while parsing the XML.
* | | | | Merge pull request #12539 from bncastle/InputMapDialogClearActionRémi Verschelde2017-10-311-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clear action name text input when the action is successfully added to the Input Map [ci skip]
| * | | | | Clear text when a new action is added Project Settings Input Mapbncastle2017-10-311-0/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | When editing the Input Map under Project Settings: Clear the action name the 'Add' button is clicked and the action is successfully added.
* | | | | Merge pull request #10261 from Cradmon/refactorRémi Verschelde2017-10-312-352/+336
|\ \ \ \ \ | | | | | | | | | | | | Make the File System Dock more user friendly
| * | | | | Make file system dock more user friendly.Cradmon2017-10-222-352/+336
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Edited files: editor/filesystem_dock.h editor/filesystem_dock.cpp