Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-16 | Merge pull request #12488 from djrm/pr_gridmap_fixes | Rémi Verschelde | |
Several improvements to GridMap. | |||
2017-11-14 | Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵ | Juan Linietsky | |
ShaderMaterial, closes #10242 | |||
2017-11-14 | Merge pull request #12842 from ianb96/shader_editor_fix | Rémi Verschelde | |
Shader Editor context menu and line operations and style fix | |||
2017-11-13 | remove debug msg | Ian | |
2017-11-13 | Merge pull request #12909 from n-pigeon/tra_gizmo_fix_2 | Rémi Verschelde | |
Fix uninitialized bool. Breaks translation in release_debug target. | |||
2017-11-13 | Fix uninitialized bool. Breaks translation in release_debug target. | Przemysław Gołąb (n-pigeon) | |
2017-11-13 | Merge pull request #12854 from poke1024/fix-poly2d-editor-handle | Rémi Verschelde | |
Fix minor drawing order glitch in polygon 2D editor | |||
2017-11-13 | Merge pull request #12869 from ianb96/script_list_move | Rémi Verschelde | |
Script List Reorder | |||
2017-11-13 | Fix drawing order of polygon 2d editor handles | Bernhard Liebl | |
2017-11-13 | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | |
Plus some cleanups. | |||
2017-11-12 | add script list drag n drop | Ian | |
2017-11-12 | move item up/down context menu and shortcut | Ian | |
2017-11-12 | add script editor list context menu | Ian | |
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 | 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 | Remove preview when closing "change default type" dialog. | Andreas Haas | |
2017-11-11 | shader editor context menu and line operations and style fix | Ian | |
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-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 | Unify degree members and properties | letheed | |
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 #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 | 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 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | |
2017-11-09 | Several improvements to GridMap. | Daniel J. Ramirez | |
Fixed crash when undoing. More ergonomic shortcuts. Fixed freelook navigation. | |||
2017-11-09 | Enable asset store for godot 3.0 | Chaosus | |
2017-11-08 | Fix tilemap undo/redo | Marc Gilleron | |
2017-11-07 | Add menu to import current editor theme into theme editor | Geequlim | |
2017-11-04 | Use AbstractPolygon2DEditor for Line2D | Bernhard Liebl | |
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 | 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-10-31 | Ability to shrink 3D viewport by half | Juan Linietsky | |
2017-10-31 | Merge pull request #12499 from Zylann/freelook_toggle_mode | Rémi Verschelde | |
Add option to use freelook with a toggle shortcut | |||
2017-10-30 | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵ | Marc Gilleron | |
holding RMB (like Unity) | |||
2017-10-30 | Merge pull request #12363 from groud/implement_guides | Rémi Verschelde | |
Implement 2D editor guides | |||
2017-10-30 | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | |
2017-10-29 | Fixes keybord directionnal keys not moving nodes in the 2D editor | Gilles Roudiere | |
2017-10-28 | Merge pull request #12389 from Chaosus/continuehotkey | Rémi Verschelde | |
Added hotkey for Continue action in Script editor [ci skip] | |||
2017-10-28 | Add copy button to sprite_frames_editor_plugin | sersoong | |
2017-10-25 | Added hotkey for Continue action | Chaosus | |
2017-10-24 | Implement guides | Gilles Roudiere | |
2017-10-24 | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | |
2017-10-23 | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | |
Added setting to toggle current line highlighting | |||
2017-10-23 | adds alternative editing of nodes: you can select nodes, use del to delete ↵ | Bernhard Liebl | |
nodes, and split edges by simply clicking into edge |