Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-28 | GDScript: Fix test from #69163 after annotations change | Rémi Verschelde | |
2023-01-28 | Merge pull request #72228 from DarkKilauea/nav-agent-callable | Rémi Verschelde | |
Use Callable for Navigation Agent callbacks | |||
2023-01-28 | Merge pull request #72233 from TokageItLab/audio-blending | Rémi Verschelde | |
Implement blending audio feature to AnimationTree | |||
2023-01-28 | Merge pull request #72238 from timothyqiu/window-size-3to4 | Rémi Verschelde | |
Add window size settings in 3to4 conversion | |||
2023-01-28 | Merge pull request #72243 from paulloz/oopsie-poopsie-error-tooltips | Rémi Verschelde | |
Restore missing info in the error tooltips | |||
2023-01-28 | Merge pull request #72220 from m4gr3d/move_xr_metadata_to_loaders_main | Rémi Verschelde | |
Update the XR manifest configs | |||
2023-01-28 | Merge pull request #72157 from Kabiirk/GPUParticles2D-collision-UI-Fix | Rémi Verschelde | |
Fixing Inspector Property UI for GPUParticle2D collision_base_size [w.r.t Issue#71942] | |||
2023-01-28 | Merge pull request #72205 from raulsntos/dotnet/proxy-class | Rémi Verschelde | |
Fix lookup of C# types by their engine name | |||
2023-01-28 | Merge pull request #71992 from raulsntos/dotnet/rect-alt | Rémi Verschelde | |
C#: Remove `GetArea` and `GetVolume` methods | |||
2023-01-28 | Merge pull request #69163 from vonagam/variant-safe-lines | Rémi Verschelde | |
GDScript: Fix wrong marking of some lines related to Variant as unsafe | |||
2023-01-28 | Restore missing info in the error tooltips | Paul Joannon | |
2023-01-28 | Implement blending audio feature to AnimationTree | Silc Renew | |
2023-01-28 | Add window size settings in 3to4 conversion | Haoyu Qiu | |
2023-01-27 | Use Callable for Navigation Agent callbacks | Josh Jones | |
2023-01-28 | Merge pull request #72174 from bitsawer/shader_include_fixes | Yuri Rubinsky | |
Close undefined Fix undefined | |||
2023-01-27 | Update the XR manifest configs | Fredia Huya-Kouadio | |
Remove the ones provided automatically by the loaders, and the ones enabled by the default on the platform. Fixes https://github.com/GodotVR/godot_openxr_loaders/issues/19 | |||
2023-01-27 | Fix lookup of C# types by their engine name | Raul Santos | |
2023-01-27 | Merge pull request #72186 from groud/improve_tileset_3to4_conversion | Rémi Verschelde | |
Improve TileSet 3to4 conversion, avoiding some data loss | |||
2023-01-27 | Merge pull request #72172 from RandomShaper/semaphore_codestyle | Rémi Verschelde | |
Fix code style and consistency of RWLock and Semaphore | |||
2023-01-27 | Merge pull request #72182 from raulsntos/dotnet/remove-obsolete-stringextensions | Rémi Verschelde | |
C#: Remove obsolete StringExtensions methods | |||
2023-01-27 | Merge pull request #71986 from raulsntos/dotnet/readonly-collections | Rémi Verschelde | |
C#: Implement readonly-ness in Array and Dictionary | |||
2023-01-27 | Merge pull request #71470 from YeldhamDev/window_fixes | Rémi Verschelde | |
Fix some small bugs in the `Window` node | |||
2023-01-27 | Merge pull request #71965 from Calinou/input-editor-fix-typos | Rémi Verschelde | |
Fix typos in input action editor key type names | |||
2023-01-27 | C#: Remove `GetArea` and `GetVolume` methods | Raul Santos | |
- Remove `GetArea` method in favor of the `Area` property in Rect2{i}. - Replace `GetVolume` method with a `Volume` property in AABB. | |||
2023-01-27 | Fix code style and consistency of RWLock and Semaphore | Pedro J. Estébanez | |
2023-01-27 | Improve TileSet 3to4 conversion, avoiding some data loss | Gilles Roudière | |
2023-01-27 | C#: Remove obsolete StringExtensions methods | Raul Santos | |
2023-01-27 | Merge pull request #72170 from Chaosus/astar_fix | Yuri Rubinsky | |
2023-01-27 | Fix typos in input action editor key type names | Hugo Locurcio | |
This also makes those strings localizable. | |||
2023-01-27 | Merge pull request #62123 from holgac/bugfix-62097 | Rémi Verschelde | |
Fix infinite loop in animation compress | |||
2023-01-27 | Merge pull request #72173 from groud/warn_autotile_conversion | Rémi Verschelde | |
Warn that autotiles from 3.x cannot be converted automatically to 4.x | |||
2023-01-27 | Merge pull request #72111 from raulsntos/method-info-metadata | Rémi Verschelde | |
Add `GodotTypeInfo::Metadata` to `MethodInfo` | |||
2023-01-27 | Merge pull request #71522 from zoeesilcock/docs/more-info-on-global-menu | Rémi Verschelde | |
More info on global menu usage | |||
2023-01-27 | Merge pull request #72171 from KoBeWi/editor_censorship | Rémi Verschelde | |
Fix filtering editor nodes in Create Dialog | |||
2023-01-27 | Merge pull request #72148 from ↵ | Rémi Verschelde | |
smix8/tileset_navigationlayers_bitmask_helpers_4.x Add TileSet helper functions to set/get navigation layer bitmask values | |||
2023-01-27 | Merge pull request #72129 from groud/unclamp_texture_origin | Rémi Verschelde | |
Rename texture_offset and unclamp it | |||
2023-01-27 | Merge pull request #72168 from RandomShaper/sensible_lock_return | Rémi Verschelde | |
Booleanize various sync primitives' wait & locking methods | |||
2023-01-27 | C#: Implement readonly-ness in Array and Dictionary | Raul Santos | |
- Expose `IsReadOnly` and add `MakeReadOnly` method. | |||
2023-01-27 | Enchance the performance of AStar by using a LocalVector(2) | Yuri Rubinsky | |
2023-01-27 | Fix several shader preprocessor include issues | bitsawer | |
2023-01-27 | Warn that autotiles from 3.x cannot be converted automatically to 4.x | Gilles Roudière | |
2023-01-27 | Add a note about the parameter that global menu callbacks require | Zoee Silcock | |
2023-01-27 | Fix filtering editor nodes in Create Dialog | kobewi | |
2023-01-27 | Add missing classref changes after #62942 | Rémi Verschelde | |
2023-01-27 | Merge pull request #62499 from fire/gltf-binary-img-compression | Rémi Verschelde | |
Handle gltf binary images | |||
2023-01-27 | Merge pull request #72162 from lyuma/skeleton_rename | Rémi Verschelde | |
Make BoneAttachment3D and Skeleton3D names consistent. | |||
2023-01-27 | Add TileSet helper functions to set/get navigation layer values | smix8 | |
Adds helper functions to TileSet to set / get navigation layers bitmask values. | |||
2023-01-27 | Booleanize various sync primitives' wait & locking methods | Pedro J. Estébanez | |
2023-01-27 | Rename texture_offset and unclamp it | Gilles Roudière | |
2023-01-27 | Handle gltf binary | K. S. Ernest (iFire) Lee | |
[ Ignore and Warn | Extract Textures (default) | Optimize Loading Embedded as Basisu ] Enable compressed mip maps from Basis Universal for faster compressions. Increase the quality of Basis to avoid corruption. To keep compatibility use the first mip of the previous internal Godot format. Because texture names may have invalid filename characters, adds String::validate_filename to sanitize filenames for import pipeline use. |