summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-11-12Merge pull request #12852 from djrm/pr_import_fixesRémi Verschelde
Update meshes when reimporting,
2017-11-12Merge pull request #12862 from YeldhamDev/text_propertyRémi Verschelde
Made text in TextEdit a property
2017-11-12Merge pull request #12858 from dfleury2/masterRémi Verschelde
fix: Updates dynamic_font_stb to use get_extension, and memnew
2017-11-12Update meshes when reimporting,Daniel J. Ramirez
Save scene preview even when not doing save and play.
2017-11-12Made text in TextEdit a property.Michael Alexsander Silva Dias
2017-11-12-Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky
-Fixed bug in AudioStreamPlayerSampler not completely writing the target buffer if sample ends, fixes #12307
2017-11-12Set ambient contribution by default to 1, fixes #11850Juan Linietsky
2017-11-12fix: Updates dynamic_font_stb to use get_extension, and memnewD. Fleury
2017-11-11Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias
2017-11-11add context menu enable getters, setters, and properties in LineEdit and ↵Ian
TextEdit
2017-11-11Merge pull request #12825 from mrcdk/particles_fix_tangent_randomPoommetee Ketson
Fix particles' tangential acceleration randomness
2017-11-11Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson
Unify degree methods and properties
2017-11-10Some fixes and improvements.Daniel J. Ramirez
Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
2017-11-10Fix particles' tangential acceleration randomnessMrCdK
2017-11-10Disabled filter clip by default and made it optional, fixes #12368, likely ↵Juan Linietsky
others too
2017-11-10Unify degree members and propertiesletheed
2017-11-10Remove deprecated rotation methodsletheed
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
It had been missed in d09160a8b67fdc60e8108962c4e9bd4c0bc7f13e and broke compilation for those platforms. Took the opportunity to run clang-format on the code base to fix some corner cases that went through our static tests/were overlooked recently.
2017-11-09adjust min stop to horizontal velocityJuan Linietsky
2017-11-09Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky
2017-11-09Merge pull request #12713 from AndreaCatania/masterJuan Linietsky
Rewritten kinematic system
2017-11-07Rewritten kinematic systemAndreaCatania
2017-11-06Fix randomisation of initial particle velocityMillionOstrich
2017-11-06Merge pull request #12684 from mrcdk/atlastextures_fixRémi Verschelde
Added filter_clip to AtlasTexture
2017-11-06Merge pull request #12653 from poke1024/fixdocsclickRémi Verschelde
Fix selection and clicks on text in tables in RichTextLabel
2017-11-05Added filter_clip to AtlasTextureMrCdK
2017-11-05Changed line and word mouse selectionPaulb23
2017-11-05Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl
2017-11-04In Create New Node, always select and show best (shortest) matchBernhard Liebl
2017-11-04Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij
Adding rumble support to ARVR controllers
2017-11-02Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen
2017-11-02Merge pull request #12575 from leezh/richtext_newline_fixRémi Verschelde
Fixed RichTextLabel::add_newline() Fixes #12564
2017-11-01-Modules can now add custom version info (added it for Mono)Juan Linietsky
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
2017-11-02Fixed RichTextLabel::add_newline() #12564Zher Huei Lee
2017-11-01Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij
2017-10-31Merge pull request #12542 from Paulb23/enter_remove_text_issue_12494Rémi Verschelde
Remove text on enter, issue 12494
2017-10-31Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde
Fix joints collision exceptions, plus a bit more
2017-10-31Remove text on enter, issue 12494Paulb23
2017-10-31Ability to shrink 3D viewport by halfJuan Linietsky
2017-10-31Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde
2017-10-30Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde
Fix LineEdit drag selection to the left
2017-10-30Merge pull request #12351 from groud/fix_item_list_selection_clippingRémi Verschelde
Fixes the selection rect in item_list drawn not clipped
2017-10-30Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde
Fix get_node() and $ autocompletion when using single quotes
2017-10-30Fix get_node() and $ autocompletion when using single quotesUnknown
2017-10-30Clean up GI Probe baking, proper button and progress bar.Juan Linietsky
2017-10-30Merge pull request #12511 from sanikoyes/pr-fix-tabs-crashRémi Verschelde
Fix crash when click an empty tabs container
2017-10-30Fix crash when click an empty tabs containersanikoyes
2017-10-30Add missing StyleBoxLine bindingsanikoyes
2017-10-29Added multi level undo redo to line editPaulb23