Commit graph

34540 commits

Author SHA1 Message Date
Fabio Alessandrelli
9811035ebf [HTML5] Implement Godot <-> JavaScript interface. 2021-05-20 14:33:18 +02:00
Fabio Alessandrelli
eed483c481 Sync DummyRasterizer. 2021-05-14 13:36:29 +02:00
Rémi Verschelde
e41bdd4c3e
Merge pull request from akien-mga/script-encryption-abort-if-invalid
SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalid
2021-05-14 12:03:41 +02:00
Rémi Verschelde
08b4383e3f
SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalid
Helps users figure out that something is wrong if they did define this
environment variable and it turns out being ignored.
2021-05-14 11:46:10 +02:00
Rémi Verschelde
99626d5b57
Merge pull request from brennengreen/normal-mapping-unpacked-fix
Fix refraction offset by manually unpacking normal mappings
2021-05-14 11:33:22 +02:00
Rémi Verschelde
5c81fbdc19
Merge pull request from pycbouh/editor-respect-custom-themes
Keep custom editor theme when changing editor settings
2021-05-14 10:31:52 +02:00
Rémi Verschelde
e6cd0056a8
Merge pull request from Zami77/remove-plugin-from-enabled-if-error
Remove plugin from enabled plugins, if there is an error
2021-05-14 10:30:31 +02:00
Rémi Verschelde
420e75f277
Merge pull request from Eoin-ONeill-Yokai/bug47687
Fix rich text label effects processing even when the node is invisible.
2021-05-14 09:44:12 +02:00
Rémi Verschelde
a82e51ddc2
Merge pull request from rhofour/pa-fix 2021-05-14 09:15:03 +02:00
Eoin O'Neill
c4f976b38b Attempt to fix rich text label effects processing even when
the node is invisible.

ISSUE:47687
2021-05-13 19:59:08 -07:00
R. Alex Hofer
65a10f4db5 Handle having no sinks in the PulseAudio driver.
Also make PulseAudio errors more verbose.
2021-05-13 18:28:22 -04:00
Rémi Verschelde
0f5fddbdc0
Merge pull request from LLschuster/master
text-editor: fix Clicking warning doesn't center around line 
2021-05-13 21:11:16 +02:00
llschuster
6b55ec2ca9 text-editor: fix Clicking warning doesn't center around line 2021-05-13 17:07:39 +02:00
Rémi Verschelde
66f40f74c3
Merge pull request from BastiaanOlij/blit_shader 2021-05-13 15:02:26 +02:00
Rémi Verschelde
a40a08827c
Merge pull request from akien-mga/basisu_20210130
basis_universal: Update to upstream commit from Apr 16, 2021
2021-05-13 14:55:49 +02:00
Rémi Verschelde
a7e5b99a9e
Merge pull request from akien-mga/ci-javascript-linter-security
CI: Update JavaScript linter deps with known security vulnerabilities
2021-05-13 14:55:17 +02:00
Rémi Verschelde
a3dd18b12e
Merge pull request from aaronfranke/tilemap-vec2i
Update TileMap to use Vector2i
2021-05-13 14:48:16 +02:00
Rémi Verschelde
d0c2ac8a0e
Merge pull request from Xrayez/rename-hint-usage-control
Fix variable names for "usage" flags in `Control::_get_property_list()`
2021-05-13 13:15:52 +02:00
Andrii Doroshenko (Xrayez)
c9a3d13bd9 Fix variable names for "usage" flags in Control::_get_property_list()
Renamed incorrect "hint" variable names to "usage" in
`_get_property_list()`, as "hint" implies one of the PROPERTY_HINT_*
values, which is not the case here.
2021-05-13 12:51:38 +03:00
Rémi Verschelde
1004f232f0
Merge pull request from Calinou/audioeffect-rename-fft-size
Rename the audio `FFT_Size` enum to `FFTSize` for consistency
2021-05-13 08:41:32 +02:00
Hugo Locurcio
5895479a5e
Rename the audio FFT_Size enum to FFTSize for consistency 2021-05-13 02:42:49 +02:00
Rémi Verschelde
b283447bfd
Merge pull request from nekomatata/raycast-3d-collide-fix
Fix RayCast3D color in game with no collision
2021-05-12 22:13:08 +02:00
Yuri Sizov
56aedcee17 Keep custom editor theme when changing editor settings 2021-05-12 16:08:21 +03:00
Bastiaan Olij
02980be834 Implementing blit shader with versions 2021-05-12 22:52:28 +10:00
Rémi Verschelde
0c693f8781
Merge pull request from BastiaanOlij/render_state
Make better use of our render_state struct
2021-05-12 13:44:03 +02:00
Rémi Verschelde
c37fc12615
Merge pull request from pycbouh/editor-capture-easing-drag
Fix `EditorPropertyEasing` capturing drag events originated outside of it
2021-05-12 12:44:47 +02:00
Yuri Sizov
31db95b048 Fix EditorPropertyEasing capturing drag events originated outside of it 2021-05-12 12:39:43 +03:00
Rémi Verschelde
e743b6b24c
CI: Update JavaScript linter deps with known security vulnerabilities
jsdoc has no new release so I'm tracking this PR:
https://github.com/jsdoc/jsdoc/pull/1906
2021-05-12 10:32:38 +02:00
Rémi Verschelde
de3747fc37
Merge pull request from pycbouh/editor-more-theme-outlines
Add outlines and contrasting backgrounds to the editor UI elements
2021-05-12 01:05:34 +02:00
Yuri Sizov
3a66c22e71 Add outlines and contrasting backgrounds to the editor UI elements 2021-05-12 01:45:56 +03:00
Rémi Verschelde
0f334e60f2
Merge pull request from akien-mga/gdnative-signal-callable-32bit
GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable
2021-05-11 21:51:35 +02:00
Rémi Verschelde
ed11756d26
GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable
Fixes .
2021-05-11 20:25:01 +02:00
Rémi Verschelde
048abb50aa
Merge pull request from reduz/gpu-particles-2d
Fixes multiple missing 2D engine bits
2021-05-11 17:38:51 +02:00
reduz
479391ef54 Fixes missng 2D engine bits
-Mesh2D now works
-MultiMesh2D now works
-Polygon2D now works
-Added hooks for processing 2D particles
-Skeleton2D now works

2D particles still not working, but stuff needed for it is now implemented.
2021-05-11 11:21:36 -03:00
Rémi Verschelde
a1cc6b45dc
Merge pull request from akien-mga/fix-uwp-threads-build
SCons: Fix UWP build after 
2021-05-11 15:23:04 +02:00
Rémi Verschelde
9fdcab77ff
Merge pull request from akien-mga/embree-raycaster-check-sse2 2021-05-11 15:12:21 +02:00
Rémi Verschelde
ba095ae567
SCons: Fix UWP build after
(cherry picked from commit d1f023c35b)
2021-05-11 14:14:48 +02:00
JFonS
1cab622e94
Add checks for __SSE2__ in the lightmap raycaster
(cherry picked from commit 20717990fd)
2021-05-11 14:09:44 +02:00
Rémi Verschelde
31a9afb135
SCons: Disable embree-based modules on x86 (32-bit)
Fixes .

(cherry picked from commit e53422c8f9)
2021-05-11 14:09:44 +02:00
Rémi Verschelde
5f33951009
Merge pull request from nekomatata/dynamic-bvh-broadphase-4.0
Dynamic BVH broadphase in 2D & 3D Godot Physics
2021-05-11 13:22:50 +02:00
PouleyKetchoupp
3877ed73d0 Dynamic BVH broadphase in 2D & 3D Godot Physics
Port lawnjelly's dynamic BVH implementation from 3.x to be used in
both 2D and 3D broadphases.

Removed alternative broadphase implementations which are not meant to be
used anymore since they are much slower.

Includes changes in Rect2, Vector2, Vector3 that help with the template
implementation of the dynamic BVH by uniformizing the interface between
2D and 3D math.

Co-authored-by: lawnjelly <lawnjelly@gmail.com>
2021-05-10 16:28:55 -07:00
Rémi Verschelde
063ccaa868
Merge pull request from YeldhamDev/tilemap_capitalization_fix 2021-05-10 23:40:22 +02:00
Michael Alexsander
6dad72db69 Fix small issues with capitalization in the new TileMap editor 2021-05-10 18:08:07 -03:00
Rémi Verschelde
347737907d
Merge pull request from Calinou/colorpicker-click-old-color-to-revert
Implement reverting to the old color when clicking it in ColorPicker
2021-05-10 21:38:31 +02:00
Hugo Locurcio
1e063595c3
Implement reverting to the old color when clicking it in ColorPicker 2021-05-10 18:13:33 +02:00
Rémi Verschelde
24a783afe3
Merge pull request from Calinou/clang-format-fix-ubuntu-version-detection
Fix Ubuntu clang-format version detection in the pre-commit hook
2021-05-10 17:43:35 +02:00
Hugo Locurcio
61aa09097f
Fix Ubuntu clang-format version detection in the pre-commit hook 2021-05-10 17:05:46 +02:00
Bastiaan Olij
308b26762b Split RenderDataRD struct from RenderState struct to simplify passing our render data around the renderer. 2021-05-10 21:52:15 +10:00
Daniel Lungaro
2bae31a4df Remove plugin from enabled if there's an error
inform user in warning message

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>

Refactor remove plugin from enabled
2021-05-09 13:51:09 -07:00
Rémi Verschelde
6e3f47983c
Merge pull request from mortarroad/master-fix-misaligned-bmp
fix misaligned loads in bmp loader
2021-05-09 20:50:37 +02:00