Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | Merge pull request #14478 from akien-mga/property-tooltips | Rémi Verschelde | |
PropertyEditor: Fix display of property doc in tooltip | |||
2017-12-09 | Project Manager: Fix Templates search signal connection. | Andreas Haas | |
Fixes #13921 | |||
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde | |
2017-12-09 | Merge pull request #13371 from RayKoopa/mute_animation_tracks | Rémi Verschelde | |
Add feature to disable animation tracks | |||
2017-12-09 | Merge pull request #14448 from groud/fix_checkboxes_update | Rémi Verschelde | |
Fixes the checkboxes update in canvas item editor | |||
2017-12-09 | Merge pull request #14455 from RayKoopa/remove_layer_flyout_label | Rémi Verschelde | |
Remove physics / render layer flyout label. | |||
2017-12-09 | Add feature to disable animation tracks | Ray Koopa | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Defer the scan filesystem call when adding import plugins | George Marques | |
This ensures every plugin is added before the scan is made. Fix #12749 | |||
2017-12-09 | Remove layer flyout label. | Ray Koopa | |
2017-12-09 | Merge pull request #13166 from Krakean/change_addrootifnone_v2 | Rémi Verschelde | |
When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2) | |||
2017-12-09 | Merge pull request #13446 from gad-o/duplicate_file | Rémi Verschelde | |
Add duplicate option to filesystem dock | |||
2017-12-09 | Fixes the checkboxes update | Gilles Roudiere | |
2017-12-09 | Merge pull request #13994 from ISylvox/caret-blink | Rémi Verschelde | |
Set Caret Blinking Enabled by Default | |||
2017-12-09 | Merge pull request #14420 from MattUV/fold-shortcut | Rémi Verschelde | |
Modify shortcuts and menus to fold/unfold code | |||
2017-12-09 | Restored two items in filesystemdock menu | sersoong | |
2017-12-08 | Modify shortcuts and menus to fold/unfold code | MattUV | |
Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F | |||
2017-12-08 | Merge pull request #14397 from YeldhamDev/localization_tab | Rémi Verschelde | |
Removed style override inside the Localization tab in the Project Settings | |||
2017-12-08 | Merge pull request #14396 from MattUV/fix-templates-link | Rémi Verschelde | |
Fix Manage Export Templates link | |||
2017-12-07 | Removed style override inside the Localization tab in the Project Settings. | Michael Alexsander Silva Dias | |
2017-12-08 | Fix Manage Export Templates link | MattUV | |
In some cases, the link to download export templates was missing. Fixes #14391 | |||
2017-12-07 | Changed current line draw order and added code folding color | Paulb23 | |
2017-12-07 | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵ | Juan Linietsky | |
converters more easily. | |||
2017-12-07 | Merge pull request #14348 from waldson/feature-set-main-screen-plugin-icon | George Marques | |
Add method on EditorPlugin to set main screen plugins icons | |||
2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky | |
2017-12-07 | Merge pull request #14332 from akien-mga/clang-format | Rémi Verschelde | |
Update style for clang-format 5.0.0, new min required version | |||
2017-12-07 | Add uppercase and lowercase to rightclickmenu in scripteditor | sersoong | |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde | |
Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook. | |||
2017-12-07 | Add 'copy script path' to script editor plugin | sersoong | |
2017-12-06 | Reduce some graphics memory usage by disabling unnecesary modes, closes #12831 | Juan Linietsky | |
2017-12-07 | Merge pull request #13827 from sersoong/master-addopenselection | Rémi Verschelde | |
Enhanced 'open' menu in filesystemdock | |||
2017-12-07 | Merge pull request #13958 from jjjuande/fix_revert_button | Rémi Verschelde | |
Fix the revert button issue with instanced nodes | |||
2017-12-07 | Merge pull request #13956 from poke1024/fix-poly2d-mode-change | Rémi Verschelde | |
Fixes Polygon2D wip mode closing when editing mode is changed | |||
2017-12-07 | Merge pull request #14002 from poke1024/fixhelpspeed | Rémi Verschelde | |
Make "Search Help" more responsive | |||
2017-12-06 | -Fix particles with size==0, closes #13931 | Juan Linietsky | |
-Fixed material previews (dont show sphere unless for spatial) | |||
2017-12-06 | Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menu | Rémi Verschelde | |
Add context menu to editor file dialogs | |||
2017-12-06 | Merge pull request #13409 from YeldhamDev/textedit_disabled | Rémi Verschelde | |
Add disabled theme to TextEdit | |||
2017-12-06 | Add method to set main screen plugin icon | Waldson Patrício | |
2017-12-06 | Merge pull request #13982 from willnationsdev/editorfiledialog-docs | Rémi Verschelde | |
[DOCS] EditorFileDialog props added, member/method/signal descs [ci skip] | |||
2017-12-06 | Fix and rewrite folding logic, closes #14005, closes #13421 | Juan Linietsky | |
2017-12-06 | Make "Search Help" more responsive | poke1024 | |
2017-12-06 | Created internal usage flag to remove non editor properties from doc, closes ↵ | Juan Linietsky | |
#13334 | |||
2017-12-06 | [DOCS] EditorFileDialog props/member/method/signal | Will Nations | |
2017-12-06 | Merge pull request #14013 from qichunren/fix_project_rename_lost_focus | Rémi Verschelde | |
Fixed project name line edit lost input focus in project rename dialog. | |||
2017-12-06 | Merge pull request #14008 from vnen/export-icon-splash | Rémi Verschelde | |
Export icon and splash images directly to final package | |||
2017-12-06 | Fixed project name line edit lost input focus. | qichunren | |
2017-12-05 | Export icon and splash images directly to final package | George Marques | |
They need to bypass the path remapping to be loaded as images during the start routine. | |||
2017-12-05 | Moves the guides colors to editor settings | Gilles Roudiere | |
2017-12-05 | Add context menu to editor file dialogs. | Ray Koopa | |