Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | Add XR Environment Blend Mode Support | Ron Bessems | |
2023-01-31 | Merge pull request #62737 from kidrigger/gdext_videodecoder | Rémi Verschelde | |
Updates VideoDecoder plugin API to GDExt. | |||
2023-01-31 | Merge pull request #69248 from vonagam/fixing-typed-arrays | Rémi Verschelde | |
GDScript: Fix typed arrays | |||
2023-01-31 | Merge pull request #72404 from clayjohn/RD-sky-crash | Rémi Verschelde | |
Fix various crashes relating to low roughness_layers | |||
2023-01-31 | GDScript: Fix issues with typed arrays | Dmitrii Maganov | |
2023-01-31 | Merge pull request #72107 from rburing/separation_ray_normal | Rémi Verschelde | |
Fix separation ray normal direction | |||
2023-01-31 | Merge pull request #72422 from BastiaanOlij/openxr_set_active_sets | Rémi Verschelde | |
Added methods to OpenXR interface to set which action sets are active | |||
2023-01-31 | Merge pull request #72427 from MinusKube/csg-polygon-path-bug | Rémi Verschelde | |
Don't generate CSGPolygon3D shape before the assigned path is inside tree | |||
2023-01-31 | Merge pull request #72426 from fire/4-warnings | Rémi Verschelde | |
Fixed a few godot engine 4 warnings on clang with Opengl and Windows … | |||
2023-01-31 | Merge pull request #72441 from bruvzg/lbl3d_aaa | Rémi Verschelde | |
[Sprite3D/Label3D] Expose alpha antialiasing properties. | |||
2023-01-31 | Merge pull request #72439 from bruvzg/ed_pr_hide | Rémi Verschelde | |
[Editor] Fix editor progress dialog auto closing on focus loss. | |||
2023-01-31 | Merge pull request #72433 from clayjohn/Pointlight2D-crash | Rémi Verschelde | |
Avoid crash when CanvasTexture used with light decal atlas | |||
2023-01-31 | Merge pull request #72438 from myaaaaaaaaa/segfault-test | Rémi Verschelde | |
Fail instead of segfaulting when files cannot be opened in IO tests | |||
2023-01-31 | Merge pull request #72437 from lyuma/lightmap_custom_uv | Rémi Verschelde | |
Implement custom uvs for Static Lightmap imported gltf | |||
2023-01-31 | Merge pull request #72212 from anvilfolk/gdtestnames | Rémi Verschelde | |
Add option to print filenames in GDScript unit testing | |||
2023-01-31 | Merge pull request #71499 from dalexeev/improve-sprite-frame-editor | Rémi Verschelde | |
Few improvements for SpriteFrames Editor | |||
2023-01-31 | Merge pull request #72357 from aaronfranke/area-gravity-unit-dist | Rémi Verschelde | |
Replace Area gravity point distance scale with unit distance | |||
2023-01-31 | Merge pull request #72413 from addmix/addmix/master | Rémi Verschelde | |
Added documentation note for `add_custom_type()` | |||
2023-01-31 | Merge pull request #72343 from clayjohn/editor-canvas-bg | Rémi Verschelde | |
Remove viewport_set_disable_environment in favor of viewport_set_environment_mode | |||
2023-01-31 | [Sprite3D/Label3D] Expose alpha antialiasing properties. | bruvzg | |
2023-01-31 | [Editor] Fix editor progress dialog auto closing on focus loss. | bruvzg | |
2023-01-31 | Fail instead of segfaulting in IO tests | myaaaaaaaaa | |
2023-01-30 | Implement custom uvs for Static Lightmap imported gltf | Lyuma | |
2023-01-30 | Avoid crash when CanvasTexture used with light decal atlas | clayjohn | |
The decal atlas is used for Light2Ds, decals, and Light3Ds | |||
2023-01-30 | Add option to print filenames in GDScript unit testing | ocean (they/them) | |
2023-01-30 | Updates VideoDecoder plugin API to GDExtension. | anish bhobe | |
Adds VideoStream and relevant resource loaders to migrate external GDNative plugins to GDExtension. Adds a VideoStreamLoader as a specialization of ResourceFormatLoader as ClassDB::is_parent_class is inaccessible from GDExtension currently. Using Object* instead of Ref<T> in order to avoid the refcount bug (godotengine/godot-cpp#652) Also another bug is in ResourceLoader in use on the extension side that requires fixing. | |||
2023-01-31 | Don't generate CSGPolygon3D shape before the assigned path is inside tree | MinusKube | |
2023-01-30 | Fixed a few godot engine 4 warnings on clang with Opengl and Windows apis. | K. S. Ernest (iFire) Lee | |
2023-01-31 | Added methods to OpenXR interface to set which action sets are active | Bastiaan Olij | |
2023-01-30 | Added documentation note for `add_custom_type()` | addmix | |
2023-01-30 | Remove viewport_set_disable_environment in favor of ↵ | clayjohn | |
viewport_set_environment_mode This allows us to set a default value inherited by child viewports and have child viewports set the value themselves which is needed for disabling the environment in the editor | |||
2023-01-30 | Fix various crashes relating to low roughness_layers | clayjohn | |
2023-01-30 | Merge pull request #72031 from reduz/change-high-quality-texture-import | Rémi Verschelde | |
Refactor high quality texture import | |||
2023-01-30 | Merge pull request #72402 from dsnopek/openxr-action-map-export-regression | Rémi Verschelde | |
Only customize resources during export if there are any export plugins in use | |||
2023-01-30 | Merge pull request #72208 from bruvzg/rtl_fix_thr_crash | Rémi Verschelde | |
[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `WorkerThreadPool` instead of creating new threads. | |||
2023-01-30 | Merge pull request #72400 from vnen/gdscript-match-release-consistency | Rémi Verschelde | |
GDScript: Fix match branches return check on release | |||
2023-01-30 | Merge pull request #72383 from MewPurPur/correct-tween-errors | Rémi Verschelde | |
Fix error messages for {}Tweener.new() | |||
2023-01-30 | Merge pull request #72390 from vonagam/fix-allowed-vararg-ptrcall | Rémi Verschelde | |
GDScript: Fix vararg method calls with exact arguments | |||
2023-01-30 | Merge pull request #72393 from clayjohn/GLES3-normal-roughness-error | Rémi Verschelde | |
Add a shader error when trying to using hint_normal_roughness_texture in the gl_compatibility renderer | |||
2023-01-30 | Merge pull request #72356 from BastiaanOlij/fix_ssao_ssil_probes | Rémi Verschelde | |
Fix SSAO/SSIl being applied to reflection probes | |||
2023-01-30 | Only customize resources during export if there are any export plugins in use | David Snopek | |
2023-01-30 | [RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use ↵ | bruvzg | |
`WorkerThreadPool` instead of creating new threads. | |||
2023-01-30 | GDScript: Fix match branches return check on release | George Marques | |
The check for existence of `return` only existed on debug builds for match branches. This could lead on an invalid error after exporting. Now this is checked on relase too, so it works the same as the editor. | |||
2023-01-30 | Few improvements for SpriteFrames Editor | Danil Alexeev | |
2023-01-30 | GDScript: Fix vararg method calls with exact arguments | Dmitrii Maganov | |
2023-01-30 | Add a shader error when trying to using hint_normal_roughness_texture in the ↵ | clayjohn | |
gl_compatibility renderer | |||
2023-01-30 | Fix error messages of {}Tweener.new() | VolTer | |
2023-01-30 | Merge pull request #72388 from TokageItLab/transition-reset-each | Rémi Verschelde | |
Allow the Reset option of NodeTransition to be set for each Input | |||
2023-01-30 | Merge pull request #72381 from yedpodtrzitko/yed/update-fileaccess-docs | Rémi Verschelde | |
docs: replace `File` with `FileAccess` | |||
2023-01-30 | Merge pull request #72380 from TokageItLab/noanim-seek | Rémi Verschelde | |
Allow `seek()` without assigned animation in `AnimationPlayer` |