summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #43999 from volzhs/update-scrollcontainer-page-value-masterRémi Verschelde2020-12-031-0/+2
|\
| * Update page value properly of ScrollContainervolzhs2020-12-011-0/+2
* | Refactored Mesh internals and formats.reduz2020-12-026-212/+559
* | Fixed some errors when changing port name in visual shader expressionsYuri Roubinsky2020-12-022-20/+23
* | Fix few bugs in visual shader expressionsYuri Roubinsky2020-12-011-2/+6
|/
* Merge pull request #43971 from volzhs/fix-tab-containerRémi Verschelde2020-11-301-13/+15
|\
| * Fix TabContainer crashesvolzhs2020-11-301-13/+15
* | fix #43695 by revert part of #41576FIF152020-11-301-0/+1
|/
* Merge pull request #43958 from EricEzaM/PR/basebutton-add-property-and-docoRémi Verschelde2020-11-291-0/+1
|\
| * Exposed shortcut_context property to scripting and added documentation.Eric M2020-11-301-0/+1
* | Fixed several visual shader inputsYuri Roubinsky2020-11-291-15/+20
|/
* Merge pull request #42761 from fire/color-grading-3dRémi Verschelde2020-11-282-8/+25
|\
| * Environment brightness, contrast, saturation restore with color correction.clayjohn2020-11-282-8/+25
* | Fixed invalid visual shader outputs (TRANSMISSION, ALPHA_SCISSOR)Yuri Roubinsky2020-11-281-4/+4
* | Merge pull request #43925 from madmiraal/fix-16039aRémi Verschelde2020-11-284-49/+0
|\ \
| * | Remove RigidBody weight propertyMarcel Admiraal2020-11-274-49/+0
* | | Merge pull request #43828 from Chaosus/restore_line_antialiasingYuri Roubinsky2020-11-283-14/+14
|\ \ \
| * | | Restored antialiased lines by emulation using triangle stripsYuri Roubinsky2020-11-273-14/+14
* | | | Merge pull request #42987 from clayjohn/VULKAN-sky-onlyRémi Verschelde2020-11-282-0/+18
|\ \ \ \
| * | | | Add sky_only setting to DirectionalLight3Dsclayjohn2020-10-212-0/+18
* | | | | Merge pull request #42109 from EricEzaM/PR/input-and-shortcuts-reworkRémi Verschelde2020-11-286-18/+54
|\ \ \ \ \
| * | | | | Add is_valid() check for InputEventKey in CanvasItemEditor.Eric M2020-11-231-1/+1
| * | | | | Implement new shortcuts system.Eric M2020-11-236-18/+53
| * | | | | Added accept_event() calls for SceneTreeDock and BaseButtonEric M2020-11-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #41100 from bruvzg/ctl_text_server_interfaceRémi Verschelde2020-11-2875-4087/+7280
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | [Complex Text Layouts] Refactor TextEdit and CodeEdit controls.bruvzg2020-11-263-747/+1177
| * | | | [Complex Text Layouts] Refactor Label and LineEdit controls.bruvzg2020-11-264-762/+1232
| * | | | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-2673-2608/+4901
* | | | | Merge pull request #39056 from rileylyman/tscn_newlinesRémi Verschelde2020-11-271-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | skip extra newline in .tscn when renaming dependencyrileylyman2020-05-251-0/+5
* | | | | Implement signed distance fields for 2D shadersreduz2020-11-265-1/+94
* | | | | Merge pull request #43884 from Chaosus/vs_warningsRémi Verschelde2020-11-262-0/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Added extra warning to VisualShaderNodeTexture + fix warning appearingYuri Roubinsky2020-11-262-0/+16
* | | | | Merge pull request #43807 from Xrayez/aspect-ratio-containerRémi Verschelde2020-11-263-0/+249
|\ \ \ \ \
| * | | | | Add `AspectRatioContainer` classAndrii Doroshenko (Xrayez)2020-11-253-0/+249
| | |_|/ / | |/| | |
* | | | | Merge pull request #43865 from madmiraal/fix-43852Rémi Verschelde2020-11-264-15/+99
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check joint nodes and generate configuration warning messages.Marcel Admiraal2020-11-254-15/+99
* | | | | Removed unused property 'pending_resize' from ControlEric M2020-11-261-2/+0
* | | | | Merge pull request #43833 from volzhs/fix-scrollcontainer-bar-max-valueRémi Verschelde2020-11-251-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix to update scroll bar has correct max value in ScrollContainervolzhs2020-11-251-2/+2
* | | | | Update clear button when clickedTomasz Chabora2020-11-251-0/+1
|/ / / /
* / / / fixed Camera2D rotation with non-square zoomgreenfox2020-11-221-1/+1
|/ / /
* | | doc: Warn about using Node internal processingRémi Verschelde2020-11-201-1/+1
* | | Do not start `Timer` upon manual switching of internal processAndrii Doroshenko (Xrayez)2020-11-201-2/+2
* | | Describe `ImageTexture`, `Image` creation and usageAndrii Doroshenko (Xrayez)2020-11-171-6/+9
* | | Merge pull request #38812 from aaronfranke/brace-no-empty-lineRémi Verschelde2020-11-1732-56/+0
|\ \ \
| * | | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-1632-56/+0
* | | | Merge pull request #43547 from TokageItLab/lowering-s3d-and-camera-min-unitRémi Verschelde2020-11-175-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Lowering the Minimum Unit at Shape3D and CamerasTokage2020-11-175-8/+8
* | | | Merge pull request #43316 from YeldhamDev/rate_scale_wav_fixRémi Verschelde2020-11-161-1/+2
|\ \ \ \