Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-21 | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky | |
2018-06-21 | Remove error messages | Juan Linietsky | |
2018-06-21 | Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵ | Juan Linietsky | |
with delete key | |||
2018-06-21 | Animation Blend Spaces | Juan Linietsky | |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | |
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | |||
2018-06-13 | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | |
Improve 3D selection | |||
2018-06-13 | Polished 3D selection | JFonS | |
2018-06-13 | Merge pull request #19503 from akien-mga/osx-ctrl-cmd | Rémi Verschelde | |
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | |||
2018-06-12 | Fixes a crash on draw_hover | groud | |
2018-06-11 | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | |
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761. | |||
2018-06-08 | Fix translate messages for new AnimationPlayer | Guilherme Felipe | |
2018-06-08 | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | |
Fix bugs related to bad handling of rotated/translated shapes in tilemap | |||
2018-06-08 | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | |
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | |||
2018-06-08 | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | |
Added autotile override | |||
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky | |
2018-06-06 | Fix theme not updating with changes | Guilherme Felipe | |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | |
2018-06-06 | Merge pull request #19388 from volzhs/show-filename | Rémi Verschelde | |
Show opened script or help name | |||
2018-06-06 | Show opened script or help name | volzhs | |
2018-06-03 | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | |
Fixup #18529 and #12870 | |||
2018-06-02 | Added autotile override | James Beedie | |
2018-06-01 | Merge pull request #19250 from YeldhamDev/scene_editor_tooltips | Rémi Verschelde | |
Minor changes to the Scene and Canvas editors' tooltips | |||
2018-05-30 | Move NavigationMeshEditorPlugin to Recast module as should be | Rémi Verschelde | |
Modules can register their own editor plugins (like GridMap does), so no need to put module-specific classes in the `editor/` folder. Also cleans up the previous SCons env pollution from the Recast module, integrating its code into libmodules as other modules. | |||
2018-05-29 | Minor changes to the Scene and Canvas editors' tooltips. | Michael Alexsander Silva Dias | |
2018-05-29 | Fix index out of size error of image.cpp | volzhs | |
2018-05-26 | Merge pull request #18234 from flashyincceo/font-preview | Max Hilbrunner | |
Adding font preview to file browsers | |||
2018-05-25 | Revert "Improve TileMap undo operations" | Rémi Verschelde | |
2018-05-25 | Merge pull request #19157 from volzhs/bone-visibility | Gilles Roudière | |
Don't draw bones if it's not visible | |||
2018-05-25 | Don't draw bones if it's not visible | volzhs | |
2018-05-23 | Improve TileMap undo operations | Marcelo Fernandez | |
2018-05-21 | Fix AssetLib image loading | Karolis K | |
2018-05-18 | Small tooltip changes. | Michael Alexsander Silva Dias | |
2018-05-18 | -Hid texture flags by default so they dont take so much space | Juan Linietsky | |
-make curve texture preview not so large, so its easier to embed the editor | |||
2018-05-17 | Merge pull request #18960 from isaacremnant/autotile_3x3_minimal | Mariano Javier Suligoy | |
Restore support for minimal 3x3 autotile sets | |||
2018-05-17 | Moved inspector functionality from EditorNode to InspectorDock. | Daniel J. Ramirez | |
2018-05-17 | -Ability to open resources in the same window | Juan Linietsky | |
-Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | |||
2018-05-17 | Restore support for minimal 3x3 autotile sets | isaacremnant | |
2018-05-17 | Merge pull request #18529 from swarnimarun/master | Rémi Verschelde | |
Fix StaticBody2D ignore in tileset bug | |||
2018-05-16 | Merge pull request #18930 from samdze/master | Rémi Verschelde | |
Changed the name displayed for built-in scripts in the Script tab with a more descriptive one | |||
2018-05-16 | Merge pull request #18891 from groud/fix_bone_selection | Rémi Verschelde | |
Bring back 2D bone selection | |||
2018-05-16 | Add missing copyright headers | Guilherme Felipe | |
2018-05-16 | AssetLib pagination modifications | Karolis K | |
2018-05-16 | Changed the name displayed in the Script tab for built-in script with a more ↵ | Samuele Zolfanelli | |
descriptive one | |||
2018-05-16 | Merge pull request #18442 from StraToN/add-button-sort-methods-overview | Rémi Verschelde | |
Add a ToggleButton for alphabetic sorting in methods overview | |||
2018-05-15 | -New inspector. | Juan Linietsky | |
-Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) - | |||
2018-05-15 | Bring back 2D bone selection | Gilles Roudiere | |
2018-05-15 | Fixes hovered Nodes2D display in the editor (remove duplicates) | Gilles Roudiere | |
2018-05-14 | Merge pull request #18797 from TailyFair/assetlib-video-overlay | Rémi Verschelde | |
Added video thumbnail overlay in asset description | |||
2018-05-12 | Merge pull request #18788 from Chaosus/fixblackpreviews | Rémi Verschelde | |
Fix black script previews | |||
2018-05-11 | Thumbnail overlay for videos in AssetLib | Karolis K | |