summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-2110-162/+187
* Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
* Merge pull request #12852 from djrm/pr_import_fixesRémi Verschelde2017-11-122-3/+12
|\
| * Update meshes when reimporting,Daniel J. Ramirez2017-11-122-3/+12
* | Merge pull request #12862 from YeldhamDev/text_propertyRémi Verschelde2017-11-121-0/+1
|\ \
| * | Made text in TextEdit a property.Michael Alexsander Silva Dias2017-11-121-0/+1
* | | Merge pull request #12858 from dfleury2/masterRémi Verschelde2017-11-121-3/+2
|\ \ \ | |_|/ |/| |
| * | fix: Updates dynamic_font_stb to use get_extension, and memnewD. Fleury2017-11-121-3/+2
* | | -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky2017-11-123-26/+57
| |/ |/|
* | Set ambient contribution by default to 1, fixes #11850Juan Linietsky2017-11-121-1/+2
|/
* Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-112-0/+9
* add context menu enable getters, setters, and properties in LineEdit and Text...Ian2017-11-114-1/+25
* Merge pull request #12825 from mrcdk/particles_fix_tangent_randomPoommetee Ketson2017-11-111-2/+2
|\
| * Fix particles' tangential acceleration randomnessMrCdK2017-11-101-2/+2
* | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-1111-49/+49
|\ \
| * | Unify degree members and propertiesletheed2017-11-1011-49/+49
* | | Some fixes and improvements.Daniel J. Ramirez2017-11-102-2/+22
| |/ |/|
* | Disabled filter clip by default and made it optional, fixes #12368, likely ot...Juan Linietsky2017-11-103-3/+26
|/
* Remove deprecated rotation methodsletheed2017-11-108-84/+2
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-0911-12/+21
* Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-092-2/+2
* adjust min stop to horizontal velocityJuan Linietsky2017-11-091-1/+1
* Add slope min stop velocity on 3D physics body, closes #10981Juan Linietsky2017-11-091-3/+6
* Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-091-2/+3
|\
| * Rewritten kinematic systemAndreaCatania2017-11-071-2/+3
* | Fix randomisation of initial particle velocityMillionOstrich2017-11-061-2/+2
* | Merge pull request #12684 from mrcdk/atlastextures_fixRémi Verschelde2017-11-062-3/+24
|\ \
| * | Added filter_clip to AtlasTextureMrCdK2017-11-052-3/+24
| |/
* | Merge pull request #12653 from poke1024/fixdocsclickRémi Verschelde2017-11-061-0/+3
|\ \
| * | Fix selection and clicks on text in tables in RichTextLabelBernhard Liebl2017-11-051-0/+3
* | | Changed line and word mouse selectionPaulb232017-11-052-59/+137
| |/ |/|
* | In Create New Node, always select and show best (shortest) matchBernhard Liebl2017-11-042-0/+21
|/
* Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij2017-11-042-1/+32
|\
| * Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-012-1/+32
* | Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen2017-11-021-1/+0
* | Merge pull request #12575 from leezh/richtext_newline_fixRémi Verschelde2017-11-021-1/+2
|\ \
| * | Fixed RichTextLabel::add_newline() #12564Zher Huei Lee2017-11-021-1/+2
| |/
* / -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-0/+1
|/
* Merge pull request #12542 from Paulb23/enter_remove_text_issue_12494Rémi Verschelde2017-10-311-4/+3
|\
| * Remove text on enter, issue 12494Paulb232017-10-311-4/+3
* | Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-313-92/+59
|\ \ | |/ |/|
| * Fix joints collision exceptionsPedro J. Estébanez2017-08-293-92/+59
* | Ability to shrink 3D viewport by halfJuan Linietsky2017-10-312-1/+38
* | Revert "Fixes the selection rect in item_list drawn not clipped"Rémi Verschelde2017-10-311-0/+3
* | Merge pull request #12268 from AlexHolly/fix-lineedit-selectionRémi Verschelde2017-10-301-2/+4
|\ \
| * | fix LineEdit drag selection to the leftAlexHolly2017-10-201-2/+4
* | | Merge pull request #12351 from groud/fix_item_list_selection_clippingRémi Verschelde2017-10-301-3/+0
|\ \ \
| * | | Fixes the selection rect in item_list drawn not clippedGilles Roudiere2017-10-241-3/+0
* | | | Merge pull request #12471 from mhilbrunner/autocompleteRémi Verschelde2017-10-301-0/+6
|\ \ \ \
| * | | | Fix get_node() and $ autocompletion when using single quotesUnknown2017-10-301-0/+6