Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Implement distance fade properties in OmniLight3D and SpotLight3D | Hugo Locurcio | |
This can be used to fade lights and their shadows in the distance, similar to Decal nodes. This can bring significant performance improvements, especially for lights with shadows enabled and when using higher-than-default shadow quality settings. While lights can be smoothly faded out over distance, shadows are currently "all or nothing" since per-light shadow color is no longer customizable in the Vulkan renderer. This may result in noticeable pop-in when leaving the shadow cutoff distance, but depending on the scene, it may not always be that noticeable. | |||
2022-02-24 | Merge pull request #58496 from JFonS/fix_lm_crash | Rémi Verschelde | |
2022-02-24 | Update AUTHORS and DONORS list | Rémi Verschelde | |
New contributors added to AUTHORS: @CakHuri, @floppyhammer, @rafallus, @Sauermann, @Scony, @trollodel, @winterpixelgames Thanks to all contributors and donors for making Godot possible! | |||
2022-02-24 | Add sanity checks to lightmap unwrap texel size | jfons | |
2022-02-24 | Merge pull request #58489 from Pineapple/ustring-optimizations-master | Rémi Verschelde | |
2022-02-24 | Merge pull request #58482 from KoBeWi/you_came_to_the_wrong_source | Rémi Verschelde | |
2022-02-24 | Optimize String concatenation and copy functions | Bartłomiej T. Listwon | |
2022-02-24 | Fix source picking with sort | kobewi | |
2022-02-23 | Merge pull request #58474 from darrylryan/master | Rémi Verschelde | |
2022-02-23 | Filament specular fix. Clamp dot product between normal and view vectors. ↵ | Darryl Ryan | |
Fixes #58459. | |||
2022-02-23 | Merge pull request #58472 from groud/fix_llvm_compilation | Rémi Verschelde | |
2022-02-23 | Fix llvm compilation by adding missing override | Gilles Roudière | |
2022-02-23 | Merge pull request #58448 from novaplusplus/wow-more-string-docs | Rémi Verschelde | |
2022-02-23 | Added or improved documentation to a few more String methods | Nova | |
2022-02-23 | Merge pull request #58134 from timothyqiu/shortcut-zoom-mouse-pos | Rémi Verschelde | |
2022-02-23 | Merge pull request #58244 from V-Sekai/typed_fail_case_return | Rémi Verschelde | |
2022-02-23 | Utilize mouse position when zooming with shortcuts in 2D editor | Haoyu Qiu | |
2022-02-23 | Merge pull request #56394 from BastiaanOlij/OpenXR_Core4 | Rémi Verschelde | |
2022-02-23 | Merge pull request #58354 from timothyqiu/gridmap-export | Rémi Verschelde | |
2022-02-23 | Merge pull request #58444 from lawnjelly/giprobe_gizmo_fix4 | Rémi Verschelde | |
2022-02-23 | Merge pull request #57956 from Eoin-ONeill-Yokai/audio_stream_hotfix | Rémi Verschelde | |
2022-02-23 | Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixes | Rémi Verschelde | |
2022-02-23 | Implementing OpenXR driver | Bastiaan Olij | |
2022-02-23 | Add OpenXR 1.0.22 to thirdparty libraries | Bastiaan Olij | |
Will be compiled and used in the next commit. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-02-23 | Merge pull request #58411 from cbscribe/rename_motion_velocity | Rémi Verschelde | |
2022-02-22 | Rename motion_velocity to velocity | Chris Bradfield | |
2022-02-23 | Merge pull request #51716 from clayjohn/VULKAN-optimized-GGX | Rémi Verschelde | |
Use Filament specular model and parametrization | |||
2022-02-22 | Use Filament specular models and parametrization | clayjohn | |
2022-02-22 | Add missing binding to AudioStream class | Eoin O'Neill | |
This allows for the extension of AudioStream where you can call `instance_plackback` on child AudioStream instances within gdscript, much like the implementation of some child classes in C++. See `AudioStreamRandomPitch` for an example of how this can be used. | |||
2022-02-22 | Merge pull request #57664 from skyace65/TriangulateInfo | Rémi Verschelde | |
Add more information on triangulate polygon | |||
2022-02-22 | Merge pull request #58440 from novaplusplus/novas-doc-stuff | Rémi Verschelde | |
Fix incorrect surfacetool example in class docs | |||
2022-02-22 | Merge pull request #58442 from novaplusplus/docs-string-humanize-size | Rémi Verschelde | |
Document String's humanize_size static method | |||
2022-02-22 | Fix GIProbe gizmo out of bounds crash | lawnjelly | |
The GIProbe gizmo was writing values in 3 dimensions to Vector2s. This error was previously being masked by the Vector2 accessor, but now results in a crash or ERR_FAIL message. This PR removes the Vector2s as they were unused. | |||
2022-02-22 | Document String's humanize_size static method | Nova | |
2022-02-22 | Fix incorrect SurfaceTool example in class docs | Nova | |
2022-02-22 | Merge pull request #58343 from aaronfranke/negative-shape-warning | Rémi Verschelde | |
2022-02-22 | Merge pull request #58426 from akien-mga/ci-mono-static | Rémi Verschelde | |
2022-02-22 | CI: Use mono_static=yes for Mono builds | Rémi Verschelde | |
This removes the dependency on shared libmonosgen installed locally and makes the artifacts usable as standalone for testing without needing a full Mono install. | |||
2022-02-22 | Merge pull request #58344 from TokageItLab/fix-cubic-interpolate-with-loop | Rémi Verschelde | |
2022-02-22 | Merge pull request #57538 from floppyhammer/fix-gpu-particles-2d-offset | Rémi Verschelde | |
2022-02-22 | Merge pull request #58420 from bruvzg/fix_borderless_minimize | Rémi Verschelde | |
2022-02-22 | Fix GPUParticles2D emission offset in global coords | floppyhammer | |
2022-02-22 | [Windows] Fix borderless window flag toggle and restoring minimized ↵ | bruvzg | |
borderless window. | |||
2022-02-22 | Merge pull request #58419 from clayjohn/Vulkan-anisotropy-crash | Rémi Verschelde | |
2022-02-22 | Merge pull request #58418 from clayjohn/Vulkan-cubemap-proughness | Rémi Verschelde | |
2022-02-22 | Merge pull request #58331 from poiati/fix-extension-registration-order-2 | Rémi Verschelde | |
2022-02-21 | Fix shader compilation error with anisotropy | clayjohn | |
2022-02-21 | Use properly use non-perceptual roughness when filtering radiance | clayjohn | |
2022-02-22 | Fixes cyclic detection from variables assigning themselves to themselves in ↵ | SaracenOne | |
autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body | |||
2022-02-21 | Merge pull request #58399 from Sauermann/fix-bresenham-usage | Rémi Verschelde | |
Use bresenham_line() in EditorAtlasPacker::chart_pack |