Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve load and store ops automatically for render passes for discardable ↵ | Dario | 2024-11-25 | 1 | -0/+19 |
| | | | | textures. | ||||
* | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 1 | -0/+30 |
| | |||||
* | Expose standardize_locale add_default param publicly | Dan Nicholson | 2024-11-21 | 1 | -0/+7 |
| | | | | | | | | Comparing locales can have surprising outcomes since it standardizes locales with defaults. For example, zh and zh_CN result in an exact match since the defaults change them both to zh_Hans_CN. Expose the add_default parameter publicly with a default of false so the fully standardized locale can be inspected. | ||||
* | Allow setting custom initialization vector for FileAccessEncrypted. Add ↵ | bruvzg | 2024-11-13 | 1 | -0/+7 |
| | | | | export setting to set static seed for PCK encryption initialization vectors. | ||||
* | [OS] Add functions to determine standard I/O device type. | bruvzg | 2024-11-06 | 1 | -0/+7 |
| | |||||
* | Add "Game" editor for better runtime debugging | Michael Alexsander | 2024-10-30 | 1 | -1/+7 |
| | |||||
* | Fix non const animation node process function | Guilherme Sousa | 2024-10-26 | 1 | -0/+7 |
| | |||||
* | Changed the default deadzone value for new actions from 0.5 to 0.2 | Roman Morozov | 2024-10-01 | 1 | -0/+8 |
| | |||||
* | Fixed SoftBody3D handles not being clickable in 3D Editor Viewport | Joel Fortier | 2024-09-16 | 1 | -0/+7 |
| | | | | Fix erratic behaviour when modifying pinned_points via inspector | ||||
* | Add support for non-blocking IO mode to `OS.execute_with_pipe`. | bruvzg | 2024-09-06 | 1 | -0/+7 |
| | |||||
* | Pass current value to `EditorInterface` node/property popups | Chris Cranford | 2024-09-03 | 1 | -0/+8 |
| | |||||
* | Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove ↵ | Raul Santos | 2024-08-30 | 1 | -0/+9 |
| | | | | | | | | `AudioStreamPlayer::{2D,3D}::_is_active` - The `_is_active` method seems to be unused, so it was removed. - The `_set_playing` method is now exposed, as the setter of the `playing` property. - The `play` method can't be used as a setter because it takes a `float` parameter instead of a `bool` parameter. | ||||
* | [RegEx] Add show_error parameter to control error printing on compilation fail | Nikita\Nick | 2024-08-28 | 1 | -0/+8 |
| | |||||
* | Add optional count argument to Sempahore::post | Radiant | 2024-08-27 | 1 | -0/+7 |
| | | | | | | Co-authored-by: RandomShaper <RandomShaper@users.noreply.github.com> Co-authored-by: A Thousand Ships (she/her) <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Mickeon <Mickeon@users.noreply.github.com> | ||||
* | Allow setting a cubemap as default parameter to shader | Chaosus | 2024-08-27 | 1 | -0/+15 |
| | |||||
* | Merge pull request #95594 from aaronfranke/extension-api-validation | Rémi Verschelde | 2024-08-25 | 2 | -14/+4 |
|\ | | | | | | | Update expected API validation files for the releases of Godot 4.2 & 4.3 | ||||
| * | Update expected API validation files for the releases of Godot 4.2 & 4.3 | Aaron Franke | 2024-08-15 | 2 | -14/+4 |
| | | |||||
* | | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Expose `ShapeCast{2D,3D}::get_collision_result` | Raul Santos | 2024-08-15 | 1 | -0/+7 |
|/ | |||||
* | Update GDExtension related CI after Godot 4.3-stable's release | David Snopek | 2024-08-15 | 1 | -0/+9 |
| | |||||
* | Bump version to 4.4-dev | Rémi Verschelde | 2024-08-15 | 1 | -0/+0 |
| | | | | Mr. Godot still didn't show up... | ||||
* | Fix Image CowData crash when baking large lightmaps | Hugo Locurcio | 2024-07-19 | 1 | -0/+8 |
| | | | | | | | | | | | This switches to 64-bit integers in select locations of the Image class, so that image resolutions of 16384×16384 (used by lightmap texture arrays) can be used properly. Values that are larger should also work. VRAM compression is also supported, although most VRAM-compressed formats are limited to individual slices of 16384×16384. WebP is limited to 16383×16383 due to format limitations. | ||||
* | Re-add Skeleton3D::animate_physical_bones | Silc Lizard (Tokage) Renew | 2024-07-14 | 1 | -7/+0 |
| | |||||
* | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2 | Silc Lizard (Tokage) Renew | 2024-07-06 | 1 | -0/+7 |
| | |||||
* | Add samples playback support | Adam Scott | 2024-06-18 | 1 | -0/+7 |
| | |||||
* | Fix extension API validation warning after #92861 | Rémi Verschelde | 2024-06-11 | 1 | -9/+4 |
| | |||||
* | Fix seeking Animation immediate after playback for Discrete track | Silc Lizard (Tokage) Renew | 2024-06-08 | 1 | -0/+6 |
| | |||||
* | Display custom data name instead of indices in TileData inspector | Gilles Roudière | 2024-05-25 | 1 | -0/+7 |
| | |||||
* | Add antialias support for CanvasItem draw primitives | Yaohua Xiong | 2024-05-13 | 1 | -0/+13 |
| | | | | | | including - rect, circle; both filled and unfilled. - polyline, multiline | ||||
* | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 1 | -2/+2 |
| | | | | Found by apply the file_format checks again via #91597. | ||||
* | Implement `amplitude` to Input.vibrate_handheld | Radiant | 2024-05-02 | 1 | -0/+7 |
| | | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: m4gr3d <m4gr3d@users.noreply.github.com> | ||||
* | [RTL] Adds extra argument to `remove_paragraph` to skip cache invalidation ↵ | bruvzg | 2024-05-02 | 1 | -0/+7 |
| | | | | and a method for manual cache invalidation. | ||||
* | Extend `CanvasItem::draw_circle()` with filled, width, and antialiased options | Yaohua Xiong | 2024-05-02 | 1 | -0/+7 |
| | | | | Make it possible to draw unfilled circle, like draw_rect(). Antialising is only implemented for unfilled version. | ||||
* | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 1 | -0/+8 |
| | | | | Use a multicaret edit to delay merging overlapping carets until the end. | ||||
* | Improve TextEdit/LineEdit word selection. | bruvzg | 2024-04-22 | 1 | -0/+7 |
| | |||||
* | Merge pull request #90645 from Malcolmnixon/unified-xr-trackers | Rémi Verschelde | 2024-04-22 | 1 | -0/+21 |
|\ | | | | | | | Rework XR Trackers to have a common ancestor | ||||
| * | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵ | Malcolm Nixon | 2024-04-18 | 1 | -0/+21 |
| | | | | | | | | drive node positions and visibility. | ||||
* | | Merge pull request #90797 from Geometror/vsnode-comment-compat | Rémi Verschelde | 2024-04-18 | 1 | -3/+3 |
|\ \ | | | | | | | | | | [Compatibility] Add stub for VisualShaderNodeComment | ||||
| * | | [Compatibility] Add stub for VisualShaderNodeComment | Hendrik Brucker | 2024-04-18 | 1 | -3/+3 |
| |/ | |||||
* / | Add SkeletonIK3D get/set_interpolation compat from #87888 | Lyuma | 2024-04-18 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #90759 from dsnopek/openxr-hand-revert | Rémi Verschelde | 2024-04-17 | 1 | -3/+0 |
|\ | | | | | | | Revert `OpenXRHand` to its pre-`SkeletonModifier3D` state | ||||
| * | Revert `OpenXRHand` to its pre-`SkeletonModifier3D` state | David Snopek | 2024-04-16 | 1 | -3/+0 |
| | | |||||
* | | Remove experimental constrain_avoidance from NavigationRegion2D | smix8 | 2024-04-16 | 1 | -0/+13 |
|/ | | | | Removes experimental constrain_avoidance feature from NavigationRegion2D. | ||||
* | replace bone_pose_updated to skeleton_updated signal | Silc Lizard (Tokage) Renew | 2024-04-13 | 1 | -0/+8 |
| | |||||
* | Revert what needs to be reverted | ajreckof | 2024-04-10 | 1 | -7/+0 |
| | |||||
* | Skeleton3D: Add SkeletonModifier / Deprecate Override / Separate PB | Silc Lizard (Tokage) Renew | 2024-04-05 | 1 | -0/+13 |
| | |||||
* | Add GraphFrame and integrate it in VisualShader | Hendrik Brucker | 2024-04-04 | 1 | -0/+7 |
| | |||||
* | Merge pull request #89179 from groud/expose_tile_map_layer | Rémi Verschelde | 2024-04-04 | 1 | -9/+0 |
|\ | | | | | | | Expose TileMapLayer | ||||
| * | Expose TileMapLayer | Gilles Roudière | 2024-04-03 | 1 | -9/+0 |
| | | |||||
* | | add partial path return option for astar | ashley | 2024-04-03 | 1 | -0/+13 |
| | | | | | | | | * AStar2D, AStar3D and AStarGrid2D now can return a partial path if the destination point isn't reachable but still in the map. This option is available for both get_point_path and get_id_path |