summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58752 from akien-mga/webrtc-fix-put_packet-errorRémi Verschelde2022-03-041-4/+2
|\
| * WebRTC: Fix potential nullptr dereference in error messageRémi Verschelde2022-03-041-4/+2
* | Merge pull request #56830 from strank/parent-signalsRémi Verschelde2022-03-041-9/+14
|\ \
| * | Fix "Identifier not found" compiler error when accessing inherited signals or...strank2022-02-111-9/+14
* | | Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fixRémi Verschelde2022-03-041-1/+1
|\ \ \
| * | | Fix error when assigning to an explicitly annotated variant from an ambiguous...SaracenOne2022-02-161-1/+1
* | | | Merge pull request #58201 from V-Sekai/debugger_localsRémi Verschelde2022-03-041-1/+1
|\ \ \ \
| * | | | Fix local variables not showing when breaking on final lineSaracenOne2022-02-161-1/+1
* | | | | Merge pull request #58320 from mphe/fix_object_typed_arraysRémi Verschelde2022-03-041-0/+1
|\ \ \ \ \
| * | | | | Fix typed arrays for Object based typesMarvin Ewald2022-02-191-0/+1
* | | | | | Merge pull request #58250 from V-Sekai/typed_array_fixRémi Verschelde2022-03-041-0/+2
|\ \ \ \ \ \
| * | | | | | Fix using typed arrays based on script classesSaracenOne2022-02-171-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #58626 from groud/fix_gdscript_analyser_crashRémi Verschelde2022-03-041-3/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fix a crash in GDScriptAnalyzer when a script class's file is not foundGilles Roudière2022-02-281-3/+9
* | | | | | Merge pull request #58673 from Calinou/smooth-trimesh-collision-always-settingRémi Verschelde2022-03-041-1/+1
|\ \ \ \ \ \
| * | | | | | Always register the Smooth Trimesh Collision project settingHugo Locurcio2022-03-021-1/+1
| |/ / / / /
* | | | | | Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde2022-03-041-1/+1
|\ \ \ \ \ \
| * | | | | | Fix debugger not opening built-in scriptskobewi2022-03-021-1/+1
| |/ / / / /
* | | | | | Refactor `bbcode_to_xml` into multiple specific methodsRaul Santos2022-03-032-249/+249
* | | | | | Find inherited members in C# documentation generatorRaul Santos2022-03-031-2/+10
* | | | | | Add theme_item support to C# documentation generatorRaul Santos2022-03-031-1/+6
* | | | | | Fix checking for `@GlobalScope` in C# documentation generatorRaul Santos2022-03-031-20/+29
* | | | | | Check for missing methods/members in C# documentation generatorRaul Santos2022-03-031-6/+32
* | | | | | Fix references to global constants in C# documentation generatorRaul Santos2022-03-031-0/+11
* | | | | | glTF export for new TYPE_BLEND_SHAPE tracksLyuma2022-03-031-2/+2
* | | | | | Merge pull request #58262 from Sauermann/fix-range-docMax Hilbrunner2022-03-032-1/+13
|\ \ \ \ \ \
| * | | | | | Describe usage of float in range documentationMarkus Sauermann2022-02-182-1/+13
| | |_|/ / / | |/| | | |
* | | | | | HarfBuzz: Update to version 4.0.0bruvzg2022-03-021-0/+1
* | | | | | Remove unimplemented set_clip() methodkobewi2022-03-025-82/+0
| |/ / / / |/| | | |
* | | | | Fix color issues with OpenXRBastiaan Olij2022-02-282-3/+58
* | | | | Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHRBastiaan Olij2022-02-271-1/+1
* | | | | Sort variables in VisualScriptEditorRaul Santos2022-02-241-0/+1
* | | | | Merge pull request #58496 from JFonS/fix_lm_crashRémi Verschelde2022-02-241-0/+2
|\ \ \ \ \
| * | | | | Add sanity checks to lightmap unwrap texel sizejfons2022-02-241-0/+2
* | | | | | Fix llvm compilation by adding missing overrideGilles Roudière2022-02-231-3/+3
* | | | | | Merge pull request #58244 from V-Sekai/typed_fail_case_returnRémi Verschelde2022-02-232-4/+37
|\ \ \ \ \ \
| * | | | | | Return a correctly typed variant in case of a function error to prevent hard ...SaracenOne2022-02-172-4/+37
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #56394 from BastiaanOlij/OpenXR_Core4Rémi Verschelde2022-02-2330-0/+5948
|\ \ \ \ \ \
| * | | | | | Implementing OpenXR driverBastiaan Olij2022-02-2330-0/+5948
* | | | | | | Merge pull request #58354 from timothyqiu/gridmap-exportRémi Verschelde2022-02-231-37/+44
|\ \ \ \ \ \ \
| * | | | | | | Fix GLTF exporter crash when using GridMapHaoyu Qiu2022-02-201-37/+44
* | | | | | | | Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixesRémi Verschelde2022-02-232-28/+67
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fixes cyclic detection from variables assigning themselves to themselves in a...SaracenOne2022-02-222-28/+67
* | | | | | | | Merge pull request #58411 from cbscribe/rename_motion_velocityRémi Verschelde2022-02-234-24/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename motion_velocity to velocityChris Bradfield2022-02-224-24/+24
| |/ / / / / / /
* / / / / / / / Use Filament specular models and parametrizationclayjohn2022-02-221-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #58275 from V-Sekai/attribute_parse_crash_fixRémi Verschelde2022-02-211-1/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Make 'is_attribute' false during parse error to prevent crashSaracenOne2022-02-181-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #58321 from akien-mga/vector3-forward-declaresRémi Verschelde2022-02-204-0/+5
|\ \ \ \ \ \
| * | | | | | Core: Use forward declares for Vector3/Vector3iRémi Verschelde2022-02-194-0/+5
| |/ / / / /