Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-16 | Fixed scene tree updating when undoing root node creation, issue 6125 | Paulb23 | |
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 #12862 from YeldhamDev/text_property | Rémi Verschelde | |
Made text in TextEdit a property | |||
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 #12627 from Goutte/feat-support-tau | Rémi Verschelde | |
Add support for TAU constant. | |||
2017-11-12 | Merge pull request #12858 from dfleury2/master | Rémi Verschelde | |
fix: Updates dynamic_font_stb to use get_extension, and memnew | |||
2017-11-12 | Merge pull request #12850 from Paulb23/help_file_lookup_issue_11867 | Rémi Verschelde | |
Fixed help lookup not finding classes, issue 11867 | |||
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 #12826 from BastiaanOlij/align_sensors_android | Rémi Verschelde | |
Align sensors and implement gravity sensor for Android | |||
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 | Made text in TextEdit a property. | Michael Alexsander Silva Dias | |
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 | -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restart | Juan Linietsky | |
-Fixed bug in AudioStreamPlayerSampler not completely writing the target buffer if sample ends, fixes #12307 | |||
2017-11-12 | Add support for the TAU constant. Fixes #12094. | Goutte | |
2017-11-12 | Properly fix node path selection in input ports, closes #12152 | Juan Linietsky | |
2017-11-12 | remove half_texpixel in canvas since no longer used | Juan Linietsky | |
2017-11-12 | Merge pull request #12828 from NathanWarden/pixel_stretch_fix | Juan Linietsky | |
Fixed a bug where clamp_uv was clamping one pixel short, stretching the last pixels. | |||
2017-11-12 | Set ambient contribution by default to 1, fixes #11850 | Juan Linietsky | |
2017-11-12 | fix: Updates dynamic_font_stb to use get_extension, and memnew | D. Fleury | |
2017-11-12 | Merge pull request #12844 from YeldhamDev/is_readonly | Poommetee Ketson | |
Added "is_readonly()" to TextEdit and made it a property | |||
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 | Added "is_readonly()" to TextEdit and made it a property. | Michael Alexsander Silva Dias | |
2017-11-11 | Fixed help lookup not finding classes, issue 11867 | Paulb23 | |
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 | Fixed theme update and some widgets. | Daniel J. Ramirez | |
2017-11-11 | Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ↵ | Nathan Warden | |
pixels. | |||
2017-11-11 | Merge pull request #12789 from ianb96/context_menu_fix | Poommetee Ketson | |
Context menu disable | |||
2017-11-11 | add context menu enable getters, setters, and properties in LineEdit and ↵ | Ian | |
TextEdit | |||
2017-11-11 | Merge pull request #12825 from mrcdk/particles_fix_tangent_random | Poommetee Ketson | |
Fix particles' tangential acceleration randomness | |||
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-11 | Merge pull request #12827 from djrm/pr_fixes | Poommetee Ketson | |
Some fixes and improvements. | |||
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-11 | Align sensors and implement gravity sensor for Android | Bastiaan Olij | |
2017-11-10 | Fix particles' tangential acceleration randomness | MrCdK | |
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. | |||
2017-11-10 | Allow changing importers in the import dock. | Webster Sheets | |
Still needs a major refactor to allow editing the properties of the new importer without having to reimport and re-select the items again. | |||
2017-11-10 | Disabled filter clip by default and made it optional, fixes #12368, likely ↵ | Juan Linietsky | |
others too | |||
2017-11-10 | Merge pull request #12807 from karroffel/gdnative-api-struct-refactor | Thomas Herzog | |
[GDNative] renamed nativearvr to arvr in api.json | |||
2017-11-10 | [GDNative] renamed nativearvr to arvr in api.json | Karroffel | |
2017-11-10 | Merge pull request #12803 from karroffel/gdnative-api-struct-refactor | Thomas Herzog | |
[GDNative] better API struct versioning | |||
2017-11-10 | Unify degree members and properties | letheed | |
2017-11-10 | [GDNative] rename nativearvr extension to arvr | Karroffel | |