Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
| | |||||
* | [DisplayServer] Add feature flag for native file dialog access to `user/res` ↵ | Anish Mishra | 2024-10-30 | 1 | -0/+1 |
| | | | | and `options` | ||||
* | Merge pull request #98615 from Summersay415/three-opengls-please | Thaddeus Crews | 2024-10-29 | 1 | -1/+6 |
|\ | | | | | | | Fix fallbacks to OpenGL | ||||
| * | Fix fallbacks to OpenGL | Summersay415 | 2024-10-28 | 1 | -1/+6 |
| | | |||||
* | | Merge pull request #97934 from adamscott/give-AThousandShips-a-break | Thaddeus Crews | 2024-10-29 | 1 | -1/+1 |
|\ \ | |/ |/| | | | [Codestyle] Set clang-format `RemoveSemicolon` rule to `true` | ||||
| * | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -1/+1 |
| | | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch | Thaddeus Crews | 2024-10-25 | 1 | -6/+2 |
|\ \ | |/ |/| | | | Build System: Extract `validate_arch` helper functions | ||||
| * | Build System: Extract `validate_arch` helper function | Yevhen Babiichuk (DustDFG) | 2024-10-06 | 1 | -6/+2 |
| | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> | ||||
* | | Android & iOS: Enable strict aliasing | Pedro J. Estébanez | 2024-10-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #97570 from ↵ | Rémi Verschelde | 2024-10-04 | 1 | -2/+2 |
|\ | | | | | | | | | | | dustdfg/ios_macos/print_warning_instead_of_comments Replace comments with printed warning for Metal on x86_64 | ||||
| * | Replace comments with printed warning for Metal on x86_64 | Yevhen Babiichuk (DustDFG) | 2024-09-28 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com> | ||||
* | | [iOS] Add support for dark and tinted icon versions. | bruvzg | 2024-10-04 | 2 | -88/+270 |
| | | |||||
* | | [DisplayServer] Implement has_hardware_keyboard method for Android and iOS. | bruvzg | 2024-10-02 | 2 | -0/+11 |
| | | |||||
* | | Move Vulkan includes to a central godot_vulkan.h header | Gergely Kis | 2024-09-29 | 2 | -10/+2 |
|/ | | | | Also fixes Vulkan build problem with recent Clang. | ||||
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | Added fallback_to_opengl3 | SheepYhangCN | 2024-09-20 | 1 | -3/+11 |
| | |||||
* | [Editor] Expose more editor settings to documentation | A Thousand Ships | 2024-09-12 | 1 | -0/+1 |
| | | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com> | ||||
* | Allow adding custom export platforms using scripts / GDExtension. | bruvzg | 2024-08-28 | 2 | -11/+11 |
| | |||||
* | Merge pull request #90993 from darksylinc/matias-TheForge | Rémi Verschelde | 2024-08-22 | 1 | -1/+1 |
|\ | | | | | Add debug utilities for Vulkan | ||||
| * | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Debug-only tracking of objects by type. See get_driver_allocs_by_object_type et al. - Debug-only Breadcrumb info for debugging GPU crashes and device lost - Performance report per frame from get_perf_report - Some VMA calls had to be modified in order to insert the necessary memory callbacks Functionality marked as "debug-only" is only available in debug or dev builds. Misc fixes: - Early break optimization in RenderingDevice::uniform_set_create ============================ The work was performed by collaboration of TheForge and Google. I am merely splitting it up into smaller PRs and cleaning it up. | ||||
* | | SCons: Better validation for platform-specific opt-in drivers | Rémi Verschelde | 2024-08-21 | 1 | -1/+1 |
|/ | | | | | This replaces cryptic compilation errors with a clear error message and early build termination. | ||||
* | Add Metal support for macOS (arm64) and iOS | Stuart Carnie | 2024-08-20 | 5 | -3/+54 |
| | |||||
* | macOS/iOS: Fix various warnings when targeting newer SDKs | Stuart Carnie | 2024-08-20 | 1 | -0/+4 |
| | |||||
* | Merge pull request #95272 from akien-mga/applicalifragilisticexpialidocious | Rémi Verschelde | 2024-08-17 | 3 | -4/+4 |
|\ | | | | | | | iOS: Fix typo in GodotApplicationDelegate | ||||
| * | iOS: Fix typo in GodotApplicationDelegate | Rémi Verschelde | 2024-08-08 | 3 | -4/+4 |
| | | | | | | | | Fixes #90714. | ||||
* | | [iOS] Fix dylib GDExtension convertion. | bruvzg | 2024-08-09 | 1 | -1/+1 |
|/ | |||||
* | Fix several typos in the documentation | Haoyu Qiu | 2024-08-02 | 1 | -3/+3 |
| | |||||
* | Fix issue preventing enabling the remote button for Android | Fredia Huya-Kouadio | 2024-07-16 | 1 | -0/+1 |
| | | | | | | | | https://github.com/godotengine/godot/pull/92032 updated the logic to enable / disable the remote debug button, and in doing so added a `can_export` check. However, no events / notifications are dispatched when the value of the `can_export` check changes, which in turn prevents the logic used to enable / disable the remote debug button from running again. The fix consists then in removing the `can_export` check, so that the remote debug button shows as `enabled` when a preset is present and is runnable. | ||||
* | [iOS/Text Input] Avoid deleting and reentering unchanged part of text. | bruvzg | 2024-07-09 | 1 | -12/+18 |
| | |||||
* | Improve handling of rendering startup errors | Pedro J. Estébanez | 2024-06-28 | 1 | -1/+8 |
| | |||||
* | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 2 | -2/+2 |
| | |||||
* | [iOS export] Automatically generate ARM64 simulator library from device ↵ | bruvzg | 2024-06-16 | 3 | -2/+245 |
| | | | | library if it's missing. | ||||
* | Merge pull request #92692 from mihe/always-embed-frameworks | Rémi Verschelde | 2024-06-03 | 1 | -6/+1 |
|\ | | | | | | | Fix iOS exports never embedding framework bundles | ||||
| * | Fix iOS exports never embedding framework bundles | Mikael Hermansson | 2024-06-02 | 1 | -6/+1 |
| | | |||||
* | | SCons: Process platform-specific flags earlier | Rémi Verschelde | 2024-05-30 | 1 | -1/+1 |
|/ | | | | | | | | | | Some of the logic in SCons depends on flags that get overridden in the platform-specific `detect.py`, so it needs to be processed first. For example the Android/iOS/Web platforms override the default `target` to `template_debug`, but this was processed too late so e.g. the logic that sets `env.editor_build` would set it to true due to the default `target` value in the environment being `editor`. | ||||
* | Merge pull request #92519 from mihe/stop-xcframework-embed | Rémi Verschelde | 2024-05-30 | 1 | -1/+6 |
|\ | | | | | | | Prevent static XCFramework bundles from being embedded on iOS | ||||
| * | Prevent static XCFramework bundles from being embedded on iOS | Mikael Hermansson | 2024-05-29 | 1 | -1/+6 |
| | | |||||
* | | [iOS] Change default iPad landscape orientation from "left" to "right". | bruvzg | 2024-05-29 | 2 | -2/+48 |
|/ | |||||
* | [DisplayServer] Add error messages and descriptions to callbacks. | bruvzg | 2024-05-28 | 1 | -1/+6 |
| | |||||
* | Merge pull request #92252 from poiati/fix-wayland-window-class | Rémi Verschelde | 2024-05-23 | 2 | -5/+5 |
|\ | | | | | | | Properly set window class in Wayland | ||||
| * | Properly set window class in Wayland | Paulo Poiati | 2024-05-22 | 2 | -5/+5 |
| | | |||||
* | | SCons: Convert platform `get_flags` to dictionary | Thaddeus Crews | 2024-05-22 | 1 | -7/+7 |
|/ | |||||
* | Update pre-commit hooks configuration to use `ruff` instead of `black` | Jakub Marcowski | 2024-05-21 | 2 | -5/+5 |
| | |||||
* | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -53/+53 |
| | | | | | | | * Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers | ||||
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -7/+7 |
| | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | ||||
* | Implement `amplitude` to Input.vibrate_handheld | Radiant | 2024-05-02 | 4 | -15/+39 |
| | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com> | ||||
* | Merge pull request #89790 from bruvzg/ios_safe_delete | Rémi Verschelde | 2024-04-29 | 2 | -5/+62 |
|\ | | | | | | | [iOS Export] Check directory content before deleting old export leftovers. | ||||
| * | [iOS Export] Check directory content before deleting old export leftovers. | bruvzg | 2024-03-22 | 2 | -5/+62 |
| | | |||||
* | | Merge pull request #91247 from AThousandShips/callable_fix | Rémi Verschelde | 2024-04-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | Fix unsafe uses of `Callable.is_null()` | ||||
| * | | Fix unsafe uses of `Callable.is_null()` | A Thousand Ships | 2024-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | `Callable.is_null()` is not equivalent to `!Callable.is_valid()` and doesn't guarantee the call is valid. |