aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Clean up GI Probe baking, proper button and progress bar.Juan Linietsky2017-10-302-1/+28
* | | | | Merge pull request #12511 from sanikoyes/pr-fix-tabs-crashRémi Verschelde2017-10-301-0/+7
|\ \ \ \ \
| * | | | | Fix crash when click an empty tabs containersanikoyes2017-10-301-0/+7
* | | | | | Add missing StyleBoxLine bindingsanikoyes2017-10-301-0/+1
|/ / / / /
* / / / / Added multi level undo redo to line editPaulb232017-10-292-31/+88
|/ / / /
* | | | Refactor bufer to bufferPoommetee Ketson2017-10-281-1/+1
* | | | Merge pull request #12308 from GiantBlargg/revert-11587-directional_light_initRémi Verschelde2017-10-261-6/+0
|\ \ \ \
| * | | | Revert "In editor, instance DirectionalLight with an initial orientation"Giantblargg2017-10-221-6/+0
* | | | | Fixes infinite loop in NavPolygonInstance warningsCédric Fuchs2017-10-261-1/+1
* | | | | fix a 'proximity_fade_distacne' typo in materialJakub Grzesik2017-10-251-1/+1
* | | | | Fix margin with tree drawingJakob Sinclair2017-10-241-1/+1
* | | | | Finished transition of Patch9Rect to NinePatchRectIndah Sylvia2017-10-243-7/+7
* | | | | Merge pull request #12310 from Paulb23/toggle_highlight_current_lineRémi Verschelde2017-10-232-2/+20
|\ \ \ \ \
| * | | | | Added setting to toggle current line highlightingPaulb232017-10-222-2/+20
* | | | | | Merge pull request #12316 from mrezai/fix-disable-3dRémi Verschelde2017-10-232-3/+9
|\ \ \ \ \ \
| * | | | | | Fix disable_3d=yes compile errorsmrezai2017-10-222-3/+9
* | | | | | | missing set/get_collision_mask_bit() for RayCastJakub Grzesik2017-10-234-0/+42
* | | | | | | Missing binds for SSAOBlur enum caused issues compiling GDNative cpp_bindingsBastiaan Olij2017-10-231-0/+5
| |_|_|/ / / |/| | | | |