Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-16 | Merge pull request #12966 from SaracenOne/convcol | Rémi Verschelde | |
Added 'convcol' flag for importing meshes as convex collision | |||
2017-11-16 | Added 'convcol' flag for importing meshes as convex collision and completed code | Saracen | |
for parsing collision flags to mesh data. | |||
2017-11-15 | Add support for remote debug in scene tree. | Juan Linietsky | |
2017-11-15 | Improve code style of generated headers | Rémi Verschelde | |
2017-11-15 | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | |
Spaces in filenames are evil. | |||
2017-11-15 | doc: Remove revision.module_config from version string | Rémi Verschelde | |
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs. | |||
2017-11-15 | Merge pull request #12949 from karroffel/gdnative-export | Juan Linietsky | |
[GDNative] export plugin | |||
2017-11-15 | [GDNative] export plugin | Karroffel | |
2017-11-15 | Make sure scan happens after all nodes enter scene (including plugins), ↵ | Juan Linietsky | |
fixes #9286 | |||
2017-11-15 | When script changes, defer tree updating. Fixes #9704 | Juan Linietsky | |
2017-11-14 | Merge pull request #12922 from eska014/engine-singletons | Rémi Verschelde | |
Singleton management changes | |||
2017-11-14 | Finalized ability to convert from CanvasItem/Spatial/Particles materials to ↵ | Juan Linietsky | |
ShaderMaterial, closes #10242 | |||
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause | |
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 | Refresh import options when changing importer | George Marques | |
2017-11-13 | Fix drawing order of polygon 2d editor handles | Bernhard Liebl | |
2017-11-13 | Merge pull request #12893 from Chaosus/dupsignals | Rémi Verschelde | |
Duplicate signals fixes | |||
2017-11-13 | Duplicate signals fixes | Chaosus | |
2017-11-13 | Merge pull request #12895 from volzhs/better-ttr-format | Rémi Verschelde | |
Better TTR format | |||
2017-11-13 | Better TTR format | volzhs | |
2017-11-13 | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | |
Plus some cleanups. | |||
2017-11-12 | Fix for #12056, though GTLF import of that file is still incorrect. | Webster Sheets | |
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 #12852 from djrm/pr_import_fixes | Rémi Verschelde | |
Update meshes when reimporting, | |||
2017-11-12 | Merge pull request #12864 from Paulb23/root_node_delete_undo_issue_3642 | Rémi Verschelde | |
Fixed scene tree not updating when undo/redo delete of root node, issue 3642 | |||
2017-11-12 | Merge pull request #12860 from leezh/doc_fix | Rémi Verschelde | |
Moved doc description formatting. Fixes #12798 | |||
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 | Update meshes when reimporting, | Daniel J. Ramirez | |
Save scene preview even when not doing save and play. | |||
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 | Fixed scene tree not updating when undo/redo delete of root node, issue 3642 | Paulb23 | |
2017-11-12 | Moved doc description formatting. Fixes #12798 | Zher Huei Lee | |
Paragraph spacing is now applied only during rendering (so doctool preserves formatting). Paragraph spacing now no longer applies within [code] tags. Extra bbcode is now ignored within [code] tags. | |||
2017-11-12 | Merge pull request #12841 from djrm/pr_fixes | Poommetee Ketson | |
Fixed theme update and some widgets. | |||
2017-11-12 | Remove preview when closing "change default type" dialog. | Andreas Haas | |
2017-11-11 | Merge pull request #12822 from Web-eWorks/importerfixes | Andreas Haas | |
Allow changing importers in the import dock. | |||
2017-11-11 | Merge pull request #12829 from ianb96/project_settings_fix | Andreas Haas | |
Project Settings Crash fix | |||
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-11 | Merge pull request #12821 from viprip/fix_remove_icon | Poommetee Ketson | |
Replace Del icon by Remove icon | |||
2017-11-10 | fix #12769 project settings crash | Ian | |
2017-11-10 | Some fixes and improvements. | Daniel J. Ramirez | |
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton. | |||
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. |