Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | Merge pull request #58626 from groud/fix_gdscript_analyser_crash | Rémi Verschelde | |
2022-03-04 | Merge pull request #58673 from Calinou/smooth-trimesh-collision-always-setting | Rémi Verschelde | |
2022-03-04 | Merge pull request #58670 from KoBeWi/internal_debugger | Rémi Verschelde | |
2022-03-03 | Refactor `bbcode_to_xml` into multiple specific methods | Raul Santos | |
The specific `_append_xml_*` methods implement the logic that generates the proper XML documentation for the given BBCode tag and target and appends it to the output. | |||
2022-03-03 | Find inherited members in C# documentation generator | Raul Santos | |
2022-03-03 | Add theme_item support to C# documentation generator | Raul Santos | |
2022-03-03 | Fix checking for `@GlobalScope` in C# documentation generator | Raul Santos | |
2022-03-03 | Check for missing methods/members in C# documentation generator | Raul Santos | |
- Outputs errors for missing members or methods when generating the C# documentation. - Hardcodes a special case for the `_init` method, in C# we'll reference the constructor. - Ignores properties with slashes (since they are not declared in C# and can't be referenced in the documentation). | |||
2022-03-03 | Fix references to global constants in C# documentation generator | Raul Santos | |
Tries to find the referenced constants in the GlobalScope if not found in the target class or if no class is specified. | |||
2022-03-03 | glTF export for new TYPE_BLEND_SHAPE tracks | Lyuma | |
2022-03-03 | Merge pull request #58262 from Sauermann/fix-range-doc | Max Hilbrunner | |
Describe usage of float in range documentation | |||
2022-03-02 | Always register the Smooth Trimesh Collision project setting | Hugo Locurcio | |
This ensures the project setting never disappears from the editor, even if the current physics engine is GodotPhysics. This also adds documentation for the Smooth Trimesh Collision project setting. | |||
2022-03-02 | Fix debugger not opening built-in scripts | kobewi | |
2022-03-02 | HarfBuzz: Update to version 4.0.0 | bruvzg | |
2022-03-02 | Remove unimplemented set_clip() method | kobewi | |
2022-02-28 | Fix a crash in GDScriptAnalyzer when a script class's file is not found | Gilles Roudière | |
2022-02-28 | Fix color issues with OpenXR | Bastiaan Olij | |
2022-02-27 | Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR | Bastiaan Olij | |
2022-02-24 | Sort variables in VisualScriptEditor | Raul Santos | |
Sorts the script variables in alphabetical order to display them in VisualScriptEditor. | |||
2022-02-24 | Merge pull request #58496 from JFonS/fix_lm_crash | Rémi Verschelde | |
2022-02-24 | Add sanity checks to lightmap unwrap texel size | jfons | |
2022-02-23 | Fix llvm compilation by adding missing override | Gilles Roudière | |
2022-02-23 | Merge pull request #58244 from V-Sekai/typed_fail_case_return | Rémi Verschelde | |
2022-02-23 | Merge pull request #56394 from BastiaanOlij/OpenXR_Core4 | Rémi Verschelde | |
2022-02-23 | Merge pull request #58354 from timothyqiu/gridmap-export | Rémi Verschelde | |
2022-02-23 | Merge pull request #58415 from V-Sekai/cyclic_assignment_gdscript_fixes | Rémi Verschelde | |
2022-02-23 | Implementing OpenXR driver | Bastiaan Olij | |
2022-02-23 | Merge pull request #58411 from cbscribe/rename_motion_velocity | Rémi Verschelde | |
2022-02-22 | Rename motion_velocity to velocity | Chris Bradfield | |
2022-02-22 | Use Filament specular models and parametrization | clayjohn | |
2022-02-22 | Fixes cyclic detection from variables assigning themselves to themselves in ↵ | SaracenOne | |
autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body | |||
2022-02-21 | Merge pull request #58275 from V-Sekai/attribute_parse_crash_fix | Rémi Verschelde | |
2022-02-20 | Fix GLTF exporter crash when using GridMap | Haoyu Qiu | |
2022-02-20 | Merge pull request #58321 from akien-mga/vector3-forward-declares | Rémi Verschelde | |
2022-02-19 | Don't process VisualScriptNodes | megalobyte | |
2022-02-19 | Core: Use forward declares for Vector3/Vector3i | Rémi Verschelde | |
Add add Vector3 operator in Vector3i. | |||
2022-02-18 | Make 'is_attribute' false during parse error to prevent crash | SaracenOne | |
2022-02-18 | Describe usage of float in range documentation | Markus Sauermann | |
2022-02-17 | Return a correctly typed variant in case of a function error to prevent hard ↵ | SaracenOne | |
crashes | |||
2022-02-17 | Merge pull request #58189 from fazil47/gltf-export-default-material-fix | Rémi Verschelde | |
Default material is assigned to meshes without material for glTF export | |||
2022-02-16 | Merge pull request #58130 from timothyqiu/ogg-seek-crash | Ellen Poe | |
Fix infinite recursion when seeking Ogg Vorbis file | |||
2022-02-16 | Merge pull request #58187 from jakobbouchard/notification-switch-chunk-c | Rémi Verschelde | |
Convert _notification methods to switch - Chunk C | |||
2022-02-16 | Convert _notification methods to switch - Chunk C | Jakob Bouchard | |
2022-02-16 | Merge pull request #58190 from MisoMosiSpy/vs_icons | Rémi Verschelde | |
2022-02-16 | Added icons for missing types in visual script’s icon list. | MisoMosiSpy | |
2022-02-16 | Default material is assigned to meshes without material for glTF export | Fazil Babu | |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | |
Remove currently unused implementation of TextureBasisU, could be re-added later on if needed and ported. | |||
2022-02-16 | Fix VisualScript crash when using Set Index node | Haoyu Qiu | |
2022-02-16 | Add GridMap.get_used_cells_by_item | Haoyu Qiu | |
2022-02-15 | Editor: Cleanup some includes dependencies | Rémi Verschelde | |
Removes some unnecessary includes from `editor_node.h`, and instead add those where they're used. Removes unnecessary `editor_node.h` includes in various editor classes. Renames `dynamicfont` to `dynamic_font` in a couple files. Misc cleanup while jumping through that rabbit hole. |