Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #57318 from TechnoPorg/fix-face-area-calculation | Rémi Verschelde | 2022-01-28 | 1 | -1/+1 |
|\ | |||||
| * | Fix triangular area calculation | TechnoPorg | 2022-01-27 | 1 | -1/+1 |
* | | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | 2022-01-27 | 2 | -0/+20 |
|\ \ | |/ |/| | |||||
| * | Add support for getting native display, window, and view handles. | bruvzg | 2022-01-14 | 2 | -0/+20 |
* | | Merge pull request #54574 from Ansraer/glow_map | Rémi Verschelde | 2022-01-26 | 14 | -17/+79 |
|\ \ | |||||
| * | | add support for glow maps | Ansraer | 2022-01-20 | 14 | -17/+79 |
* | | | Improve XRInterface hooks into rendering | Bastiaan Olij | 2022-01-26 | 8 | -68/+112 |
* | | | Merge pull request #53954 from Chaosus/fix_quit_errors | Rémi Verschelde | 2022-01-25 | 2 | -0/+6 |
|\ \ \ | |||||
| * | | | Fix errors on quitting from an empty project | Yuri Roubinsky | 2021-10-18 | 2 | -0/+6 |
* | | | | Prevent checking of global uniform type outside the editor | Yuri Roubinsky | 2022-01-25 | 1 | -1/+1 |
* | | | | Minor fixes to shadow atlases: | jfons | 2022-01-24 | 2 | -10/+14 |
* | | | | Remove incorrect items from completion of main functions in shader | Yuri Roubinsky | 2022-01-24 | 1 | -0/+13 |
* | | | | Fix incorrect unused local var warning in shader blocks | Yuri Roubinsky | 2022-01-23 | 1 | -2/+8 |
* | | | | Merge pull request #54890 from briansemrau/threadsafe-drawpute-lists | Rémi Verschelde | 2022-01-22 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | Make draw/compute lists threadsafe | Brian Semrau | 2021-11-11 | 1 | -1/+0 |
* | | | | | Remove TRANSFORM built in from fog shaders | clayjohn | 2022-01-21 | 1 | -1/+0 |
* | | | | | Rename or refactor macros to avoid leading underscores | Omar Polo | 2022-01-20 | 2 | -20/+21 |
* | | | | | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde | 2022-01-20 | 3 | -4/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Rename and reorder bake mode properties for consistency | Hugo Locurcio | 2021-12-14 | 3 | -4/+4 |
* | | | | | | Merge pull request #53857 from briansemrau/rd-free-rid-bind-rename | Rémi Verschelde | 2022-01-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | Rename RD::free binding to free_rid | Brian Semrau | 2021-10-15 | 1 | -1/+1 |
* | | | | | | Merge pull request #56972 from lawnjelly/warn_unused | Rémi Verschelde | 2022-01-20 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add nodiscard to core math classes to catch c++ errors. | lawnjelly | 2022-01-20 | 1 | -2/+2 |
* | | | | | | | Merge pull request #56949 from timothyqiu/has-clipboard | Rémi Verschelde | 2022-01-20 | 2 | -0/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Add `DisplayServer.clipboard_has()` to check clipboard content | Haoyu Qiu | 2022-01-19 | 2 | -0/+6 |
* | | | | | | | | Merge pull request #56936 from BastiaanOlij/add_tracking_confidence | Rémi Verschelde | 2022-01-20 | 4 | -3/+33 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Adding a tracking confidence state to XRPose | Bastiaan Olij | 2022-01-20 | 4 | -3/+33 |
* | | | | | | | | Revert "Add new scaling modes for splash screen" | Rémi Verschelde | 2022-01-19 | 8 | -72/+21 |
* | | | | | | | | Add translation links to shader errors | Yuri Roubinsky | 2022-01-19 | 3 | -329/+354 |
| |/ / / / / / |/| | | | | | | |||||
* | | | | | | | Merge pull request #54489 from briansemrau/texture-delete-update | Rémi Verschelde | 2022-01-19 | 13 | -37/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix materials not updating when texture replaced/deleted | Brian Semrau | 2021-11-01 | 13 | -37/+8 |
* | | | | | | | | Merge pull request #56825 from bruvzg/macos_fix_fullscr_multiwindow | Rémi Verschelde | 2022-01-19 | 2 | -6/+0 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | Window management improvements. | bruvzg | 2022-01-18 | 2 | -6/+0 |
* | | | | | | | | Add new scaling modes for splash screen | Samuel Pedrajas | 2022-01-18 | 8 | -21/+72 |
* | | | | | | | | Merge pull request #56761 from Calinou/sdfgi-allow-any-number-of-cascades | Rémi Verschelde | 2022-01-18 | 13 | -28/+19 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Allow using between 1 and 8 cascades for SDFGI | Hugo Locurcio | 2022-01-17 | 13 | -28/+19 |
* | | | | | | | | | Merge pull request #56893 from Chaosus/shader_unify_vardecl | Yuri Roubinsky | 2022-01-18 | 3 | -162/+78 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | Unify variable and array declarations in shaders | Yuri Roubinsky | 2022-01-18 | 3 | -162/+78 |
* | | | | | | | | | Fix volumetric fog memory leak on resize | clayjohn | 2022-01-17 | 1 | -0/+3 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge pull request #56860 from bruvzg/icu_case | Rémi Verschelde | 2022-01-17 | 4 | -1/+34 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | [TextServer] Implement locale and context sensitive case conversion functions. | bruvzg | 2022-01-17 | 4 | -1/+34 |
* | | | | | | | | | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 2 | -16/+0 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 2 | -16/+0 |
* | | | | | | | | | Fix invalid read when using LightOccluder2D | Haoyu Qiu | 2022-01-17 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #56309 from Calinou/remove-pvrtc-support | Rémi Verschelde | 2022-01-16 | 4 | -90/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | 2022-01-14 | 4 | -90/+0 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Remove mistakenly added push constant from SSR | clayjohn | 2022-01-15 | 1 | -1/+0 |
* | | | | | | | | | Refactor size expression parsing for arrays in the shaders | Yuri Roubinsky | 2022-01-15 | 2 | -338/+112 |
|/ / / / / / / / | |||||
* | | | | | | | | Fix shader crashing when declaring matrix or array varyings | Yuri Roubinsky | 2022-01-14 | 1 | -1/+20 |
* | | | | | | | | Fix various typos | luz paz | 2022-01-13 | 4 | -5/+5 |