Age | Commit message (Expand) | Author |
2021-11-29 | Fix `INDEX` built-in in a process function of particle shader | Yuri Roubinsky |
2021-11-26 | Fix `TIME` using in custom functions of particle shader | Yuri Roubinsky |
2021-11-26 | Merge pull request #55311 from Chaosus/fix_uniform_array | Rémi Verschelde |
2021-11-26 | Merge pull request #55325 from Calinou/fsr-use-warn-print | Rémi Verschelde |
2021-11-25 | Merge pull request #55313 from nekomatata/bounce-energy-stability | Rémi Verschelde |
2021-11-25 | Merge pull request #55310 from Ev1lbl0w/fix_headless_window_errors | Rémi Verschelde |
2021-11-25 | Use `WARN_PRINT_ONCE()` for FSR-related warning messages | Hugo Locurcio |
2021-11-25 | Fix uniform array alignment to fix a bug | Yuri Roubinsky |
2021-11-25 | Remove disabled debug code in ClusterBuilderRD | Hugo Locurcio |
2021-11-25 | Fix RigidDynamicBody gaining momentum with bounce | PouleyKetchoupp |
2021-11-25 | Added more empty definitions for headless display server | Ricardo Subtil |
2021-11-25 | Revert "Pushes array of uniforms to first place in the buffer" | Yuri Roubinsky |
2021-11-25 | [macOS / iOS] Use non atomic operation to store facing bits on MoltenVK. | bruvzg |
2021-11-24 | Merge pull request #51679 from Je06jm/fsr | Rémi Verschelde |
2021-11-24 | Merge pull request #55281 from bruvzg/mvk_fog_volumes | Rémi Verschelde |
2021-11-24 | [macOS / iOS] Use storage buffers instead of unsupported images for the volum... | bruvzg |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-23 | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm |
2021-11-23 | Prevent return statement from using in block in shader main functions | Yuri Roubinsky |
2021-11-22 | Add wakeup() conditional if previous gravity was 0 | Brennen Green |
2021-11-22 | Add methods to get position from column and line in TextEdit | Yuri Sizov |
2021-11-20 | Add area to moved list when changing monitorable, | Marcel Admiraal |
2021-11-19 | Allow passing non-variable constant to const function param in shaders | Yuri Roubinsky |
2021-11-18 | Merge pull request #55084 from JFonS/fix_depth_prepass | Rémi Verschelde |
2021-11-18 | Merge pull request #55085 from JFonS/transparency_fixes | Rémi Verschelde |
2021-11-18 | Fix Depth-Prepass transparency mode | jfons |
2021-11-18 | Merge pull request #55074 from nekomatata/fix-soft-body-gravity | Rémi Verschelde |
2021-11-17 | Fix applied gravity on soft bodies | PouleyKetchoupp |
2021-11-17 | Fix contact generation with backface collision disabled | PouleyKetchoupp |
2021-11-17 | Fix rest_info returning no result with high margin and low motion | PouleyKetchoupp |
2021-11-17 | Merge pull request #55029 from clayjohn/VULKAN-SRGB | Rémi Verschelde |
2021-11-16 | Fix SRGB conversions in Vulkan Renderer | clayjohn |
2021-11-16 | Merge pull request #55036 from nekomatata/bvh-fix-update | Camille Mohr-Daurat |
2021-11-16 | Fix physics BVH pairing for teleported or fast moving objects | PouleyKetchoupp |
2021-11-16 | Rename built-in `SGN()` macro to `SIGN()` | Hugo Locurcio |
2021-11-13 | Fix broken light_compute in mobile renderer | Yuri Roubinsky |
2021-11-12 | Fix multimesh still drawing when visible instances is zero | Brian Semrau |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-12 | Fix transparency state initialization | jfons |
2021-11-12 | Fix default_texture_param in shader pipeline to support uniform arrays | Yuri Roubinsky |
2021-11-12 | Merge pull request #54867 from Chaosus/shader_fix_light_albedo | Rémi Verschelde |
2021-11-11 | Merge pull request #54810 from nekomatata/area-separate-override-modes | Camille Mohr-Daurat |
2021-11-11 | Fix shader crashing when using `ALBEDO` or `ALPHA` in light function | Yuri Roubinsky |
2021-11-10 | Add raycast options to hit when starting inside / hit back faces | PouleyKetchoupp |
2021-11-10 | Merge pull request #54783 from ator-dev/fix-override-exposure | Rémi Verschelde |
2021-11-10 | Fix errors in CharacterBody when floor is destroyed or removed | PouleyKetchoupp |
2021-11-09 | Separate space override modes for gravity/damping in Area | PouleyKetchoupp |
2021-11-09 | Merge pull request #54736 from Chaosus/shader_fix_uniform | Rémi Verschelde |
2021-11-08 | Merge pull request #54134 from nekomatata/body-center-of-mass-local | Camille Mohr-Daurat |
2021-11-08 | Expose local center of mass in physics servers | PouleyKetchoupp |