Rémi Verschelde
|
1ce40ebb44
|
Merge pull request #87386 from clayjohn/GLES3-lightmap-bake
Add GLES3 infrastructure for lightmap baking in the compatibility backend
|
2024-01-26 11:44:37 +01:00 |
|
Rémi Verschelde
|
c26a338430
|
Merge pull request #87356 from jsjtxietian/connection-error
Check if the ref shader is valid in visual shader's `_update_option_menu`
|
2024-01-26 11:44:13 +01:00 |
|
Rémi Verschelde
|
cd5e973d7a
|
Merge pull request #86717 from mrbbbaixue/d3d12-sdk-install-python
Add a python script to install Direct3D 12 SDK components.
|
2024-01-26 11:43:49 +01:00 |
|
Rémi Verschelde
|
535a2a6f27
|
Merge pull request #86581 from MJacred/optimize/audio_server
Optimize `AudioServer::_driver_process()`
|
2024-01-26 11:43:25 +01:00 |
|
Rémi Verschelde
|
23275074cb
|
Merge pull request #86304 from OverloadedOrama/fix-menubar-scaling
Fix `MenuBar` and `MenuButton` hover position scaling properly with the scale factor multiplier
|
2024-01-26 11:42:59 +01:00 |
|
Rémi Verschelde
|
849b69828b
|
Merge pull request #85908 from avilches/fix-must-be-variant-analyzer-fail-with-generic-typed-attributes
Allow using `[MustBeVariant]` in generic typed attributes
|
2024-01-26 11:42:34 +01:00 |
|
Rémi Verschelde
|
d36f5cf2ba
|
Merge pull request #85504 from nongvantinh/fix-csharp-loader
Fix C# script loader does not work reliably
|
2024-01-26 11:42:01 +01:00 |
|
MJacred
|
43a709fd0d
|
Optimize AudioServer::_driver_process()
Move expensive calculations outside inner hot loops.
Forward-ported from 3.6
|
2024-01-26 10:11:13 +01:00 |
|
Yuri Sizov
|
5034478611
|
Merge pull request #87581 from akien-mga/certs-2023-12
certs: Sync with Mozilla bundle as of Dec 13, 2023
|
2024-01-25 16:27:32 +01:00 |
|
Yuri Sizov
|
8d5c4b3bd3
|
Merge pull request #87575 from akien-mga/ci-emsdk-14
CI: Update `mymindstorm/setup-emsdk` to v14, should fix cache folder conflicts
|
2024-01-25 16:27:28 +01:00 |
|
Yuri Sizov
|
ae2baec640
|
Merge pull request #87574 from RandomShaper/d3d12_codeowners
Direct3D 12: Include in CODEOWNERS
|
2024-01-25 16:27:25 +01:00 |
|
Yuri Sizov
|
474011ac06
|
Merge pull request #87543 from akien-mga/version-remove-year
Remove now unused `year` member from `version.py`
|
2024-01-25 16:27:21 +01:00 |
|
Yuri Sizov
|
68d5043e88
|
Merge pull request #87541 from clayjohn/TextureRD-property
Avoid saving the texture_rd_rid property of TextureRD resources
|
2024-01-25 16:27:17 +01:00 |
|
Yuri Sizov
|
3f7ea71e88
|
Merge pull request #87495 from jsjtxietian/USE_LIGHT_SHADER_CODE
Clean up outdated `USE_LIGHT_SHADER_CODE` usage
|
2024-01-25 16:27:14 +01:00 |
|
Yuri Sizov
|
1b83e8ae81
|
Merge pull request #87460 from BastiaanOlij/stereo_ivec
Add ivec variants to multiview_uv for stereo rendering
|
2024-01-25 16:27:10 +01:00 |
|
Yuri Sizov
|
1018706c87
|
Merge pull request #87390 from clayjohn/dummy-multimesh
Add basic multimesh data needed for headless export to the Dummy rendering server
|
2024-01-25 16:27:06 +01:00 |
|
Yuri Sizov
|
91ac53ec1b
|
Merge pull request #87385 from Sauermann/fix-subviewport-physics-picking
Fix SubViewport physics picking
|
2024-01-25 16:27:02 +01:00 |
|
Yuri Sizov
|
672b034076
|
Merge pull request #87303 from bruvzg/fd_options_no_editor
[Native File Dialog] Add support for adding custom options to the dialogs (w/o editor changes).
|
2024-01-25 16:26:58 +01:00 |
|
Yuri Sizov
|
1949d91286
|
Merge pull request #86537 from BastiaanOlij/openxr_cleanup_scons
Cleanup of OpenXR module SCons config
|
2024-01-25 16:26:55 +01:00 |
|
Yuri Sizov
|
9579dc6313
|
Merge pull request #85239 from HolonProduction/global-class-property-location
Handle global classes when resolving property location
|
2024-01-25 16:26:50 +01:00 |
|
Rémi Verschelde
|
e0dc23367c
|
Remove now unused year member from version.py
We changed copyright to use "present" for the current year, so we no
longer need to hardcode this and (like now) forget to bump it yearly.
|
2024-01-25 15:08:34 +01:00 |
|
Rémi Verschelde
|
c6e829b4c6
|
certs: Sync with Mozilla bundle as of Dec 13, 2023
bef37a977c
|
2024-01-25 13:47:18 +01:00 |
|
Bastiaan Olij
|
82a36cf31b
|
Cleanup of OpenXR module scons config
|
2024-01-25 23:28:13 +11:00 |
|
Rémi Verschelde
|
35ef0b32b3
|
CI: Update mymindstorm/setup-emsdk to v14, should fix cache folder conflicts
https://github.com/mymindstorm/setup-emsdk/releases/tag/v14
Co-authored-by: Yuri Sizov <yuris@humnom.net>
|
2024-01-25 13:12:43 +01:00 |
|
Pedro J. Estébanez
|
3ce8bad809
|
Direct3D 12: Include in CODEOWNERS
|
2024-01-25 12:41:40 +01:00 |
|
jsjtxietian
|
ff089f8cea
|
Check is the ref shader valid in visual shader's update_option_menu
|
2024-01-25 11:54:23 +08:00 |
|
clayjohn
|
efb1cbaad4
|
Add GLES3 infrastructure for lightmap baking in the compatibility backend
|
2024-01-24 17:13:30 -08:00 |
|
clayjohn
|
c6316bff65
|
Avoid saving the texture_rd_rid property of TextureRD resources
RIDs do not persist between runs, so they should not be saved
|
2024-01-24 10:34:51 -08:00 |
|
Yuri Sizov
|
4b6ad34988
|
Merge pull request #87533 from YuriSizov/3to4-no-wrapp
Remove incorrect C# rename from the project converter
|
2024-01-24 19:25:28 +01:00 |
|
HolonProduction
|
c99e4f862f
|
Handle global classes when resolving property location
|
2024-01-24 18:05:47 +01:00 |
|
Yuri Sizov
|
07132860dc
|
Remove incorrect C# rename from the project converter
|
2024-01-24 16:36:11 +01:00 |
|
Emmanouil Papadeas
|
e864b26e54
|
Fix MenuBar hover position scaling properly with the scale factor multiplier
|
2024-01-24 15:22:16 +02:00 |
|
Yuri Sizov
|
442bbb5950
|
Merge pull request #87527 from akien-mga/zlib-1.3.1
zlib/minizip: Update to version 1.3.1
|
2024-01-24 14:09:01 +01:00 |
|
Yuri Sizov
|
10945f752c
|
Merge pull request #87510 from adamscott/make-text-editor-consistent-with-script-editor
Make the text editor consistent with the script editor
|
2024-01-24 14:08:57 +01:00 |
|
Yuri Sizov
|
b698204a1e
|
Merge pull request #87505 from BastiaanOlij/fix_mobile_refprobe_validation
Fix framebuffer created for reflection probe in mobile renderer
|
2024-01-24 14:08:52 +01:00 |
|
Yuri Sizov
|
47ec590af8
|
Merge pull request #87498 from bruvzg/mac_fix_mod_space_events
[macOS] Fix missing modifier + space key down events.
|
2024-01-24 14:08:48 +01:00 |
|
Yuri Sizov
|
6876303c85
|
Merge pull request #87489 from clayjohn/GLES3-scissor
Disable scissor test after rendering batches in compatibility renderer
|
2024-01-24 14:08:44 +01:00 |
|
Yuri Sizov
|
9c9a00f3a8
|
Merge pull request #87432 from Rindbee/fix-set_global_position-in-control
Fix issue where `set_global_position(global_position)` in `Control` resulted in a different result than `global_position`
|
2024-01-24 14:08:40 +01:00 |
|
Yuri Sizov
|
a32a2eaedc
|
Merge pull request #87417 from AThousandShips/tree_clear
Use callable for `TreeItem` custom draw
|
2024-01-24 14:08:36 +01:00 |
|
Yuri Sizov
|
d454fccdb3
|
Merge pull request #87395 from mrcdk/popupmenu_get_state
Expose `PopupMenu` `get_item_multistate()` and `set/get_item_multistate_max()`
|
2024-01-24 14:08:32 +01:00 |
|
Yuri Sizov
|
344fe62bdb
|
Merge pull request #87392 from clayjohn/dummy-shader
Add DummyShader handling to Dummy RenderingServer to ensure shader parameters are saved in headless export
|
2024-01-24 14:08:28 +01:00 |
|
Yuri Sizov
|
412f5b3422
|
Merge pull request #87353 from OverloadedOrama/max-undo-steps
Implement maximum undo steps in UndoRedo
|
2024-01-24 14:08:25 +01:00 |
|
Yuri Sizov
|
adcfe3d1a0
|
Merge pull request #87252 from ajreckof/Fix-renaming-a-node-to-the-name-of-its-siblings-breaking-NodePath
Fix renaming a node to the name of its siblings breaking NodePath
|
2024-01-24 14:08:20 +01:00 |
|
Yuri Sizov
|
ea6e20253b
|
Merge pull request #87235 from dsnopek/openxr-local-floor
Add support for OpenXR local floor extension
|
2024-01-24 14:08:17 +01:00 |
|
Yuri Sizov
|
f062d7294e
|
Merge pull request #87156 from DevPoodle/depth-stencil-descriptions
Add descriptions to the remaining properties of RDPipelineDepthStencilState
|
2024-01-24 14:08:12 +01:00 |
|
Yuri Sizov
|
7f2d493b0e
|
Merge pull request #87047 from Mickeon/documentation-missing-signals
Add missing descriptions to remaining signals
|
2024-01-24 14:08:08 +01:00 |
|
Yuri Sizov
|
0fa5aa5c8a
|
Merge pull request #86677 from daustria/debug-modes-opengl
Implement overdraw, lighting, and unshaded debug draw modes for opengl
|
2024-01-24 14:08:03 +01:00 |
|
Yuri Sizov
|
54deaafef6
|
Merge pull request #85660 from Maran23/theme-basic
Mark `gui/theme/custom` and `gui/theme/custom_font` as basic properties
|
2024-01-24 14:07:58 +01:00 |
|
Yuri Sizov
|
72756133e0
|
Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotated
Prefer identifiers annotated type if assigned type is incompatible to it
|
2024-01-24 14:07:52 +01:00 |
|
Yuri Sizov
|
2ce450f8bc
|
Merge pull request #84894 from clayjohn/tangent-error-message
Store ArrayMesh path in RenderingServer for use in error messages
|
2024-01-24 14:07:47 +01:00 |
|