Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | Merge pull request #12912 from ianb96/script_debug_fix | Rémi Verschelde | |
Remove debug msg from Script Editor | |||
2017-11-13 | remove debug msg | Ian | |
2017-11-14 | Merge pull request #12830 from ianb96/node_replace_signal | Rémi Verschelde | |
Fix signals disconnecting on changing target node type | |||
2017-11-13 | fix signals disconnecting on changing target node type | Ian | |
2017-11-13 | fix auto-generated GDN API header for C compilers (#12891) | Evrey | |
* fix auto-generated GDN API header for C compilers | |||
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 #12811 from Chaosus/quadsize | Rémi Verschelde | |
Add size to QuadMesh | |||
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 | Merge pull request #12885 from rraallvv/osx_android_travis | Rémi Verschelde | |
travis: caching Android, iOS, macOS (cross-compile) (master) | |||
2017-11-13 | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangement | Rémi Verschelde | |
Small arrangement in ScrollContainer | |||
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 | change matrix and enable caching for Android, iOS and macOS (cross-compile) | Rhody Lugo | |
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 | Fix drawing order of polygon 2d editor handles | Bernhard Liebl | |
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 | Small arrangement in ScrollContainer. | Michael Alexsander Silva Dias | |
2017-11-13 | Fit stylebox on ItemList | volzhs | |
2017-11-13 | Added size to QuadMesh | Chaosus | |
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 | 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 #12862 from YeldhamDev/text_property | Rémi Verschelde | |
Made text in TextEdit a property |