| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #82098 from dalexeev/gds-prevent-engine-singleton-inheritance | Rémi Verschelde | 2023-09-22 | 5 | -0/+22 |
| |\ | | | | | | | GDScript: Prevent constructing and inheriting engine singletons | ||||
| | * | GDScript: Prevent constructing and inheriting engine singletons | Danil Alexeev | 2023-09-22 | 5 | -0/+22 |
| | | | |||||
| * | | Merge pull request #81802 from Nomad1/vs2022_mac_fix | Rémi Verschelde | 2023-09-22 | 2 | -7/+0 |
| |\ \ | | | | | | | | | | Fixed VS 2022 Mac compatibility | ||||
| | * | | Fixed VS 2022 Mac compatibility | Nomad1 | 2023-09-21 | 2 | -7/+0 |
| | | | | | | | | | | | | | Visual Studio 2022 on Mac marks the project as invalid if the project Guid is set. Easiest way to fix it is to remove outdated 'EnableGodotProjectTypeGuid' and other Guid references | ||||
| * | | | Fix directional LightmapGI being too dark with static lights | Hugo Locurcio | 2023-09-21 | 1 | -1/+1 |
| | |/ |/| | | | | | | | | | | | The brightness now matches dynamic lights (indirect light baked only) when Directional is enabled. Co-authored-by: Priyansh Rathi <techiepriyansh@gmail.com> | ||||
| * | | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add ↵ | bruvzg | 2023-09-21 | 2 | -2/+0 |
| | | | | | | | | | | | | | EGL_ANDROID_blob_cache caching. Co-authored-by: Riteo <riteo@posteo.net> | ||||
| * | | Merge pull request #81978 from MewPurPur/donut-buff | Rémi Verschelde | 2023-09-20 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | Improve the Torus icons | ||||
| | * | | Improve the Torus icons | MewPurPur | 2023-09-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #81847 from crazyStewie/dotnet_editor_project_fix | Rémi Verschelde | 2023-09-20 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | | | Implemented {project} placeholder for external dotnet editor | ||||
| | * | | | Implemented {project} placeholder for external dotnet editor | crazyStewie | 2023-09-20 | 1 | -0/+4 |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the {project} placeholder, available when setting an external editor in the project settings, via Editor > Editor Settings > Text Editor > External for the c# external editor, under Editor > Editor Settings > Dotnet > Editor, This allows passing the project folder as a command line argument when using a custom external editor that isn't one of the available options. Fixes #81845 | ||||
| * | | | Merge pull request #81783 from zaevi/fix-csharp-static-method | Rémi Verschelde | 2023-09-20 | 7 | -4/+104 |
| |\ \ \ | | | | | | | | | | | | | C#: make C# static methods accessible. | ||||
| | * | | | C#: make C# static methods accessible. | Zae | 2023-09-20 | 7 | -4/+104 |
| | | | | | |||||
| * | | | | Merge pull request #81914 from ↵ | Rémi Verschelde | 2023-09-20 | 1 | -0/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | jsjtxietian/update-mesh-list-immeditely-after-set-mesh-library Update mesh list UI immediately after setting mesh library in gridmap | ||||
| | * | | | | Update meshes list UI immeditely after setting mesh library in gridmap | jsjtxietian | 2023-09-20 | 1 | -0/+1 |
| | | | | | | |||||
| * | | | | | Merge pull request #81934 from Repiteo/c#-CS1591-disabled-to-suggestion | Rémi Verschelde | 2023-09-20 | 2 | -4/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | C#: CS1591 from `NoWarn` to `suggestion` | ||||
| | * | | | | | C#: CS1591 from `none` to `suggestion` | Thaddeus Crews | 2023-09-19 | 2 | -4/+6 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #81881 from lotuspar/patch-1 | Rémi Verschelde | 2023-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Rewrite a small comment in GDScript tokenizer code | ||||
| | * | | | | | | Rewrite a bit of comment in tokenizer code | Gio | 2023-09-19 | 1 | -1/+1 |
| | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | gdscript_tokenizer.cpp: `change` -> `changes` | ||||
| * | | | | | | Merge pull request #81872 from DarioSamo/lightmapper-half-pixel-offset | Rémi Verschelde | 2023-09-20 | 1 | -6/+10 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add half-pixel offset to lightmapper rasterization. | ||||
| | * | | | | | | Add half-pixel offset to lightmapper rasterization. | Dario | 2023-09-18 | 1 | -6/+10 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | Add half-pixel offset to lightmapper to fix issues where the ray would be generated from the wrong spot corresponding to the pixel and causing light leaks. Fixes Issue #69126. | ||||
| * | | | | | | Merge pull request #81699 from dalexeev/gds-fix-and-improve-doc-comment-parsing | Rémi Verschelde | 2023-09-20 | 3 | -110/+82 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix and improve doc comment parsing | ||||
| | * | | | | | | GDScript: Fix and improve doc comment parsing | Danil Alexeev | 2023-09-16 | 3 | -110/+82 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | Merge pull request #81332 from ↵ | Rémi Verschelde | 2023-09-20 | 3 | -2/+31 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dalexeev/gds-fix-update-array-literal-in-weak-context GDScript: Don't make array literal typed in weak type context | ||||
| | * | | | | | | GDScript: Don't make array literal typed in weak type context | Danil Alexeev | 2023-09-05 | 3 | -2/+31 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #79510 from dalexeev/gds-fix-const-non-metatype-subscript | Rémi Verschelde | 2023-09-20 | 5 | -18/+194 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix subscript resolution for constant non-metatypes | ||||
| | * | | | | | | | GDScript: Fix subscript resolution for constant non-metatypes | Danil Alexeev | 2023-09-19 | 5 | -18/+194 |
| | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #74995 from dalexeev/gds-r-strings | Rémi Verschelde | 2023-09-20 | 13 | -132/+250 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | GDScript: Add raw string literals (r-strings) | ||||
| | * | | | | | | GDScript: Add raw string literals (r-strings) | Danil Alexeev | 2023-09-11 | 13 | -132/+250 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #81844 from ryanabx/features/specify-lsp-port | Rémi Verschelde | 2023-09-19 | 2 | -3/+6 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add `--lsp-port` as a command line argument | ||||
| | * | | | | | | | Add `--lsp-port` as a command line argument | ryanabx | 2023-09-18 | 2 | -3/+6 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #81819 from Chaosus/cs_max_min_vectors | Rémi Verschelde | 2023-09-19 | 3 | -0/+42 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add Vector2/3/4i.MAX and MIN (C#) | ||||
| | * | | | | | | | Add Vector2/3/4i.MAX and MIN (C#) | Yuri Roubinski | 2023-09-17 | 3 | -0/+42 |
| | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | | Merge pull request #81808 from anvilfolk/super-virtual | Rémi Verschelde | 2023-09-19 | 5 | -1/+38 |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | GDScript: Add check for `super()` methods not being implemented | ||||
| | * | | | | | | GDScript: Add check for `super()` methods not being implemented | ocean (they/them) | 2023-09-17 | 5 | -1/+38 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #81703 from Repiteo/c#-binding-warnings-to-editorconfig | Rémi Verschelde | 2023-09-18 | 2 | -15/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | C# - `bindings_generator` warnings to `.editorconfig` | ||||
| | * | | | | | | C# - bindings_generator warnings to .editorconfig | Thaddeus Crews | 2023-09-16 | 2 | -15/+4 |
| | | | | | | | | |||||
| * | | | | | | | Fix various typos with codespell | Rémi Verschelde | 2023-09-18 | 1 | -2/+2 |
| | |/ / / / / |/| | | | | | | | | | | | | | | | | | Using 2.2.6.dev193+g907e5380. | ||||
| * | | | | | | Merge pull request #79366 from dalexeev/gds-signal-info-and-callback | Rémi Verschelde | 2023-09-17 | 2 | -1/+6 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Editor: Improve signal callback generation | ||||
| | * | | | | | | Editor: Improve signal callback generation | Danil Alexeev | 2023-09-11 | 2 | -1/+6 |
| | | |_|/ / / | |/| | | | | |||||
| * | | | | | | Merge pull request #81704 from ellenhp/ogg_warn_once | Rémi Verschelde | 2023-09-16 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Only warn once about OGG seeking issues | ||||
| | * | | | | | | Only warn once about OGG seeking issues | Ellen Poe | 2023-09-15 | 1 | -2/+2 |
| | | |/ / / / | |/| | | | | |||||
| * | | | | | | Merge pull request #81605 from dalexeev/gds-fix-some-lambda-bugs | Rémi Verschelde | 2023-09-16 | 11 | -74/+314 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix some lambda bugs | ||||
| | * | | | | | | GDScript: Fix some lambda bugs | Danil Alexeev | 2023-09-14 | 11 | -74/+314 |
| | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | | Merge pull request #81577 from anvilfolk/thecycleeeeeeeeeeeeesaaaaaaaaaaaaah | Rémi Verschelde | 2023-09-16 | 2 | -3/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GDScript: Fix compilation of expressions compiling other classes | ||||
| | * | | | | | | GDScript: Fix compilation of expressions compiling other classes | ocean (they/them) | 2023-09-12 | 2 | -3/+4 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This PR is part of ongoing work on fixing cyclic dependencies in the GDScript compiler. | ||||
| * | | | | | | Merge pull request #81264 from aaronfranke/gltf-node-name-camera | Rémi Verschelde | 2023-09-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | GLTF: Change "Camera3D" generated node name to "Camera" | ||||
| | * | | | | | | GLTF: Change "Camera3D" generated node name to "Camera" | Aaron Franke | 2023-09-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #80972 from KoBeWi/settings_from_nowhere | Rémi Verschelde | 2023-09-16 | 3 | -10/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Cleanup some `GLOBAL_DEF`s | ||||
| | * | | | | | | | Cleanup some GLOBAL_DEFs | kobewi | 2023-09-15 | 3 | -10/+2 |
| | | |_|_|_|/ / | |/| | | | | | |||||
| * | | | | | | | Merge pull request #80272 from aaronfranke/gltf-root-node-logic | Rémi Verschelde | 2023-09-16 | 4 | -17/+29 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | GLTF: Improve logic for keeping track of the real root node | ||||
