Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2017-12-05 | Make sure the scene warning of changes may be lost is only for scenes, fixes ↵ | Juan Linietsky | |
#13970 | |||
2017-12-05 | Fix a little mistake in a setting name (rulers->guides) | Gilles Roudiere | |
2017-12-05 | Enhanced 'open' menu in filesystemdock | sersoong | |
2017-12-05 | Merge pull request #13454 from YeldhamDev/about_richtext | Rémi Verschelde | |
Changed EditorAbout's TextEdits to RichTextLabels | |||
2017-12-05 | Merge pull request #13959 from groud/editable_rulers_colors | Rémi Verschelde | |
Makes editable the guides color | |||
2017-12-05 | Merge pull request #13977 from waldson/fix-stop-scene-always-active | Andreas Haas | |
Fix stop button always enabled | |||
2017-12-04 | i18n: Fix instructions for adding new language | Rémi Verschelde | |
Closes #13972. [ci skip] | |||
2017-12-04 | Fix stop button always enabled (issue #13933) | Waldson Patrício | |
2017-12-04 | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | |
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | |||
2017-12-04 | Merge pull request #13961 from groud/rulers_by_default | Juan Linietsky | |
Make rulers on by default | |||
2017-12-04 | Make rulers on by default | Gilles Roudiere | |
2017-12-04 | Fix the revert button issue with instanced nodes | Juande | |
The method "check_reload_status" on the file "property_editor.cpp" didn't take into account if the field is a property of an instanced node just like the "update_tree" does. The code that checks this in "update_tree" has been extracted into the method "_is_instanced_node_with_original_property_different" to be also used in "check_reload_status". Fixes #13415 | |||
2017-12-04 | Fixes Polygon2D wip mode closing when editing mode is changed | Bernhard Liebl | |
2017-12-04 | Merge pull request #13829 from goodyttoor/master | Rémi Verschelde | |
Some untranslated UI strings | |||
2017-12-04 | Make auto switch to remote scene tree opt-in | Rémi Verschelde | |
The performance cost is too high for now, so it should be opt-in for users who really need it all the time. Fixes #13833. | |||
2017-12-03 | Makes editable the rulers color | Gilles Roudiere | |
2017-12-02 | TileMap Fixes | Mariano Suligoy | |