| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | Fix drawing order of polygon 2d editor handles | Bernhard Liebl | 2017-11-13 | 1 | -0/+8 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #12869 from ianb96/script_list_move | Rémi Verschelde | 2017-11-13 | 2 | -32/+309 | |
| |\ \ \ \ | |_|/ / |/| | | | Script List Reorder | |||||
| | * | | | add script list drag n drop | Ian | 2017-11-12 | 1 | -26/+166 | |
| | | | | | ||||||
| | * | | | move item up/down context menu and shortcut | Ian | 2017-11-12 | 2 | -19/+101 | |
| | | | | | ||||||
| | * | | | add script editor list context menu | Ian | 2017-11-12 | 2 | -4/+59 | |
| | | | | | ||||||
| * | | | | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | 2017-11-13 | 1 | -5/+5 | |
| |/ / / | | | | | | | | | | Plus some cleanups. | |||||
| * | | | Merge pull request #12855 from Hinsbart/remove_preview | Rémi Verschelde | 2017-11-12 | 2 | -4/+12 | |
| |\ \ \ | | | | | | | | | Remove preview when closing "change default type" dialog. | |||||
| | * | | | Remove preview when closing "change default type" dialog. | Andreas Haas | 2017-11-12 | 2 | -4/+12 | |
| | |/ / | ||||||
| * | | | Merge pull request #12823 from Web-eWorks/meshdropfix | Rémi Verschelde | 2017-11-12 | 1 | -1/+3 | |
| |\ \ \ | | | | | | | | | Fix #12571: Dragging OBJ mesh files no longer instances a scene | |||||
| | * | | | Dropping a mesh file into the scene no longer creates an instanced scene. | Webster Sheets | 2017-11-10 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fixed theme update and some widgets. | Daniel J. Ramirez | 2017-11-11 | 1 | -8/+2 | |
| | |/ / |/| | | ||||||
| * | | | Merge pull request #12806 from letheed/unify-degrees | Poommetee Ketson | 2017-11-11 | 1 | -3/+3 | |
| |\ \ \ | | | | | | | | | Unify degree methods and properties | |||||
| | * | | | Unify degree members and properties | letheed | 2017-11-10 | 1 | -3/+3 | |
| | |/ / | ||||||
| * / / | Replace Del icon by Remove icon | William McKIE | 2017-11-10 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | | 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. | |||||
| * | | Merge pull request #12797 from ↵ | Gilles Roudiere | 2017-11-10 | 1 | -0/+1 | |
| |\ \ | | | | | | | | | | | | | viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin | |||||
| | * | | Fix misaligned zoom icon in Texture Region Editor plugin | William McKIE | 2017-11-10 | 1 | -0/+1 | |
| | |/ | | | | | | | | | | | | | The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668. | |||||
| * | | Merge pull request #12786 from n-pigeon/spatial_transform_gizmo | Rémi Verschelde | 2017-11-10 | 1 | -50/+56 | |
| |\ \ | | | | | | | Cleanups in Spatial Transform Gizmo | |||||
| | * | | Cleanups in Spatial Transform Gizmo | Przemysław Gołąb (n-pigeon) | 2017-11-10 | 1 | -50/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky | 2017-11-09 | 1 | -4/+4 | |
| | |/ |/| | ||||||
| * | | Enable asset store for godot 3.0 | Chaosus | 2017-11-09 | 1 | -4/+6 | |
| | | | ||||||
| * | | Fix tilemap undo/redo | Marc Gilleron | 2017-11-08 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add menu to import current editor theme into theme editor | Geequlim | 2017-11-07 | 2 | -8/+11 | |
| |/ | ||||||
| * | Use AbstractPolygon2DEditor for Line2D | Bernhard Liebl | 2017-11-04 | 4 | -324/+131 | |
| | | ||||||
| * | Merge pull request #12566 from bncastle/select_anim_fix | Rémi Verschelde | 2017-11-02 | 1 | -5/+3 | |
| |\ | | | | | Select correct animation on creation of a new one | |||||
| | * | Select correct animation on creation of a new one | bncastle | 2017-11-01 | 1 | -5/+3 | |
| | | | | | | | | | | | - Select the correct animation when creating a new one. - Removed unneeded new_name variable. | |||||
| * | | Fix compilation on Visual Studio 2013 again. | scorched | 2017-11-01 | 1 | -3/+3 | |
| |/ | ||||||
| * | Merge pull request #10618 from poke1024/polygon2d-selection | Gilles Roudiere | 2017-11-01 | 2 | -157/+303 | |
| |\ | | | | | Proposal for modified Polygon2D editor controls | |||||
| | * | adds alternative editing of nodes: you can select nodes, use del to delete ↵ | Bernhard Liebl | 2017-10-23 | 2 | -157/+303 | |
| | | | | | | | | | nodes, and split edges by simply clicking into edge | |||||
| * | | Ability to shrink 3D viewport by half | Juan Linietsky | 2017-10-31 | 2 | -3/+28 | |
| | | | ||||||
| * | | Merge pull request #12499 from Zylann/freelook_toggle_mode | Rémi Verschelde | 2017-10-31 | 1 | -1/+17 | |
| |\ \ | | | | | | | Add option to use freelook with a toggle shortcut | |||||
| | * | | Add option to use freelook with a toggle shortcut (like Blender) instead of ↵ | Marc Gilleron | 2017-10-30 | 1 | -1/+17 | |
| | | | | | | | | | | | | | holding RMB (like Unity) | |||||
| * | | | Merge pull request #12363 from groud/implement_guides | Rémi Verschelde | 2017-10-30 | 2 | -47/+321 | |
| |\ \ \ | | | | | | | | | Implement 2D editor guides | |||||
| | * | | | Implement guides | Gilles Roudiere | 2017-10-24 | 2 | -47/+321 | |
| | | |/ | |/| | ||||||
| * | | | Clean up GI Probe baking, proper button and progress bar. | Juan Linietsky | 2017-10-30 | 2 | -0/+31 | |
| | | | | ||||||
| * | | | Fixes keybord directionnal keys not moving nodes in the 2D editor | Gilles Roudiere | 2017-10-29 | 1 | -26/+26 | |
| | |/ |/| | ||||||
| * | | Merge pull request #12389 from Chaosus/continuehotkey | Rémi Verschelde | 2017-10-28 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | | | | | Added hotkey for Continue action in Script editor [ci skip] | |||||
| | * | | Added hotkey for Continue action | Chaosus | 2017-10-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Add copy button to sprite_frames_editor_plugin | sersoong | 2017-10-28 | 2 | -0/+21 | |
| |/ / | ||||||
| * | | Finished transition of Patch9Rect to NinePatchRect | Indah Sylvia | 2017-10-24 | 3 | -48/+48 | |
| | | | ||||||
| * | | Merge pull request #12310 from Paulb23/toggle_highlight_current_line | Rémi Verschelde | 2017-10-23 | 1 | -0/+1 | |
| |\ \ | | | | | | | Added setting to toggle current line highlighting | |||||
| | * | | Added setting to toggle current line highlighting | Paulb23 | 2017-10-22 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Use bresenham line in freehand tilemap painting to fill discontinuities | Marc Gilleron | 2017-10-23 | 1 | -14/+31 | |
| | |/ |/| | ||||||
| * | | Merge pull request #11401 from SaracenOne/snapped_drag | Rémi Verschelde | 2017-10-22 | 5 | -25/+16 | |
| |\ \ | | | | | | | Added snapping to spatial drag and drop. | |||||
| | * | | Added snapping to spatial drag and drop. | SaracenOne | 2017-09-20 | 5 | -25/+16 | |
| | | | | ||||||
| * | | | Change theme button name to edit theme | Alexander Holland | 2017-10-22 | 1 | -1/+5 | |
| | | | | | | | | | | | | | [ci skip] | |||||
| * | | | Fix TileMap editor not getting input | Pedro J. Estébanez | 2017-10-22 | 1 | -1/+1 | |
| | |/ |/| | | | | | Fixes #12265. | |||||
| * | | Fix drop-down size when resizing font #12207 | Felipe Seixas | 2017-10-21 | 1 | -0/+2 | |
| | | | | | | | | | | | Fixes Scene > Open Recent Fixes ScriptEditor > File > Open Recent | |||||
| * | | Refactor Fixed to Physics | Poommetee Ketson | 2017-10-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #12228 from ↵ | Rémi Verschelde | 2017-10-20 | 1 | -2/+10 | |
| |\ \ | | | | | | | | | | | | | hi-ogawa/fix-spatial-shader-conversion-with-texture Fix spatial shader conversion with texture | |||||
| | * | | Fix spatial shader conversion with texture | Hiroshi Ogawa | 2017-10-19 | 1 | -2/+10 | |
| | | | | ||||||
