| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #65432 from Calinou/doc-volumetric-fog | Rémi Verschelde | 2022-09-16 | 1 | -1/+1 |
|\ |
|
| * | Improve volumetric fog and FogVolume documentation | Hugo Locurcio | 2022-09-15 | 1 | -1/+1 |
* | | Fix some errors affecting the Web editor | Rémi Verschelde | 2022-09-12 | 1 | -0/+12 |
* | | Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_more | Rémi Verschelde | 2022-09-08 | 1 | -2/+2 |
|\ \ |
|
| * | | [Net] Rename "ssl" references to "tls" in methods and members. | Fabio Alessandrelli | 2022-09-08 | 1 | -2/+2 |
| |/ |
|
* / | Remove / Replace old Navigation Debug Visualization | smix8 | 2022-09-07 | 1 | -6/+0 |
|/ |
|
* | Re-enable per-pixel transparency support on Linux, macOS, and Windows (for Vu... | bruvzg | 2022-09-03 | 1 | -0/+3 |
* | Improve documentation related to audio input permissions | Hugo Locurcio | 2022-09-02 | 1 | -0/+1 |
* | Merge pull request #63479 from DarkKilauea/nav-link | Rémi Verschelde | 2022-09-01 | 1 | -0/+18 |
|\ |
|
| * | Added node for Navigation links | Josh Jones | 2022-08-26 | 1 | -0/+18 |
* | | Implement Physical Light Units as an optional setting. | clayjohn | 2022-08-31 | 1 | -44/+49 |
* | | Merge pull request #63003 from Geometror/msaa-2d | Rémi Verschelde | 2022-08-30 | 1 | -3/+6 |
|\ \ |
|
| * | | Implement MSAA for 2D [Vulkan only] | Hendrik Brucker | 2022-08-13 | 1 | -3/+6 |
* | | | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -1/+1 |
* | | | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -6/+6 |
| |/
|/| |
|
* | | Merge pull request #64223 from Calinou/taa-fxaa-use-negative-mipmap-lod-bias | Rémi Verschelde | 2022-08-26 | 1 | -3/+4 |
|\ \ |
|
| * | | Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled | Hugo Locurcio | 2022-08-25 | 1 | -3/+4 |
* | | | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | 2022-08-26 | 1 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add font LCD sub-pixel anti-aliasing support. | bruvzg | 2022-08-23 | 1 | -2/+5 |
* | | | Remove VisualScript module for 4.0 | Rémi Verschelde | 2022-08-24 | 1 | -3/+0 |
|/ / |
|
* | | Improve documentation related to anisotropic filtering | Hugo Locurcio | 2022-08-22 | 1 | -0/+1 |
* | | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -14/+0 |
* | | Merge pull request #64334 from YuriSizov/core-bind-property-revert-methods | Yuri Sizov | 2022-08-19 | 1 | -14/+0 |
|\ \ |
|
| * | | Make `property_*_revert` methods multilevel and expose them for scripting | Yuri Sizov | 2022-08-18 | 1 | -14/+0 |
| |/ |
|
* | | Merge pull request #55032 from Calinou/tweak-default-window-size | Yuri Sizov | 2022-08-18 | 1 | -8/+8 |
|\ \ |
|
| * | | Increase the default project window size for better usability | Hugo Locurcio | 2022-08-18 | 1 | -8/+8 |
* | | | Merge pull request #64356 from Calinou/editor-hide-dummy-text-driver | Clay John | 2022-08-18 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | Hide Dummy text driver in the Project Settings as it makes editor unusable | Hugo Locurcio | 2022-08-13 | 1 | -0/+6 |
| |/ |
|
* / | [doc] Fix grammar in class docs: amount vs. number | Andy Maloney | 2022-08-17 | 1 | -7/+7 |
|/ |
|
* | Merge pull request #64285 from asmaloney/doc-params-4 | Yuri Sizov | 2022-08-12 | 1 | -5/+5 |
|\ |
|
| * | [doc] Use "param" instead of "code" to refer to parameters (4) | Andy Maloney | 2022-08-11 | 1 | -5/+5 |
* | | Use negative mipmap LOD bias for sub-native bilinear 3D scale | Hugo Locurcio | 2022-08-10 | 1 | -1/+1 |
|/ |
|
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -19/+19 |
* | Only define `keep_screen_on` project setting once | RedMser | 2022-08-06 | 1 | -0/+3 |
* | Improve error message when the requested V-Sync mode cannot be used | Hugo Locurcio | 2022-08-04 | 1 | -1/+1 |
* | Add Nearest Mipmap Anisotropic filter option to decals and projectors | Hugo Locurcio | 2022-08-03 | 1 | -0/+3 |
* | Merge pull request #62601 from smix8/navigation_3d_debug_4.x | Rémi Verschelde | 2022-07-29 | 1 | -0/+30 |
|\ |
|
| * | Add more detailed Navigation Debug Visualization | smix8 | 2022-07-29 | 1 | -0/+30 |
* | | Allow changing mipmap LOD bias when FSR 1.0 scaling is not used | Hugo Locurcio | 2022-07-28 | 1 | -5/+7 |
* | | Implement a Worker ThreadPool | reduz | 2022-07-22 | 1 | -0/+6 |
* | | Adding Variable Rate Shading support to Godot | Bastiaan Olij | 2022-07-17 | 1 | -0/+6 |
* | | Rename soft shadow quality project settings for easier searching | Hugo Locurcio | 2022-07-13 | 1 | -14/+14 |
* | | Merge pull request #41833 from dalexeev/splash_delay | Yuri Sizov | 2022-07-12 | 1 | -0/+3 |
|\ \ |
|
| * | | Add boot splash display time setting | Danil Alexeev | 2022-06-28 | 1 | -0/+3 |
* | | | Refactor Font configuration and import UI, and Font resources. | bruvzg | 2022-07-06 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #62084 from smix8/path_debug_options_4.x | Rémi Verschelde | 2022-06-29 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Add Path2D/3D debug options | smix8 | 2022-06-20 | 1 | -0/+6 |
* | | Add property hints to MovieWriter settings | Hugo Locurcio | 2022-06-25 | 1 | -6/+5 |
* | | Document the MovieWriter class and associated project settings | Hugo Locurcio | 2022-06-23 | 1 | -0/+15 |
* | | Merge pull request #62122 from reduz/implement-movie-writer | Rémi Verschelde | 2022-06-21 | 1 | -0/+12 |
|\ \ |
|