Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Merge pull request #71939 from clayjohn/RD-texture-format | Rémi Verschelde | |
Add a few more checks to ensure that unsupported image formats are not used in the mobile renderer | |||
2023-01-23 | Merge pull request #71694 from clayjohn/VoxelGI-reflection | Rémi Verschelde | |
Use proper space for forward GI reflections | |||
2023-01-23 | Merge pull request #70377 from dsnopek/server-export-mk2 | Rémi Verschelde | |
Add "dedicated server" export mode which can strip unneeded visual resources | |||
2023-01-23 | Merge pull request #71930 from Bromeon/bugfix/space-in-bind | Rémi Verschelde | |
Fix bind `" convergence_dist"` containing space | |||
2023-01-23 | Add a few more checks to ensure that unsupported image formats are not used ↵ | clayjohn | |
in the mobile renderer | |||
2023-01-23 | Add tests to ensure bound methods and signals are valid identifiers | Jan Haller | |
2023-01-23 | Merge pull request #71934 from Riteo/who-thought-alsa-didnt-follow-posix | Rémi Verschelde | |
Fix builtin alsa headers building on musl | |||
2023-01-23 | Merge pull request #71910 from jainl28patel/fix_ReflectionProbe_rendering | Rémi Verschelde | |
fix ReflectionProbe rendering extents for (10,10,10) | |||
2023-01-23 | Merge pull request #71931 from bruvzg/ts_s | Rémi Verschelde | |
[TextServer] Fix ICU data loading and exporting with `internationalization/locale/include_text_server_data` setting. | |||
2023-01-23 | Fix builtin alsa headers building on musl | Riteo | |
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-23 | Add "dedicated server" export mode which can strip unneeded visual resources | David Snopek | |
2023-01-23 | [TextServer] Fix ICU data loading and exporting with ↵ | bruvzg | |
`internationalization/locale/include_text_server_data` setting. | |||
2023-01-23 | Merge pull request #71923 from bruvzg/icu_fb | Rémi Verschelde | |
[TextServer] Add fallback code in case of missing ICU data. | |||
2023-01-23 | Merge pull request #70429 from BastiaanOlij/check_more_vulkan_extensions | Rémi Verschelde | |
Enabling additional vulkan extension and adding further checks | |||
2023-01-23 | Merge pull request #71925 from clayjohn/RD-particles-view | Rémi Verschelde | |
Ensure that Particles have fully initialized before doing view axis pass in RD renderers | |||
2023-01-23 | Fix bind " convergence_dist" containing space | Jan Haller | |
2023-01-24 | fix ReflectionProbe rendering extents for (10,10,10) | jainl28patel | |
2023-01-23 | [TextServer] Add fallback code in case of missing ICU data. | bruvzg | |
2023-01-23 | Merge pull request #71927 from Calinou/doc-vsync-runtime-change | Clay John | |
Document changing V-Sync at runtime in the class reference | |||
2023-01-23 | Document changing V-Sync at runtime in the class reference | Hugo Locurcio | |
2023-01-23 | Ensure that Particles have fully initialized before doing view axis pass in ↵ | clayjohn | |
RD renderers | |||
2023-01-23 | Merge pull request #71263 from bruvzg/linux_sys_headers | Rémi Verschelde | |
[Linux/BSD] Include headers for dynamically loaded libraries to simplify build dependencies. | |||
2023-01-23 | Merge pull request #71830 from BastiaanOlij/xr_naming_consistancy | Rémi Verschelde | |
Rename getters and signals on XR nodes to be consistant with input types | |||
2023-01-23 | Merge pull request #70948 from vnen/gdscript-ptr-method-name-in-debug | George Marques | |
2023-01-23 | [Linux/BSD] Include headers for dynamically loaded libraries to simplify ↵ | bruvzg | |
build dependencies. | |||
2023-01-23 | Merge pull request #70052 from bruvzg/key_unicode_actions | Rémi Verschelde | |
Cleanup and unify keyboard input. | |||
2023-01-23 | Merge pull request #71914 from vnen/gdscript-no-continue-match | Rémi Verschelde | |
GDScript: Remove function of `continue` for match statement | |||
2023-01-23 | Merge pull request #57606 from SaracenOne/update_on_reimport | Rémi Verschelde | |
Update instances of scenes which have been reimported. | |||
2023-01-23 | Merge 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-23 | Merge pull request #71912 from KoBeWi/another_regression_DEAD | Rémi Verschelde | |
Fix plugins over not working | |||
2023-01-23 | GDScript: Add names for disassembling function pointers | George 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-23 | Fix plugins over not working | kobewi | |
2023-01-23 | Cleanup 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-23 | Merge pull request #70548 from MewPurPur/fix-some-gradient-jank | Rémi Verschelde | |
Fix Gradient Editor bugs | |||
2023-01-23 | Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditor | Rémi Verschelde | |
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor | |||
2023-01-23 | Merge pull request #71909 from bruvzg/utf16_bidi_override_fix | Rémi Verschelde | |
Fix BiDi override for the characters outside BMP (e.g., emojis). | |||
2023-01-23 | Fix Gradient Editor bugs | VolTer | |
2023-01-23 | Fix BiDi override for the characters outside BMP (e.g., emojis). | bruvzg | |
2023-01-23 | Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-US | Rémi Verschelde | |
Convert en_GB spelling to en_US with codespell | |||
2023-01-23 | Merge pull request #71441 from KoBeWi/warp_2_scan | Rémi Verschelde | |
Improve performance of imported file scan | |||
2023-01-23 | Merge pull request #71906 from reduz/simplify-polyphonic-stream-player | Rémi Verschelde | |
Simplify AudioStreamPolyphonic | |||
2023-01-23 | Merge pull request #71903 from Calinou/touch-emulation-project-settings-basic | Rémi Verschelde | |
Mark touch emulation project settings as basic | |||
2023-01-23 | Convert en_GB spelling to en_US with codespell | Rémi Verschelde | |
2023-01-23 | Simplify AudioStreamPolyphonic | Juan Linietsky | |
* Make AudioStreamPolyphonic not requre a polling thread (simpler, faster) * Improve error reporting in AudioStreamPlayer*::get_stream_playback() error reporting to improve usability. | |||
2023-01-23 | Merge pull request #67847 from rburing/warn_non-uniformists | Rémi Verschelde | |
Warn against using non-uniform scale for 3D physics (in the editor and class reference) | |||
2023-01-23 | Merge pull request #71848 from bruvzg/ios_gles | Rémi Verschelde | |
[iOS] Restore OpenGLES3 renderer support. | |||
2023-01-23 | Merge pull request #71885 from KoBeWi/NullItemEditor | Rémi Verschelde | |
Fix handling of nulls in some editors | |||
2023-01-23 | Merge pull request #71784 from PrecisionRender/fix-xbox-input | Rémi Verschelde | |
Fix Xbox Series controller detected as 2 devices | |||
2023-01-23 | Merge pull request #71900 from SaracenOne/blendshape_track_import_flag | Rémi Verschelde | |
Fix duplicating imported blendshape tracks | |||
2023-01-23 | Merge pull request #71676 from vnen/gdscript-unicode-identifiers | Rémi Verschelde | |
Add support for Unicode identifiers in GDScript and Expression |