César Izurieta
f66200ed3c
Fix gltf texture filename decoding
2022-07-03 03:03:24 +02:00
Rémi Verschelde
3d19f21576
Merge pull request #49967 from Calinou/viewport-2d-hdr-print-warning
2022-07-03 02:41:26 +02:00
Rémi Verschelde
86229d0b03
Merge pull request #54239 from Calinou/editor-directionallight-3d-only-show-relevant-properties-3.x
...
Only show relevant properties in the DirectionalLight inspector (3.x)
2022-07-03 02:02:10 +02:00
Rémi Verschelde
567083b981
Merge pull request #41402 from saneery/interpolated-camera-process-mode
2022-07-03 01:59:32 +02:00
saneery
cb94797ce4
Add process_mode property to InterpolatedCamera
2022-07-03 01:47:10 +02:00
Rémi Verschelde
097556d11a
Merge pull request #47170 from hilfazer/print_stray_nodes
2022-07-03 01:10:50 +02:00
Rémi Verschelde
498334d464
Merge pull request #47279 from Shatur/3.x
2022-07-03 01:10:37 +02:00
Rémi Verschelde
ef29a227bf
Merge pull request #55826 from kdiduk/gdnative-poolstringarray-join
2022-07-03 01:05:03 +02:00
hilfazer
fe21fb175c
print_stray_nodes() also prints node's script
2022-07-03 01:00:58 +02:00
Shatur95
5ccc941a4c
[3.x] Remove hardcoded names in generated objects
2022-07-03 00:58:13 +02:00
Rémi Verschelde
3000d8d140
Merge pull request #59576 from techiepriyansh/fix-multiple-instances-3.x
2022-07-03 00:22:15 +02:00
Rémi Verschelde
bed3d2cbd5
Merge pull request #61169 from DeeJayLSP/wav_ieee_3.x
2022-07-02 22:03:14 +02:00
Pedro J. Estébanez
65a83785fd
Avoid GL undefined behavior in ubershaders
2022-07-02 19:54:02 +02:00
Rémi Verschelde
a9920ae54f
Merge pull request #62634 from akien-mga/3.x-scons-shadergen-depends
2022-07-02 16:51:54 +02:00
Rémi Verschelde
0b5b39d536
Merge pull request #62633 from linkpy/61508_fix
2022-07-02 16:26:35 +02:00
Rémi Verschelde
772d071863
SCons: Properly track codegen script dependency for generated GLES headers
2022-07-02 15:52:42 +02:00
Estelle Linkpy Reid
7a2d3b04a5
Corrected InputEventKey::as_text to return a non-empty string for physical keys.
2022-07-02 15:34:15 +02:00
Fabio Alessandrelli
e1447ec823
Merge pull request #62608 from RPicster/3.x-default-cursor-fix
...
[3.x] Default cursor fix in html5 export.
2022-07-02 08:09:31 +02:00
Kirill
ad77a3f2f7
Stretch image on resize in asset description dialog
...
(cherry picked from commit 924658a849
)
2022-07-02 00:08:56 +02:00
Haoyu Qiu
4834525242
Improve String.format() documentation
...
(cherry picked from commit 25c7f567dd
)
2022-07-02 00:07:48 +02:00
Rémi Verschelde
cc9dd00e1a
Revert "Command line arguments '--version' and '--help' return exit code 0 instead of 255"
...
This reverts commit 9e165a8c2b
.
See https://github.com/godotengine/godot/pull/62550#issuecomment-1172745325 .
2022-07-02 00:07:14 +02:00
Rémi Verschelde
ea4aaf9705
Merge pull request #62613 from smix8/nav_remove_2d_navbake_docs_3.x
2022-07-01 22:36:40 +02:00
smix8
5e1063bd0e
[3.5] Remove documentation that mentions 2D navigation baking
...
Cherrypick mentions 2D navigation mesh baking which does only exist very hidden in Godot 3.5.
2022-07-01 22:18:13 +02:00
Raffaele Picca
3f8830ec50
Fix default cursor in html5 export.
2022-07-01 20:46:58 +02:00
kobewi
14f69acaa4
Fix find_next_valid_focus() freeze
...
(cherry picked from commit 8d62b736b2
)
2022-07-01 14:00:55 +02:00
Rémi Verschelde
316eea5046
Merge pull request #62586 from Sosasees/3.x
2022-07-01 11:09:33 +02:00
Fabio Alessandrelli
2882eaab28
Merge pull request #62522 from Calinou/html5-editor-no-maximize-on-start-3.x
...
Fix window maximize error message appearing when starting the web editor (3.x)
2022-07-01 09:57:33 +02:00
Sosasees
c9b9bf5437
recolor Remove Theme Items icons from Godot 4 colors to Godot 3
...
follow-up to #62559 .
we found more icons that mistakenly had the Godot 4 colors,
so i fixed them too.
2022-07-01 09:38:23 +02:00
Hugo Locurcio
786ff06ed7
Fix window maximize error message appearing when starting the web editor
...
An error message is no longer printed when trying to maximize the window
in HTML5. This behavior is consistent with Android and iOS.
2022-07-01 01:54:15 +02:00
Rémi Verschelde
a7559fcb6e
Errors: Fallback to `fprintf` if `OS` singleton doesn't exist
...
Otherwise we would crash if something prints an error before init or
after destruction of the `OS` singleton which handles printing/logging.
(cherry picked from commit c83084fccb
)
2022-06-30 19:23:02 +02:00
kobewi
f659869a45
Fix find_next_valid_focus() freeze
...
(cherry picked from commit d9ede52ded
)
2022-06-30 19:23:01 +02:00
Jan Haller
9e165a8c2b
Command line arguments '--version' and '--help' return exit code 0 instead of 255
...
Allows to detect whether those commands executed successfully, which makes integration with shell scripts/CI/bindings straightforward.
(cherry picked from commit e3a8edf536
)
2022-06-30 19:23:01 +02:00
smix8
381e8dd278
Group NavigationAgent properties
...
Groups the ill-defined NavigationAgent properties between pathfinding and avoidance to make it more clear which property affects what.
(cherry picked from commit dde09be302
)
2022-06-30 19:23:01 +02:00
ConteZero
a13b3028a2
Add an option to drag'n'drop selected text in TextEdit
...
(cherry picked from commit 5d56efcaa4
)
2022-06-30 19:23:01 +02:00
Rémi Verschelde
510630651f
Merge pull request #62559 from Sosasees/3.x
2022-06-30 19:15:09 +02:00
Sosasees
916fee78bd
recolor FlowContainer icons to the same color as Control icon
...
according to the discussion in issue #62553 ,
the FlowContainer icons don't get color-adjusted for Light theme
and it's because the color code is off.
to fix this issue, i recolored them to be the same icon as the Control icon,
an icon that i already know Does get recolored for Light theme.
2022-06-30 18:01:49 +02:00
Rémi Verschelde
e681755cda
Merge pull request #62543 from Rubonnek/x11-fullscreen
2022-06-30 11:58:05 +02:00
Wilson E. Alvarez
cf38b6f187
Properly check for fullscreen toggle made through the Window Manager
2022-06-29 21:55:51 -04:00
Rémi Verschelde
c93ccb5d1d
i18n: Sync classref translations with Weblate
2022-06-29 12:12:11 +02:00
Rémi Verschelde
f29241fa1e
i18n: Sync editor translations with Weblate
2022-06-29 12:08:19 +02:00
Rémi Verschelde
06f4a28306
Update docs links still pointing to 3.4
2022-06-29 12:03:04 +02:00
snailrhymer
28d387f721
Fix typos and improve clarity in Tween docs
...
(cherry picked from commit aff30b649e
)
2022-06-28 16:41:26 +02:00
smix8
7aff541538
Clarify NavigationAgent radius property
...
Documents Navigation radius property, especially that it affects avoidance only.
(cherry picked from commit e1a4d1d08c
)
2022-06-28 16:32:23 +02:00
Rémi Verschelde
ebb5d6b334
Merge pull request #62479 from RandomShaper/rock_solid_async_defaults_3.5
2022-06-28 12:56:34 +02:00
Pedro J. Estébanez
f971c886fa
Add safe defaults for async shader compilation
2022-06-28 11:50:38 +02:00
Rémi Verschelde
d74ff8dd93
Merge pull request #62440 from timothyqiu/thread-func-base
...
[3.x] Check thread func in base scripts for argument info
2022-06-28 08:11:11 +02:00
Rémi Verschelde
f0cfe3a83b
Merge pull request #62173 from Faless/gdnative/3.x_mingw_dllexport_plus
2022-06-27 14:10:54 +02:00
Rémi Verschelde
ae60597930
Merge pull request #51815 from m4gr3d/refactor_android_storage_handling
2022-06-27 11:56:36 +02:00
Haoyu Qiu
f740b4f481
Check thread func in base scripts for argument info
2022-06-27 11:24:04 +08:00
ne0fhyk
24e3b3b88d
Add full support for Android scoped storage.
...
This was done by refactoring directory and file access handling for the Android platform so that any general filesystem access type go through the Android layer.
This allows us to validate whether the access is unrestricted, or whether it falls under scoped storage and thus act appropriately.
2022-06-26 16:53:02 -07:00