Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | Merge pull request #44736 from KoBeWi/margoffset | Rémi Verschelde | 2020-12-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix Layout menu not working | kobewi | 2020-12-27 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | Merge pull request #44582 from nathanfranke/document-rect-intersection | Rémi Verschelde | 2020-12-27 | 4 | -6/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Update Rect intersection documentation, and rename method on Mono | Nathan Franke | 2020-12-26 | 4 | -6/+10 | |
* | | | | | | | | | | | | | | | | Merge pull request #44733 from vnen/variant-add-counts | Rémi Verschelde | 2020-12-27 | 4 | -0/+25 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add helper count function to Variant | George Marques | 2020-12-27 | 4 | -0/+25 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44718 from hoontee/fix-44713 | Rémi Verschelde | 2020-12-27 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Properly handle empty CSGShapes | hoontee | 2020-12-27 | 1 | -11/+11 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44715 from clayjohn/VULKAN-SSAO-cleanup | Rémi Verschelde | 2020-12-27 | 2 | -9/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Cleanup leftover functions from adding SSAO | clayjohn | 2020-12-26 | 2 | -9/+3 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44705 from Chaosus/shader_fix_array_postinit | Yuri Roubinsky | 2020-12-27 | 3 | -144/+179 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Fix using post-init shader array constructors | Yuri Roubinsky | 2020-12-27 | 3 | -144/+179 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44699 from reduz/cache-thread-friendly-culling | Juan Linietsky | 2020-12-26 | 8 | -630/+963 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Rewrite culling to be more cache/thread friendly. | reduz | 2020-12-26 | 8 | -630/+963 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #44436 from Chaosus/shader_const_switch | Yuri Roubinsky | 2020-12-27 | 3 | -27/+118 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Added support for constants in shader `case` and array size declaration | Yuri Roubinsky | 2020-12-17 | 3 | -27/+118 | |
* | | | | | | | | | | | | | | | Merge pull request #44697 from madmiraal/fix-44677 | Rémi Verschelde | 2020-12-26 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Update GraphEdit connection to reflect new signal name | Marcel Admiraal | 2020-12-26 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #44682 from madmiraal/fix-etc-quality | Rémi Verschelde | 2020-12-26 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Fix ETC quality setting | Marcel Admiraal | 2020-12-26 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | Merge pull request #44684 from Chaosus/vs_ttr | Yuri Roubinsky | 2020-12-25 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Makes strings translatable on right-click menu in visual shader | Yuri Roubinsky | 2020-12-25 | 1 | -5/+5 | |
| |/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #44640 from nekomatata/joint2d_update_body_transforms | Rémi Verschelde | 2020-12-25 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Update body transforms on joint2D setup | PouleyKetchoupp | 2020-12-23 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | Merge pull request #44662 from reduz/bvh-use-page-allocator | Rémi Verschelde | 2020-12-25 | 3 | -5/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Use page allocator for BVH | reduz | 2020-12-24 | 3 | -5/+7 | |
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44680 from madmiraal/fix-cvtt-options | Rémi Verschelde | 2020-12-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Ensure flags are applied to CVTT options | Marcel Admiraal | 2020-12-25 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | Merge pull request #44656 from reduz/cull-fixes-and-optimizations | Juan Linietsky | 2020-12-24 | 6 | -9/+74 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Cull fixes and optimizations | reduz | 2020-12-24 | 6 | -9/+74 | |
* | | | | | | | | | | | | | | | | Merge pull request #44649 from lyuma/bone_aabb_blendshapes | Rémi Verschelde | 2020-12-24 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix blendshapes and calculation of bone_aabbs | Lyuma | 2020-12-24 | 2 | -3/+11 | |
* | | | | | | | | | | | | | | | | Merge pull request #44651 from lawnjelly/bvh_world_aabb | Juan Linietsky | 2020-12-24 | 2 | -3/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix BVH to world_aabb, and call update | lawnjelly | 2020-12-24 | 2 | -3/+16 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44636 from Calinou/doc-sliderjoint3d-description | Rémi Verschelde | 2020-12-24 | 5 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Fix confusing SliderJoint3D brief description | Hugo Locurcio | 2020-12-24 | 5 | -9/+9 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44641 from reduz/get-frame-setup-time | Rémi Verschelde | 2020-12-24 | 5 | -0/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Add API to get frame setup time on CPU | reduz | 2020-12-24 | 5 | -0/+22 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44623 from reduz/rewrite-renderer-indexer | Juan Linietsky | 2020-12-24 | 13 | -557/+1027 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Replace Octree by DynamicBVH in cull code | reduz | 2020-12-23 | 13 | -557/+1027 | |
| |/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44635 from reduz/bind-rs-viewport-measure | Rémi Verschelde | 2020-12-24 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Bind viewport measure functions | reduz | 2020-12-23 | 1 | -0/+4 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Merge pull request #44609 from m4gr3d/fix_top_level_android_export | Rémi Verschelde | 2020-12-23 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Fix the `String::get_base_dir()` logic to properly check for top level direct... | Fredia Huya-Kouadio | 2020-12-23 | 1 | -1/+4 | |
* | | | | | | | | | | | | | | | | Merge pull request #44605 from madmiraal/rename-control-margin | Rémi Verschelde | 2020-12-23 | 106 | -1279/+1279 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 106 | -1279/+1279 | |
* | | | | | | | | | | | | | | | | | Merge pull request #44621 from fire/update-fbx | Rémi Verschelde | 2020-12-23 | 3 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Update FBX because of changes in the core api. | K. S. Ernest (iFire) Lee | 2020-12-23 | 3 | -6/+8 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Merge pull request #44619 from bruvzg/m1_dragdrop_4 | Rémi Verschelde | 2020-12-23 | 1 | -17/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | [4.0] Fix file drag-drop on M1 Macs. | bruvzg | 2020-12-23 | 1 | -17/+21 | |
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |