Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | |
Plus some cleanups. | |||
2017-11-12 | Fix for #12056, though GTLF import of that file is still incorrect. | Webster Sheets | |
2017-11-12 | Merge pull request #12852 from djrm/pr_import_fixes | Rémi Verschelde | |
Update meshes when reimporting, | |||
2017-11-12 | Merge pull request #12864 from Paulb23/root_node_delete_undo_issue_3642 | Rémi Verschelde | |
Fixed scene tree not updating when undo/redo delete of root node, issue 3642 | |||
2017-11-12 | Merge pull request #12860 from leezh/doc_fix | Rémi Verschelde | |
Moved doc description formatting. Fixes #12798 | |||
2017-11-12 | Merge pull request #12855 from Hinsbart/remove_preview | Rémi Verschelde | |
Remove preview when closing "change default type" dialog. | |||
2017-11-12 | Update meshes when reimporting, | Daniel J. Ramirez | |
Save scene preview even when not doing save and play. | |||
2017-11-12 | Merge pull request #12823 from Web-eWorks/meshdropfix | Rémi Verschelde | |
Fix #12571: Dragging OBJ mesh files no longer instances a scene | |||
2017-11-12 | Fixed scene tree not updating when undo/redo delete of root node, issue 3642 | Paulb23 | |
2017-11-12 | Moved doc description formatting. Fixes #12798 | Zher Huei Lee | |
Paragraph spacing is now applied only during rendering (so doctool preserves formatting). Paragraph spacing now no longer applies within [code] tags. Extra bbcode is now ignored within [code] tags. | |||
2017-11-12 | Merge pull request #12841 from djrm/pr_fixes | Poommetee Ketson | |
Fixed theme update and some widgets. | |||
2017-11-12 | Remove preview when closing "change default type" dialog. | Andreas Haas | |
2017-11-11 | Merge pull request #12822 from Web-eWorks/importerfixes | Andreas Haas | |
Allow changing importers in the import dock. | |||
2017-11-11 | Merge pull request #12829 from ianb96/project_settings_fix | Andreas Haas | |
Project Settings Crash fix | |||
2017-11-11 | Fixed theme update and some widgets. | Daniel J. Ramirez | |
2017-11-11 | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | |
Unify degree methods and properties | |||
2017-11-11 | Merge pull request #12821 from viprip/fix_remove_icon | Poommetee Ketson | |
Replace Del icon by Remove icon | |||
2017-11-10 | fix #12769 project settings crash | Ian | |
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
2017-11-10 | Dropping a mesh file into the scene no longer creates an instanced scene. | Webster Sheets | |
2017-11-10 | Replace Del icon by Remove icon | William McKIE | |
It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon. | |||
2017-11-10 | Allow changing importers in the import dock. | Webster Sheets | |
Still needs a major refactor to allow editing the properties of the new importer without having to reimport and re-select the items again. | |||
2017-11-10 | Unify degree members and properties | letheed | |
2017-11-10 | Fix for disappearing import panel contents (#11451) | Peter Todorov | |
2017-11-10 | Merge pull request #12797 from ↵ | Gilles Roudiere | |
viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin | |||
2017-11-10 | Merge pull request #12796 from djrm/pr_some_virtual_classes | Rémi Verschelde | |
Expose some editor singletons as virtual | |||
2017-11-10 | Merge pull request #12402 from MillionOstrich/filesystem-drag-move | Rémi Verschelde | |
Filesystem drag & drop moving fixes | |||
2017-11-10 | Merge pull request #12390 from MillionOstrich/filesystem-folder-drag | Rémi Verschelde | |
Improved file/folder drag preview for filesystem dock | |||
2017-11-10 | Merge pull request #12786 from n-pigeon/spatial_transform_gizmo | Rémi Verschelde | |
Cleanups in Spatial Transform Gizmo | |||
2017-11-10 | Cleanups in Spatial Transform Gizmo | Przemysław Gołąb (n-pigeon) | |
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. | |||
2017-11-10 | Merge pull request #12794 from djrm/pr_visual_improvements | Rémi Verschelde | |
Fixed project manager and dialog fonts. | |||
2017-11-10 | Merge pull request #12470 from djrm/pr_fix_editor_settings | Rémi Verschelde | |
Fixed editor settings disappearing. | |||
2017-11-10 | Fix misaligned zoom icon in Texture Region Editor plugin | William McKIE | |
The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668. | |||
2017-11-09 | Expose some editor singletons as virtual | Daniel J. Ramirez | |
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez | |
Some items that are no longer defined may disappear, but thats expected i guess. | |||
2017-11-09 | Fix theme with custom font. | Daniel J. Ramirez | |
2017-11-09 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | |
2017-11-09 | Removed show type icons option | Daniel J. Ramirez | |
2017-11-09 | Fixed project manager and dialog fonts. | Daniel J. Ramirez | |
2017-11-09 | Fix crash when converting empty scene to TileSet | Caleb Richardson | |
Closes #12708. Cherry-picked from #12732. | |||
2017-11-09 | Enable asset store for godot 3.0 | Chaosus | |
2017-11-08 | Fix tilemap undo/redo | Marc Gilleron | |
2017-11-08 | Merge pull request #12718 from GodotExplorer/export-editor-theme | Rémi Verschelde | |
Create new theme from the current editor | |||
2017-11-08 | Merge pull request #12731 from mhilbrunner/issue-12584 | Rémi Verschelde | |
Ignore files not ending with '.xml' when building doc header | |||
2017-11-08 | Editor: Update 2D viewport and inspector selection on delete. Fix #12591. | mhilbrunner | |
2017-11-07 | Ignore files not ending with '.xml' when building doc header | mhilbrunner | |
2017-11-07 | Fixed invalid license symbol | Chaosus | |
2017-11-07 | Add menu to import current editor theme into theme editor | Geequlim | |
2017-11-06 | Merge pull request #12635 from poke1024/line2d-poly-editor | Poommetee Ketson | |
Use AbstractPolygon2DEditor for Line2D | |||
2017-11-06 | Merge pull request #12631 from poke1024/docspolish | Poommetee Ketson | |
Docs cosmetics: add more space to Signals, Enumerations, Constants |