Commit Graph

37874 Commits

Author SHA1 Message Date
9013771b53 Merge pull request #51518 from Calinou/doc-network-android-permission 2021-09-25 15:36:18 +02:00
a5332ca9ea Merge pull request #36910 from Calinou/add-script-nav-extra-mouse-button
Add history navigation in the script editor using extra mouse buttons
2021-09-25 15:33:51 +02:00
3143e7df69 Add history navigation in the script editor using extra mouse buttons
This feature is enabled by default, but it can be disabled in the editor
settings in case it interferes with other uses of the extra buttons
(such as push-to-talk in a VoIP program).
2021-09-25 13:33:07 +02:00
7a62bd1e44 Document Android permission requirements for network access where needed 2021-09-25 12:32:46 +02:00
9293c76636 Merge pull request #53049 from AnilBK/dont-construct-2 2021-09-25 12:26:08 +02:00
cdd912c48e Construct values only when necessary. 2021-09-25 14:46:45 +05:45
9c13e9152f Merge pull request #53038 from pycbouh/tree-fix-folding-arrow-with-margin
Correctly calculate position of the folding arrow in `Tree`
2021-09-25 09:13:34 +02:00
de917008fd Merge pull request #53024 from kleonc/texture-preview-updating 2021-09-25 01:17:24 +02:00
873443756d Correctly calculate position of the folding arrow in Tree 2021-09-25 02:01:14 +03:00
994c1201c1 Merge pull request #52996 from YeldhamDev/im_the_invisible_tab 2021-09-25 00:11:51 +02:00
0abe464162 Merge pull request #52849 from KoBeWi/know_no_binds 2021-09-25 00:10:56 +02:00
442c65f359 Merge pull request #53034 from CaptainProton42/fix-multimesh-populate-surface 2021-09-25 00:10:14 +02:00
1a3d53c008 TexturePreview Update text when texture is being changed 2021-09-25 00:10:12 +02:00
d395dbae26 Merge pull request #53036 from CaptainProton42/fix-gpuparticles3d-emission-points-from-node 2021-09-25 00:06:55 +02:00
ed5f6cc351 Fix GPUParticle3D emission point generation
`emission_point_texture` is now correctly created from an image containing the emission points.
2021-09-24 23:11:10 +02:00
46cc0af5c5 Merge pull request #53009 from Chaosus/fix_completion_results 2021-09-24 21:42:38 +02:00
8b279541b2 Merge pull request #52987 from Calinou/editor-debugger-color-error-warning-lines 2021-09-24 21:41:51 +02:00
ccf05aeb9a Fix Face3::get_random_point_inside()
Use correct overload of Math::random(from, to) to return floating point values within the correct range.
2021-09-24 21:41:17 +02:00
01d505e507 Merge pull request #52993 from YeldhamDev/tabs_rename_fix 2021-09-24 21:40:23 +02:00
89c718c58b Merge pull request #44352 from KoBeWi/ItemList🔥🔥🔥🔥🔥
Add Delete All button to ItemList editor
2021-09-24 20:46:42 +02:00
7bf5fc709e Remove binds from Signal.connect 2021-09-24 17:07:33 +02:00
edf3d225ce Fix tab renaming not updating its size in Tabs 2021-09-24 10:44:04 -03:00
e70a0d950a Fix incorrect offsets of tooltip content in CodeEdit
Fix incorrect offsets of tooltip content in `CodeEdit`
2021-09-24 16:33:39 +03:00
f7e152b001 Add Delete All button to ItemList editor 2021-09-24 14:56:46 +02:00
53306cb79a Merge pull request #50165 from KoBeWi/take_it_easing 2021-09-24 14:28:59 +02:00
11e7963a14 Refactor and move easing equations 2021-09-24 13:47:13 +02:00
5e4a71200e Merge pull request #53003 from KoBeWi/tween_0() 2021-09-24 13:21:55 +02:00
32ab77ef8f Merge pull request #52430 from AnilBK/vector2-replacements 2021-09-24 13:04:42 +02:00
5c1195e456 Add a special case for 0-time interpolations 2021-09-24 13:02:49 +02:00
b8a6eb6d9b Merge pull request #38414 from theoway/Fix-GraphNode_offset_update 2021-09-24 13:01:20 +02:00
252ae43737 Update AUTHORS and DONORS list
New contributors added to AUTHORS:
@AnilBK, @Jummit

Thanks to all contributors and donors for making Godot possible!
2021-09-24 12:27:02 +02:00
fb4fadfd1e Merge pull request #52967 from danger-dan/dev_vehicle_sleep_fix 2021-09-24 11:47:15 +02:00
d267777936 Merge pull request #52939 from bruvzg/remove_v_kern 2021-09-24 11:46:40 +02:00
10801b90f9 Merge pull request #52994 from YeldhamDev/dock_popup_arrow_fix 2021-09-24 08:49:45 +02:00
cc23d6d270 Merge pull request #52988 from Calinou/remove-pragma-once
Replace `#pragma once` by traditional include guards for consistency
2021-09-24 08:28:00 +02:00
e8efe621d5 Added set_active(true) to all body direct state force apply/impulses. #52915 2021-09-24 17:22:51 +12:00
7ce02b642e Expose TabContainer's tab hidding for scripts 2021-09-24 01:26:59 -03:00
6def32d643 Replace #pragma once by traditional include guards for consistency
`#pragma once` was used in a few files, yet we settled on using
traditional include guards instead.

The PooledList template comment was also moved to allow editors
such as Visual Studio Code to display the comment when hovering
PooledList.

`app.h` was renamed to `app_uwp.h` to be less generic for the
include guard.
2021-09-24 02:33:15 +02:00
f289b13b6b Fix arrow pointing in the wrong direction in the Dock Position popup 2021-09-23 21:32:48 -03:00
cae492562b Color error and warning lines in the editor debugger's Errors panel
This improves readability when some errors/warnings are unfolded,
as their stack traces will keep their original colors.
2021-09-24 01:15:36 +02:00
e92064fbef Merge pull request #52924 from David1Socha/expose_import_keep_when_multiple_selected 2021-09-24 01:14:59 +02:00
ec9f9f72e2 export "Keep" import option when multiple files are selected
Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
2021-09-23 16:48:32 -05:00
01f692c173 Merge pull request #52790 from AnilBK/dont-construct 2021-09-23 19:44:19 +02:00
cc51b045da Construct values only when necessary. 2021-09-23 22:26:07 +05:45
2ec1152b0f Merge pull request #52539 from groud/implement_animated_tiles 2021-09-23 18:06:41 +02:00
f9e6329496 Implement animated tiles 2021-09-23 17:24:37 +02:00
8c8feb3ebd Merge pull request #52946 from Faless/ext/construct_extended 2021-09-23 16:09:53 +02:00
88b347dc27 Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-some-functions 2021-09-23 13:14:20 +02:00
011866edcd Merge pull request #52956 from laws65/skeleton3d-bone-fix 2021-09-23 12:10:09 +02:00
2815594ba0 Merge pull request #52954 from nekomatata/fix-kinematic-collision-reference 2021-09-23 10:26:08 +02:00