Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Merge pull request #12906 from vnen/import-options-refresh | Rémi Verschelde | |
Refresh import options when changing importer | |||
2017-11-13 | Merge pull request #12907 from YeldhamDev/indentation_connection | Rémi Verschelde | |
Fixed signal connection dialog ignoring indentation settings when creating a function | |||
2017-11-13 | Fixed signal connection dialog ignoring indentation settings when creating a ↵ | Michael Alexsander Silva Dias | |
function. | |||
2017-11-13 | Refresh import options when changing importer | George Marques | |
2017-11-13 | Merge pull request #12014 from hi-ogawa/fix-video-playback | Rémi Verschelde | |
Fix video playback | |||
2017-11-13 | Do not enable light if atlas size is 0, closes #9335 | Juan Linietsky | |
2017-11-13 | Revert this, karroffel makes sense that this should be implemented per language. | Juan Linietsky | |
2017-11-13 | Disable OpenGL warnings unless running with -v, closes #7171 | Juan Linietsky | |
2017-11-13 | Do not send NOTIFICATION_PREDELETE to scripts, as it can cause problmes in ↵ | Juan Linietsky | |
garbage collected languages. Closes #6784 | |||
2017-11-13 | Merge pull request #12893 from Chaosus/dupsignals | Rémi Verschelde | |
Duplicate signals fixes | |||
2017-11-13 | Merge pull request #12902 from volzhs/fix-itemlist-stylebox | Andreas Haas | |
Fit stylebox on ItemList | |||
2017-11-13 | Duplicate signals fixes | Chaosus | |
2017-11-13 | Merge pull request #12904 from eska014/html5-fix-mousebuttons | Rémi Verschelde | |
Fix HTML5 mouse button release events | |||
2017-11-13 | Fix HTML5 mouse button release events | Leon Krause | |
2017-11-13 | Fit stylebox on ItemList | volzhs | |
2017-11-13 | Merge pull request #12622 from BastiaanOlij/arvr_changes_to_server | Rémi Verschelde | |
Removed add/remove interface bindings and added get_interfaces | |||
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 | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | |
2017-11-13 | classref: Sync with current source | Rémi Verschelde | |
[ci skip] | |||
2017-11-13 | Merge pull request #12892 from n-pigeon/tra_gizmo_fix_1 | Rémi Verschelde | |
Fixed View plane local rotation. Fixes - #12815 | |||
2017-11-13 | Fixed View plane local rotation. | Przemysław Gołąb (n-pigeon) | |
Plus some cleanups. | |||
2017-11-13 | Merge pull request #12867 from eska014/html5-http | Rémi Verschelde | |
Implement HTTPClient in HTML5 platform | |||
2017-11-13 | Merge pull request #12868 from Web-eWorks/gltf-fixes | Rémi Verschelde | |
Fix #12056: Crash while loading gtlf files. | |||
2017-11-12 | Fix for #12056, though GTLF import of that file is still incorrect. | Webster Sheets | |
2017-11-13 | Remove leading newline in SConstruct | George Marques | |
Some editors don't recognize the shebang if it's not on the first line. | |||
2017-11-13 | Implement HTTPClient in HTML5 platform | Leon Krause | |
Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification | |||
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. |