| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent to make UndoRedo for duplicate if no selected node | volzhs | 2016-11-15 | 1 | -0/+2 |
| | | | | | (cherry picked from commit d82928eb494d3d0856eac85e82b9cd835a368f96) | ||||
| * | Fix scene tree drag & drop places node as child (#6912) | Keetz | 2016-11-15 | 1 | -31/+4 |
| | | | | | (cherry picked from commit 2afcbc4b1f4bc0aee4df3fa1747fa3f73b160676) | ||||
| * | Ability to drag script files from Filesystem dock to SceneTree dock. | Andreas Haas | 2016-10-31 | 1 | -0/+11 |
| | | | | | | | Allows to attach scripts by dragging them onto the target Node. (cherry picked from commit a3944e66dac9eda11b80fe0598db0ef7c207155c) | ||||
| * | Replace a node with saved branch scene instance | volzhs | 2016-10-17 | 1 | -1/+29 |
| | | | | | (cherry picked from commit cc33c528eba7de158f5610fa884145fffc8df1c6) | ||||
| * | Fix reparent undo not renaming back | Pedro J. Estébanez | 2016-10-09 | 1 | -0/+3 |
| | | | | | (cherry picked from commit 88a32c11f1d35c57a7af4b8f6733595b95ab4e4b) | ||||
| * | Added Scene tree dock shortcuts | Paulb23 | 2016-08-01 | 1 | -6/+8 |
| | | |||||
| * | Merge pull request #5821 from TheHX/issue-5795 | Rémi Verschelde | 2016-07-23 | 1 | -3/+22 |
| |\ | | | | | Improved FileSystem dock "Instance" option | ||||
| | * | "FileSystem" dock now instance all selected scenes in one action | Franklin Sobrinho | 2016-07-21 | 1 | -3/+22 |
| | | | |||||
| * | | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 1 | -2/+2 |
| |/ | | | | Editor now has good refactoring tools, so this function is mostly obsolete | ||||
| * | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | 2016-07-18 | 1 | -7/+6 |
| | | |||||
| * | Fix custom types showing on wrong dialogs | Franklin Sobrinho | 2016-07-10 | 1 | -2/+2 |
| | | | | | * The custom types are visible when the dialog is shown | ||||
| * | Removed unused variables (second pass) + dead code | Rémi Verschelde | 2016-07-07 | 1 | -24/+3 |
| | | | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | ||||
| * | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | 2016-07-07 | 1 | -3/+3 |
| | | | | | Seen while checking for unused variables, which `child` was. | ||||
| * | Many fixes to scene tree node dragging, closes #5341 | Juan Linietsky | 2016-06-30 | 1 | -3/+13 |
| | | |||||
| * | Figured out a way to fix event propagation for shortcuts and some other ↵ | Juan Linietsky | 2016-06-27 | 1 | -1/+5 |
| | | | | | cases so they properly stop shortcuts if a modal window is open, closes #4848 | ||||
| * | property remove parent owned nodes when using replace, fixes #4128 | Juan Linietsky | 2016-06-20 | 1 | -0/+12 |
| | | |||||
| * | Added shortcuts to scene tree dock | Daniel J. Ramirez | 2016-06-19 | 1 | -20/+57 |
| | | |||||
| * | -fix bug in scene tree dragndrop reparenting, closes #4712, closes #4633, ↵ | Juan Linietsky | 2016-06-18 | 1 | -12/+27 |
| | | | | | | | closes #4628 -avoid editor scrollable areas to scroll if touchscreen ui hint is turned on | ||||
| * | Ability to discard instancing from menu, closes #4903 | Juan Linietsky | 2016-06-11 | 1 | -0/+2 |
| | | |||||
| * | Created a NodeDock with signals and groups | Juan Linietsky | 2016-06-04 | 1 | -7/+7 |
| | | |||||
| * | Signals became a tab | Juan Linietsky | 2016-06-03 | 1 | -20/+20 |
| | | | | | added icons to contextual scene tree menu | ||||
| * | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | -Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | ||||
| * | General docks clean up | Juan Linietsky | 2016-05-23 | 1 | -0/+1 |
| | | | | | | | | | -Moved path box above in fs dock -Remove up/down button and added reordering with DND of favorites -Changed zoom icon to be centered vertically -Made filter for files always visible -Added some options to TextureFrame for better alignment/stretching | ||||
| * | use node name as filename when save scene | volzhs | 2016-05-23 | 1 | -1/+2 |
| | | | | | fix #4723 | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -1/+1 |
| | | |||||
| * | i18n: Second pass at proofreading | Rémi Verschelde | 2016-05-21 | 1 | -8/+8 |
| | | | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated. | ||||
| * | i18n: Proofreading of all strings | Rémi Verschelde | 2016-05-21 | 1 | -4/+4 |
| | | | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | ||||
| * | -Added configuration warning system for nodes | Juan Linietsky | 2016-05-17 | 1 | -132/+11 |
| | | | | | | -Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | ||||
| * | Merge pull request #4652 from Paulb23/node_duplication_position | Rémi Verschelde | 2016-05-17 | 1 | -1/+1 |
| |\ | | | | | Node duplication positions under duplicated node, issue #964 | ||||
| | * | Node duplication positions under duplicated node, issue 964 | Paulb23 | 2016-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | Missing translatable strings | Juan Linietsky | 2016-05-16 | 1 | -14/+14 |
| | | | |||||
| * | | Contextualized Scene Tree menu | Juan Linietsky | 2016-05-16 | 1 | -1/+62 |
| | | | | | | | | | | | | | -Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock | ||||
| * | | Experimental Right Mouse Button menu for SceneTree | Juan Linietsky | 2016-05-15 | 1 | -2/+47 |
| |/ | | | | Will eventually replace the buttons of that dock, so please test it! | ||||
| * | ability to drag scenes from filesystem to tree for instancing | Juan Linietsky | 2016-05-11 | 1 | -54/+125 |
| | | |||||
| * | -begun implementing drag & drop editor wide | Juan Linietsky | 2016-05-11 | 1 | -11/+198 |
| | | | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support | ||||
| * | Modified editor strings to be translatable in the future | Juan Linietsky | 2016-05-03 | 1 | -45/+45 |
| | | |||||
| * | Keep editable instances data when replacing tree root node | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+1 |
| | | |||||
| * | Enables the possibility of editing on multiple plugins at same time on same ↵ | hodes | 2016-04-02 | 1 | -2/+1 |
| | | | | | object type. | ||||
| * | -Massive editor dialog cleanup | Juan Linietsky | 2016-01-17 | 1 | -10/+12 |
| | | | | | -Added a bottom menu list | ||||
| * | Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dock | Rémi Verschelde | 2016-01-15 | 1 | -1/+121 |
| |\ | | | | | Moved subscene creation from scene menu to an icon on the scene dock | ||||
| | * | Remove padding in bottom HBoxContainer of scene tree dock | Rémi Verschelde | 2015-12-19 | 1 | -1/+2 |
| | | | | | | | | | This way the new "Create new scene from node(s)" button does not make the bar overflow | ||||
| | * | Moved subscene creation from scene menu to an icon on the scene dock | Rémi Verschelde | 2015-11-27 | 1 | -0/+119 |
| | | | | | | | | | | | Based on @Fiona's PR #2220. The previous "subscene" concept is also renamed to "new scene", as those subscene are just like regular scenes. | ||||
| * | | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | 2016-01-12 | 1 | -0/+5 |
| | | | |||||
| * | | -New reparent option "keep global transform" on reparent dialog. It is ↵ | Juan Linietsky | 2016-01-02 | 1 | -1/+38 |
| | | | | | | | | | enabled by default. Closes #2284 | ||||
| * | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| |/ | |||||
| * | Import Sub-Scene as root's child if no node is selected | neikeq | 2015-11-23 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #2445 from TheHX/issue_2113 | Juan Linietsky | 2015-11-19 | 1 | -6/+3 |
| |\ | | | | | Possible fix for crash on replacing Path2D node (#2113) | ||||
| | * | Possible fix for issue #2113 | Franklin Sobrinho | 2015-09-07 | 1 | -6/+3 |
| | | | | | | | | | * closes #2113 | ||||
| * | | -fixes to ring buffer (fixes network error) | Juan Linietsky | 2015-10-21 | 1 | -1/+2 |
| | | | | | | | | | -fixes to invalid disabling of commands on scene tree dock | ||||
| * | | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky | 2015-10-17 | 1 | -1/+1 |
| | | | |||||
