Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
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 | |||
2017-11-05 | Merge pull request #12640 from poke1024/createnode-ui | Rémi Verschelde | |
In Create New Node, always select and show best (shortest) match | |||
2017-11-05 | Merge pull request #12639 from bojidar-bg/x-add-rest-template-listing | Rémi Verschelde | |
Change URL of the mirror list | |||
2017-11-04 | Use AbstractPolygon2DEditor for Line2D | Bernhard Liebl | |
2017-11-04 | In Create New Node, always select and show best (shortest) match | Bernhard Liebl | |
2017-11-04 | Change URL of the mirror list | Bojidar Marinov | |
2017-11-04 | Fixes random sorting order in Create New Node dialog | Bernhard Liebl | |
2017-11-04 | Docs cosmetics: add more space to Signals, Enumerations, Constants; | Bernhard Liebl | |
aligned table layout for setters and getters | |||
2017-11-03 | Improve file/folder drag preview on filesystem dock | MillionOstrich | |
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 | |||
2017-11-03 | Fix dragging a resource onto filesystem dock | MillionOstrich | |
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 | |||
2017-11-03 | Don't try to move if dragging a folder into itself | MillionOstrich | |
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 | |||
2017-11-02 | Merge pull request #12566 from bncastle/select_anim_fix | Rémi Verschelde | |
Select correct animation on creation of a new one | |||
2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | |
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||
2017-11-01 | Fix compilation on Visual Studio 2013 again. | scorched | |
2017-11-01 | Select correct animation on creation of a new one | bncastle | |
- Select the correct animation when creating a new one. - Removed unneeded new_name variable. | |||
2017-11-01 | Merge pull request #10618 from poke1024/polygon2d-selection | Gilles Roudiere | |
Proposal for modified Polygon2D editor controls | |||
2017-11-01 | Fix to issue #12554, due to error in refactoring in PR #10261 | Cradmon | |
2017-11-01 | Merge pull request #12538 from akien-mga/editorsettings | Rémi Verschelde | |
Code quality refactoring in EditorSettings | |||
2017-11-01 | Merge pull request #12548 from SaracenOne/vertex_compression_import_fix | Rémi Verschelde | |
Restores functionality of the use_compression flag in Collada import | |||
2017-11-01 | Restores functionality of the use_compression flag in the Collada importer. | Saracen | |
2017-11-01 | Added String::dedent() to remove text indentation | Zher Huei Lee | |
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. | |||
2017-10-31 | Merge pull request #12539 from bncastle/InputMapDialogClearAction | Rémi Verschelde | |
Clear action name text input when the action is successfully added to the Input Map [ci skip] | |||
2017-10-31 | Some more harmonization of EditorSettings code | Rémi Verschelde | |