| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename `osx` to `macos` in input map feature tag handling | Hugo Locurcio | 2021-09-15 | 1 | -12/+12 |
| | | | | | This follows the general feature tag rename for 4.0. | ||||
| * | doc: Clarify need to save ConfigFile to apply changes to file | georgespatton | 2021-09-14 | 1 | -0/+2 |
| | | | | | See #52645 for context. | ||||
| * | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde | 2021-09-13 | 2 | -12/+6 |
| |\ | | | | | Remove 16× MSAA support due to driver bugs and low performance | ||||
| | * | Remove 16× MSAA support due to driver bugs and low performance | Hugo Locurcio | 2021-08-25 | 2 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | In the `master` branch, 16× MSAA caused the entire system to freeze on NVIDIA GPUs. This is likely caused by graphics drivers not actually implementing 16× MSAA, but combining 8× MSAA with 2× SSAA instead. On top of that, modern shader complexity makes 16× MSAA very difficult to use while keeping a good framerate. 8× MSAA is hard enough to use as it is. | ||||
| * | | Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript | Rémi Verschelde | 2021-09-13 | 1 | -0/+3 |
| |\ \ | | | | | | | Fix parse error on statement-less files with only newlines, add a warning for empty files. | ||||
| | * | | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume | 2021-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | add an empty file warning, add relevant tests. | ||||
| * | | | Merge pull request #51805 from skysphr/scrollbar-icons-pressed | Hugo Locurcio | 2021-09-13 | 2 | -0/+12 |
| |\ \ \ | | | | | | | | | Added increment_pressed and decrement_pressed icons to scrollbars | ||||
| | * | | | Added increment_pressed and decrement_pressed icons to scrollbars | skysphr | 2021-08-17 | 2 | -0/+12 |
| | | | | | |||||
| * | | | | Merge pull request #52298 from DeleteSystem32/meshlib-transform | Rémi Verschelde | 2021-09-13 | 1 | -0/+15 |
| |\ \ \ \ | | | | | | | | | | | implement individual mesh transform for meshlibrary items | ||||
| | * | | | | implement individual mesh transform for meshlibrary items | Vincent | 2021-09-09 | 1 | -0/+15 |
| | | | | | | |||||
| * | | | | | Merge pull request #52587 from zacryol/call_example_change | Max Hilbrunner | 2021-09-13 | 1 | -12/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | Change example used for StringName call methods | ||||
| | * | | | | | Change example used for StringName call methods | zacryol | 2021-09-11 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com> | ||||
| * | | | | | | Merge pull request #52614 from Calinou/doc-get-class-name | Max Hilbrunner | 2021-09-13 | 1 | -2/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Document `Object.get_class()/is_class()` ignores `class_name` declaration | ||||
| | * | | | | | | Document `Object.get_class()/is_class()` ignores `class_name` declaration | Hugo Locurcio | 2021-09-13 | 1 | -2/+4 |
| | |/ / / / / | |||||
| * / / / / / | Improve documentation for `Engine.get_process_frames/get_physics_frames()` | Hugo Locurcio | 2021-09-12 | 1 | -3/+15 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #52504 from V-Sekai/gltf_8_uv | Juan Linietsky | 2021-09-11 | 2 | -0/+10 |
| |\ \ \ \ \ | | | | | | | | | | | | | 8 uvs for glTF2, URI decode and Vertex Custom api | ||||
| | * | | | | | 8 uvs for glTF2, URI decode and Vertex Custom api. | Lyuma | 2021-09-10 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add glTF2 uri decode for paths. Add vertex custom apis. Add scene importer api. Change Color to float; add support for float-based custom channels in SurfaceTool and EditorSceneImporterMesh Co-authored-by: darth negative hunter <thenegativehunter2@users.noreply.github.com> | ||||
| * | | | | | | Document that ConfigFiles can use any file extension | Hugo Locurcio | 2021-09-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file extension given to a ConfigFile has no impact on its formatting or behavior. | ||||
| * | | | | | | Merge pull request #52406 from ellenhp/libvorbis | Juan Linietsky | 2021-09-10 | 9 | -9/+9 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Replace stb_vorbis with libvorbis | ||||
| | * | | | | | Replace stb_vorbis with libogg+libvorbis | Ellen Poe | 2021-09-09 | 9 | -9/+9 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #52433 from groud/document_tiles | Max Hilbrunner | 2021-09-10 | 6 | -112/+294 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Tiles renames and documentation | ||||
| | * | | | | | | Tiles renames/bugfixing and documentation | Gilles Roudière | 2021-09-08 | 6 | -112/+294 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #51158 from YeldhamDev/potgen_enhancements | Juan Linietsky | 2021-09-09 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make some enhancements to the POT generation | ||||
| | * | | | | | | | Make some enhancements to the POT generation | Michael Alexsander | 2021-09-02 | 1 | -1/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #44844 from KoBeWi/hey_listen!_but_2d | Juan Linietsky | 2021-09-09 | 2 | -1/+35 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add Listener2D | ||||
| | * | | | | | | | | Add Listener2D | kobewi | 2021-08-31 | 2 | -1/+35 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #52252 from Calinou/sdfgi-use-light-indirect-energy | Juan Linietsky | 2021-09-09 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | Use the Light3D Indirect Energy property in SDFGI | ||||
| | * | | | | | | | | Use the Light3D Indirect Energy property in SDFGI | Hugo Locurcio | 2021-08-30 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Indirect Energy property was previously ignored in SDFGI (unlike VoxelGI). | ||||
| * | | | | | | | | | Merge pull request #52203 from BastiaanOlij/expose_vulkan_info_to_extensions | Juan Linietsky | 2021-09-09 | 3 | -0/+45 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Expose Vulkan internal values for access from extensions | ||||
| | * | | | | | | | | | Expose Vulkan internal values for access from extensions | Bastiaan Olij | 2021-09-09 | 3 | -0/+45 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #46656 from zaksnet/improve-thread-docs | Max Hilbrunner | 2021-09-09 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve documentation for Thread | ||||
| | * | | | | | | | | | | Improve docs for Thread | Zak | 2021-03-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An attempt to improve the documentation for Thread - Adds documentation on how and when the `wait_to_finish` should be used - Adds a note on what to be careful about when using `wait_to_finish` | ||||
| * | | | | | | | | | | | Merge pull request #49605 from likeich/jnisingleton_docs | Max Hilbrunner | 2021-09-09 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | Wrote JNISingleton docs | ||||
| | * | | | | | | | | | | Wrote JNISinglton docs | Kyle | 2021-06-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I added a few descriptions and links to the empty JNISingleton class doc. | ||||
| * | | | | | | | | | | | Merge pull request #50336 from SirQuartz/patch-20 | Max Hilbrunner | 2021-09-09 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add description to `Viewport` | ||||
| | * | | | | | | | | | | | Add method description to `is_embedding_subwindows` in `Viewport` | Nick Huelin | 2021-07-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This pull request adds a missing method description to `Viewport` in the class docs. | ||||
| * | | | | | | | | | | | | Merge pull request #52306 from CinchBlue/master | Max Hilbrunner | 2021-09-09 | 4 | -1/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Physics intro" docs link for State classes | ||||
| | * | | | | | | | | | | | | Add "Physics intro" docs link for State classes | Austin Tasato | 2021-09-01 | 4 | -1/+6 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Merge pull request #52494 from mhilbrunner/rset-into-the-sunset | Fabio Alessandrelli | 2021-09-08 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Remove references to (removed) RSETs | ||||
| | * | | | | | | | | | | | | | Docs: Remove references to (removed) RSETs | Max Hilbrunner | 2021-09-08 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #52310 from Calinou/doc-node-groups-unordered | Max Hilbrunner | 2021-09-08 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | Document that node groups don't have a guaranteed order | ||||
| | * | | | | | | | | | | | | | Document that node groups don't have a guaranteed order | Hugo Locurcio | 2021-09-01 | 1 | -0/+2 |
| | |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | | Merge pull request #52480 from mhilbrunner/network-rename | Fabio Alessandrelli | 2021-09-08 | 5 | -36/+36 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | Multiplayer networking renames/simplification | ||||
| | * | | | | | | | | | | | | Multiplayer networking renames/simplification | Max Hilbrunner | 2021-09-08 | 5 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes _networking_ prefix from some methods and members, now that multiplayer has been largely moved out of Node and SceneTree and is seperated into its own set of classes. | ||||
| * | | | | | | | | | | | | | Merge pull request #52470 from mhilbrunner/use-encryption-and-dont-get-secrets | Gilles Roudière | 2021-09-08 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new docs warning from HTTPRequest to HTTPClient | ||||
| | * | | | | | | | | | | | | | Add new docs warning from HTTPRequest to HTTPClient | Max Hilbrunner | 2021-09-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #52173 from AstroStucky/improve-camera2d-doc | Gilles Roudière | 2021-09-08 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | Clarified how Camera2D's current property works with Viewports. | ||||
| | * | | | | | | | | | | | | | Clarified how Camera2D's current property works with Viewports. | Thomas Stucky | 2021-08-27 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Merge pull request #52237 from ellenhp/polyphony | Juan Linietsky | 2021-09-07 | 4 | -0/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | Add optional polyphonic playback to built-in audio player nodes | ||||
| | * | | | | | | | | | | | | | Add polyphony to Audio Stream Player nodes | Ellen Poe | 2021-09-07 | 4 | -0/+20 |
| | |/ / / / / / / / / / / / | |||||
