Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-28 | Fix typo in SSR roughness quality enum value names | Hugo Locurcio | |
2022-02-27 | Merge pull request #58594 from Chaosus/vs_fix_crash | Rémi Verschelde | |
2022-02-27 | Fix crash on creation of `HSV2RGB/RGB2HSV` functions in visual shader | Yuri Roubinsky | |
2022-02-27 | Merge pull request #58589 from BastiaanOlij/vulkan_openxr_use_proper_handle | Rémi Verschelde | |
Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR | |||
2022-02-27 | Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR | Bastiaan Olij | |
2022-02-26 | Merge pull request #58507 from aaronfranke/camera-matrix | Rémi Verschelde | |
Use is_zero_approx and fix spelling in CameraMatrix invert | |||
2022-02-26 | Use is_zero_approx and fix spelling in CameraMatrix invert | Aaron Franke | |
2022-02-25 | Merge pull request #58490 from bruvzg/imporve_popup_menu_handling | Rémi Verschelde | |
2022-02-25 | Merge pull request #58497 from JFonS/stb_rect_pack_upgrade | Rémi Verschelde | |
2022-02-25 | Merge pull request #58527 from bruvzg/vma_fix | Rémi Verschelde | |
2022-02-25 | Merge pull request #58520 from Calinou/pckpacker-verbose-print-for-every-file | Rémi Verschelde | |
2022-02-25 | Fix build for macOS / iOS with the statically linked MoltenVK after VMA update. | bruvzg | |
2022-02-25 | Merge pull request #58510 from raulsntos/sort-visualscript-variables | Rémi Verschelde | |
2022-02-25 | Improve popup window handling. | bruvzg | |
Add window FLAG_POPUP and a platform specific routines to control popup auto-hiding and event forwarding. | |||
2022-02-25 | Print every file exported with `PCKPacker.flush()`s verbose parameter | Hugo Locurcio | |
Previously, only one line per 100 files was printed. This also refactors the print statement to use Godot methods and make it more informative overall. | |||
2022-02-24 | Merge pull request #58491 from RandomShaper/vma_upgrade | Rémi Verschelde | |
vk_mem_alloc: Update to latest upstream + volk: Finish update + Adapt custom approach to small objects | |||
2022-02-24 | Sort variables in VisualScriptEditor | Raul Santos | |
Sorts the script variables in alphabetical order to display them in VisualScriptEditor. | |||
2022-02-24 | vk_mem_alloc: Update to upstream + Adapt approach to small objects pooling | Pedro J. Estébanez | |
This updates VMA and instead of using the custom small pool approach from 4e6c9d3ae979f2eb0151cf581fe61d2f3194ea72, lazily creates pools for the relevant memory type indices, which doesn't require patching VMA. Also, patches already merged upstream or not needed any longer are removed. | |||
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 | Upgrade stb_rect_pack to 1.01 | jfons | |
Enables large rectangle support by default. | |||
2022-02-24 | Add sanity checks to lightmap unwrap texel size | jfons | |
2022-02-24 | Really update volk to 1.3.204 | Pedro J. Estébanez | |
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 |