| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 3 | -0/+6 |
* | Rebrand Godot to Redot | Randolph W. Aarseth II | 2024-10-11 | 31 | -186/+260 |
* | [macOS] Update Vulkan SDK install script. | Adam Vondersaar | 2024-10-08 | 1 | -11/+5 |
* | Merge pull request #97645 from adamscott/fix-pwa-reloading-page | Rémi Verschelde | 2024-10-02 | 1 | -3/+4 |
|\ |
|
| * | Fix web export infinite reload issue | Adam Scott | 2024-09-30 | 1 | -3/+4 |
* | | Merge pull request #97281 from reptofrog/deadzone-new-default | Rémi Verschelde | 2024-10-02 | 1 | -0/+8 |
|\ \ |
|
| * | | Changed the default deadzone value for new actions from 0.5 to 0.2 | Roman Morozov | 2024-10-01 | 1 | -0/+8 |
* | | | Add Ukrainian translation for Linux .desktop file | volkov | 2024-10-01 | 1 | -0/+2 |
| |/
|/| |
|
* | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+98 |
|/ |
|
* | Fixed SoftBody3D handles not being clickable in 3D Editor Viewport | Joel Fortier | 2024-09-16 | 1 | -0/+7 |
* | Add support for non-blocking IO mode to `OS.execute_with_pipe`. | bruvzg | 2024-09-06 | 1 | -0/+7 |
* | Merge pull request #95885 from bruvzg/macos_arch | Rémi Verschelde | 2024-09-06 | 1 | -3/+8 |
|\ |
|
| * | [macOS] Use per-architecture min. OS version for export. | bruvzg | 2024-08-21 | 1 | -3/+8 |
* | | Pass current value to `EditorInterface` node/property popups | Chris Cranford | 2024-09-03 | 1 | -0/+8 |
* | | Expose `AudioStreamPlayer{2D,3D}::set_playing` and remove `AudioStreamPlayer:... | Raul Santos | 2024-08-30 | 1 | -0/+9 |
* | | [RegEx] Add show_error parameter to control error printing on compilation fail | Nikita\Nick | 2024-08-28 | 1 | -0/+8 |
* | | Merge pull request #95275 from OlesyaGerasimenko/master | Rémi Verschelde | 2024-08-27 | 1 | -1/+3 |
|\ \ |
|
| * | | Add Russian translation to Linux .desktop file | OlesyaGerasimenko | 2024-08-08 | 1 | -1/+3 |
* | | | Add optional count argument to Sempahore::post | Radiant | 2024-08-27 | 1 | -0/+7 |
* | | | 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 | Aaron Franke | 2024-08-15 | 2 | -14/+4 |
* | | | | Temporarily disable "validation errors no longer occur" warnings | David Snopek | 2024-08-22 | 1 | -1/+3 |
* | | | | Add debug utilities for Vulkan | Matias N. Goldberg | 2024-08-21 | 2 | -0/+13 |
| |_|/
|/| | |
|
* | | | macOS/iOS: Fix various warnings when targeting newer SDKs | Stuart Carnie | 2024-08-20 | 1 | -3/+10 |
* | | | 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 | 3 | -3/+3 |
|/ |
|
* | Merge pull request #94652 from shana/fix-header-guards | Rémi Verschelde | 2024-07-23 | 1 | -9/+28 |
|\ |
|
| * | Fix header_guards so it detects the copyright header properly. | Andreia Gaita | 2024-07-23 | 1 | -9/+28 |
* | | Merge pull request #93753 from Repiteo/scons/visual-studio-fixes | Rémi Verschelde | 2024-07-22 | 1 | -4/+1 |
|\ \ |
|
| * | | SCons: Fix output with `vsproj=yes` | Thaddeus Crews | 2024-06-29 | 1 | -4/+1 |
* | | | Fix Image CowData crash when baking large lightmaps | Hugo Locurcio | 2024-07-19 | 1 | -0/+8 |
| |/
|/| |
|
* | | Re-add Skeleton3D::animate_physical_bones | Silc Lizard (Tokage) Renew | 2024-07-14 | 1 | -7/+0 |
* | | D3D12: Get rid of DXIL.dll! | Pedro J. Estébanez | 2024-07-11 | 1 | -26/+3 |
* | | Fix property type of Sprite3D `frame_coords` to Vector2i from Vector2 | Silc Lizard (Tokage) Renew | 2024-07-06 | 1 | -0/+7 |
* | | Remove duplicate styling from editor | Kristopher A | 2024-07-03 | 1 | -1/+0 |
|/ |
|
* | Merge pull request #93511 from Repiteo/style/relocate-pretty-print | Rémi Verschelde | 2024-06-25 | 1 | -23/+25 |
|\ |
|
| * | Style: Relocate `godot_gdb_pretty_print.py` | Thaddeus Crews | 2024-06-23 | 1 | -23/+25 |
* | | Style: Optimize `.svg` files with `svgo` | Thaddeus Crews | 2024-06-23 | 17 | -235/+17 |
* | | CI: Add `svgo` pre-commit hook | Thaddeus Crews | 2024-06-23 | 1 | -0/+20 |
|/ |
|
* | Merge pull request #91382 from adamscott/sample-player | Rémi Verschelde | 2024-06-19 | 1 | -0/+7 |
|\ |
|
| * | Add samples playback support | Adam Scott | 2024-06-18 | 1 | -0/+7 |
* | | CI: Add pre-commit hook for `clang-tidy` | Thaddeus Crews | 2024-06-17 | 1 | -33/+0 |
|/ |
|
* | 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 |
* | Make displayed Web errors more meaningful | Adam Scott | 2024-05-30 | 2 | -6/+16 |
* | [iOS] Change default iPad landscape orientation from "left" to "right". | bruvzg | 2024-05-29 | 1 | -1/+1 |
* | Display custom data name instead of indices in TileData inspector | Gilles Roudière | 2024-05-25 | 1 | -0/+7 |
* | Upgrade to eslint 9 | patwork | 2024-05-22 | 1 | -2/+0 |