aboutsummaryrefslogtreecommitdiff
path: root/tools/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Removed shortcut saving printPaulb232016-07-091-1/+0
| | |
* | | Merge pull request #5648 from Paulb23/completion_box_colorsRémi Verschelde2016-07-123-0/+8
|\ \ \ | | | | | | | | Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme.
| * | | Added completion font colorsPaulb232016-07-113-0/+4
| | | |
| * | | Added completion scroll colorPaulb232016-07-113-0/+4
| | | |
* | | | Downloaded templates from project manager can now be installed.Juan Linietsky2016-07-114-32/+214
| | | |
* | | | Fix "Play custom scene" keyboard shortcutFranklin Sobrinho2016-07-111-1/+2
|/ / /
* | | Merge pull request #5634 from vnen/assetlib-map-crashRémi Verschelde2016-07-112-3/+6
|\ \ \ | | | | | | | | Fix crash on asset lib install
| * | | Fix crash on asset lib installGeorge Marques2016-07-102-3/+6
| |/ / | | | | | | | | | | | | This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode.
* | | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENESJuan Linietsky2016-07-101-1/+1
| | |
* | | Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky2016-07-102-8/+11
|\ \ \ | | | | | | | | Fix autosave when run on remote device
| * | | Fix autosave when run on remote devicevolzhs2016-06-242-8/+11
| | | | | | | | | | | | | | | | Fix #5367
* | | | Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky2016-07-104-29/+62
|\ \ \ \ | | | | | | | | | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410
| * | | | save the editor state of the right scene instead of currentMarianoGNU2016-07-083-2/+10
| | | | |
| * | | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410MarianoGNU2016-07-084-27/+52
| | | | |
* | | | | Merge pull request #5287 from marcelofg55/masterJuan Linietsky2016-07-102-122/+244
|\ \ \ \ \ | | | | | | | | | | | | Added popup menu for animation key right-click
| * | | | | Added popup menu for animation key right-clickmarcelofg552016-06-182-122/+244
| | | | | |
* | | | | | Merge pull request #5270 from lonesurvivor/masterJuan Linietsky2016-07-101-0/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added Tile Origin = Bottom Left option to the TileMap
| * | | | | | Added Tile Origin = Bottom Left option to the TileMapPatrick Reh2016-06-201-0/+18
| | | | | | |
* | | | | | | Merge pull request #5621 from TheHX/issue-5616Juan Linietsky2016-07-103-9/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix custom types showing on wrong dialogs
| * | | | | | | Fix custom types showing on wrong dialogsFranklin Sobrinho2016-07-103-9/+11
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | * The custom types are visible when the dialog is shown
* | | | | | | Merge pull request #5611 from TheHX/spatial-gizmoJuan Linietsky2016-07-102-4/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix EditorSpatialGizmo virtual functions not being called
| * | | | | | | Fix EditorSpatialGizmo virtual functions not being calledFranklin Sobrinho2016-07-092-4/+12
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | * Bind EditorSpatialGizmo::clear method
* | | | | | | Merge pull request #5584 from TheHX/project-settingsJuan Linietsky2016-07-102-5/+33
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Implement undo/redo for adding and deleting global properties
| * | | | | | | Implement undo/redo for adding and deleting global propertiesFranklin Sobrinho2016-07-072-5/+33
| | | | | | | |
* | | | | | | | Merge pull request #5563 from opmana/fix-convert-tilesetJuan Linietsky2016-07-101-11/+11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Respect frame property when converting to TileSet.
| * | | | | | | | Respect frame property when converting to TileSet.Andrii Skrynnyk2016-07-051-11/+11
| | | | | | | | |
* | | | | | | | | Merge pull request #5554 from TheHX/issue-3543Juan Linietsky2016-07-104-405/+719
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Added drag and drop to rearrange the autoload order
| * | | | | | | | Added drag and drop to rearrange the autoload orderFranklin Sobrinho2016-07-044-405/+719
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Created a new class for autoload settings, in editor_autoload_settings.h
* | | | | | | | | line/col label was changing size with each cursor move, forcing the GUI to ↵Juan Linietsky2016-07-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resize upwards and costing considerably CPU usage. It has been changed so it won't resize the UI when modified. This will make the code editor feel a lot smoother.
* | | | | | | | | Merge pull request #5612 from TheHX/collision-polygon-pluginRémi Verschelde2016-07-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles
| * | | | | | | | | Fix CollisionPolygon gizmo showing error icons instead of the 3d handlesFranklin Sobrinho2016-07-091-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #5609 from eska014/help-search-titlesRémi Verschelde2016-07-091-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix help search dialog titles
| * | | | | | | | | Fix help search dialog titleseska2016-07-091-1/+2
| | | | | | | | | |
* | | | | | | | | | Finally fixes the infamous bug #4444, hoping to never see you again.Juan Linietsky2016-07-091-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4444.
* | | | | | | | | | properly generate tangents only upon request, closes #5580Juan Linietsky2016-07-091-1/+1
| | | | | | | | | |
* | | | | | | | | | do not show help on multi node selection, array editing, etc, closes #5550Juan Linietsky2016-07-091-5/+10
|/ / / / / / / / /
* | | | | | | | | Cleaned up preview generation thread, fixes #5499Juan Linietsky2016-07-091-62/+70
| | | | | | | | |
* | | | | | | | | Merge pull request #5589 from akien-mga/pr-unused-varRémi Verschelde2016-07-091-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Removing some more unused vars and dead code
| * | | | | | | | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33.
* | | | | | | | | Cleanup: drop ImportSettingsDialog, replaced by contextual actionsRémi Verschelde2016-07-084-313/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that it was already commented out.
* | | | | | | | | ScenesDock: Fix regression in tree generationRémi Verschelde2016-07-081-0/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590.
* | | | | | | | remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-071-0/+2
| | | | | | | |
* | | | | | | | do not allow removal of groups that come from instanced/inherited scene, ↵Juan Linietsky2016-07-071-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5505
* | | | | | | | Remove unused variables (third pass) + dead codeRémi Verschelde2016-07-075-26/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* | | | | | | | Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-0728-398/+20
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* | | | | | | SceneTreeDock: Fix wrong argument in _has_visible_childrenRémi Verschelde2016-07-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Seen while checking for unused variables, which `child` was.
* | | | | | | Merge pull request #5577 from vnen/improve-quickopen-listingRémi Verschelde2016-07-072-14/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improve quick open sorting
| * | | | | | | Improve quick open sortingGeorge Marques2016-07-062-14/+25
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perfect matches and substrings will be shown first. Similar matches will be at the bottom. When they score is the same they're shown in the natural file system order.
* | | | | | | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422Juan Linietsky2016-07-063-5/+3
| | | | | | |
* | | | | | | Only allow built-in scripts to be edited when the scene they belong to is ↵Juan Linietsky2016-07-064-4/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | loaded, closes #5403