summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-24Merge pull request #71832 from Geometror/fix-spotlight-artifactsRémi Verschelde
Fix some `SpotLight3D` issues (clustering artifacts, leaking light, AABB)
2023-01-24Merge pull request #71941 from aXu-AP/gpuparticles2d-docRémi Verschelde
Add documentation for GpuParticles2D collisions
2023-01-24Merge pull request #71938 from aXu-AP/curve2d-docRémi Verschelde
Add Curve2D/tessellate_even_length description class-reference
2023-01-24Fix some SpotLight3D issues (clustering artifacts, light leak)Hendrik Brucker
2023-01-23Merge pull request #71937 from coppolaemilio/resize-bonemaphuman-iconsRémi Verschelde
Replace 1024x1024 BoneMapHuman SVGs by 256x256 versions
2023-01-23Merge pull request #71836 from m4gr3d/fix_godot_editor_cropping_mainRémi Verschelde
Update the logic to calculate the screen scale on Android
2023-01-23Merge pull request #71939 from clayjohn/RD-texture-formatRémi Verschelde
Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer
2023-01-23Merge pull request #71694 from clayjohn/VoxelGI-reflectionRémi Verschelde
Use proper space for forward GI reflections
2023-01-23Add documentation for GpuParticles2D collisionsaXu-AP
2023-01-23Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde
Add "dedicated server" export mode which can strip unneeded visual resources
2023-01-23Merge pull request #71930 from Bromeon/bugfix/space-in-bindRémi Verschelde
Fix bind `" convergence_dist"` containing space
2023-01-23Add a few more checks to ensure that unsupported image formats are not used ↵clayjohn
in the mobile renderer
2023-01-23Add Curve2D/tessellate_even_length description class-referenceaXu-AP
Copied from Curve3D's corresponding method.
2023-01-23Add tests to ensure bound methods and signals are valid identifiersJan Haller
2023-01-23Merge pull request #71934 from Riteo/who-thought-alsa-didnt-follow-posixRémi Verschelde
Fix builtin alsa headers building on musl
2023-01-23Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_renderingRémi Verschelde
fix ReflectionProbe rendering extents for (10,10,10)
2023-01-23Merge pull request #71931 from bruvzg/ts_sRémi Verschelde
[TextServer] Fix ICU data loading and exporting with `internationalization/locale/include_text_server_data` setting.
2023-01-23Replace 1024x1024 BoneMapHuman svgs by 256x256 versionsEmilio Coppola
2023-01-23Fix builtin alsa headers building on muslRiteo
For some reason it doesn't use the POSIX `poll.h`, instead resorting to `sys/poll.h`. Musl doesn't really like this at all, throwing a warning and, thus, halting compilation.
2023-01-23Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek
2023-01-23[TextServer] Fix ICU data loading and exporting with ↵bruvzg
`internationalization/locale/include_text_server_data` setting.
2023-01-23Merge pull request #71923 from bruvzg/icu_fbRémi Verschelde
[TextServer] Add fallback code in case of missing ICU data.
2023-01-23Merge pull request #70429 from BastiaanOlij/check_more_vulkan_extensionsRémi Verschelde
Enabling additional vulkan extension and adding further checks
2023-01-23Merge pull request #71925 from clayjohn/RD-particles-viewRémi Verschelde
Ensure that Particles have fully initialized before doing view axis pass in RD renderers
2023-01-23Fix bind " convergence_dist" containing spaceJan Haller
2023-01-24fix ReflectionProbe rendering extents for (10,10,10)jainl28patel
2023-01-23[TextServer] Add fallback code in case of missing ICU data.bruvzg
2023-01-23Merge pull request #71927 from Calinou/doc-vsync-runtime-changeClay John
Document changing V-Sync at runtime in the class reference
2023-01-23Document changing V-Sync at runtime in the class referenceHugo Locurcio
2023-01-23Ensure that Particles have fully initialized before doing view axis pass in ↵clayjohn
RD renderers
2023-01-23Merge pull request #71263 from bruvzg/linux_sys_headersRémi Verschelde
[Linux/BSD] Include headers for dynamically loaded libraries to simplify build dependencies.
2023-01-23Merge pull request #71830 from BastiaanOlij/xr_naming_consistancyRémi Verschelde
Rename getters and signals on XR nodes to be consistant with input types
2023-01-23Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debugGeorge Marques
2023-01-23[Linux/BSD] Include headers for dynamically loaded libraries to simplify ↵bruvzg
build dependencies.
2023-01-23Merge pull request #70052 from bruvzg/key_unicode_actionsRémi Verschelde
Cleanup and unify keyboard input.
2023-01-23Merge pull request #71914 from vnen/gdscript-no-continue-matchRémi Verschelde
GDScript: Remove function of `continue` for match statement
2023-01-23Merge pull request #57606 from SaracenOne/update_on_reimportRémi Verschelde
Update instances of scenes which have been reimported.
2023-01-23Merge pull request #63251 from ↵Rémi Verschelde
SaracenOne/disable_data_generation_on_foreign_resources Disable navmesh, lightmap, and VoxelGI generation on foreign data
2023-01-23Merge pull request #71912 from KoBeWi/another_regression_DEADRémi Verschelde
Fix plugins over not working
2023-01-23GDScript: Add names for disassembling function pointersGeorge Marques
When instructions use function pointers, it's not possible to retrieve their original names in the disassembly. This stores the names in vectors (in debug builds) so they can be shown.
2023-01-23Fix plugins over not workingkobewi
2023-01-23Cleanup and unify keyboard input.bruvzg
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes. - Unify IME behaviour, add inline composition string display on Windows and X11. - Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events. - Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS. - Add support for media key handling on macOS. Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-01-23Merge pull request #70548 from MewPurPur/fix-some-gradient-jankRémi Verschelde
Fix Gradient Editor bugs
2023-01-23Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditorRémi Verschelde
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor
2023-01-23Merge pull request #71909 from bruvzg/utf16_bidi_override_fixRémi Verschelde
Fix BiDi override for the characters outside BMP (e.g., emojis).
2023-01-23Fix Gradient Editor bugsVolTer
2023-01-23Fix BiDi override for the characters outside BMP (e.g., emojis).bruvzg
2023-01-23Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-USRémi Verschelde
Convert en_GB spelling to en_US with codespell
2023-01-23Merge pull request #71441 from KoBeWi/warp_2_scanRémi Verschelde
Improve performance of imported file scan
2023-01-23Merge pull request #71906 from reduz/simplify-polyphonic-stream-playerRémi Verschelde
Simplify AudioStreamPolyphonic