Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-21 | Merge pull request #58275 from V-Sekai/attribute_parse_crash_fix | Rémi Verschelde | |
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-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. | |||
2022-02-15 | Merge pull request #57877 from bruvzg/subpixel_gl_pos | Rémi Verschelde | |
2022-02-15 | Merge pull request #35679 from Calinou/doc-add-xml-schema | Rémi Verschelde | |
2022-02-15 | Fix infinite recursion when seeking Ogg Vorbis file | Haoyu Qiu | |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio | |
This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | |||
2022-02-14 | Merge pull request #58105 from trollodel/nuke_p_editor_editor_plugin | Rémi Verschelde | |
2022-02-14 | Remove the EditorNode parameter from EditorPlugins create methods | trollodel | |
Remove EditorNode usage from the Navigation editor plugin. | |||
2022-02-15 | Fix crash and memory leak when importing OGG Vorbis | Haoyu Qiu | |
2022-02-14 | Merge pull request #57306 from trollodel/remove_editornode_param | Rémi Verschelde | |
2022-02-14 | Remove most EditorNode constructor parameters and fields | trollodel | |
2022-02-13 | NavMap Fix polygons being treated like triangle strips instead of triangle fans | kleonc | |
2022-02-13 | Merge pull request #57954 from TokageItLab/refactor-cubic-interpolate | Rémi Verschelde | |
Implement `cubic_interpolate()` as MathFunc for refactoring | |||
2022-02-12 | Fix renaming function dialog in VisualScript does not work correctly | jmb462 | |
2022-02-12 | Add sub-pixel glyph positioning support. | bruvzg | |
2022-02-12 | Use EditorFileDialog instead of FileDialog in the project manager | Hendrik Brucker | |
2022-02-12 | Merge pull request #57980 from akien-mga/vulkan-1.3.204 | Rémi Verschelde | |
2022-02-12 | Implement cubic_interpolate() as MathFunc for refactoring | Silc 'Tokage' Renew | |
2022-02-12 | Merge pull request #57641 from Geometror/compilation-time-improvements-1 | Rémi Verschelde | |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | |
2022-02-11 | RendererRD: Remove binding specifier for push constants | Rémi Verschelde | |
This is unsupported and glslang made it raise an error in 11.7.0: https://github.com/KhronosGroup/glslang/pull/2810 Co-authored-by: Clay John <claynjohn@gmail.com> | |||
2022-02-11 | CSG Meshes can be exported as glTF | Fazil Babu | |
2022-02-11 | Merge pull request #57917 from raulsntos/csharp-signal-documentation | Ignacio Roldán Etcheverry | |
Support signals in C# generated documentation | |||
2022-02-10 | Support signals in C# documentation | Raul Santos | |
2022-02-10 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 2.2-dev from current git. Added `misc/scripts/codespell.sh` to make it easier to run it once in a while and update the skip and ignore lists. | |||
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde | |
This lets us have its definition in `core/version.h` and avoid rebuilding a handful of files every time the commit hash changes. | |||
2022-02-08 | Merge pull request #57822 from Calinou/ios-remove-armv7 | Rémi Verschelde | |
2022-02-08 | Merge pull request #57627 from JFonS/occluder_improvements | Rémi Verschelde | |
2022-02-08 | Merge pull request #57076 from IgorKordiukiewicz/fix-mono-string-capitalize | Ignacio Roldán Etcheverry | |
String.Capitalize() in C# now matches the behaviour of String::capitalize() in C++ | |||
2022-02-08 | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio | |
All iOS devices since the iPhone 5S support ARMv8 (64-bit). The last iOS version supported on ARMv7 devices is 10.x, which is too old to run Godot 4.0 projects since the minimum supported iOS version is 11.0. | |||
2022-02-08 | Merge pull request #57798 from akien-mga/scons-module-tests-simplify | Rémi Verschelde | |
2022-02-08 | SCons: Improve logic to generate `modules_tests.gen.h` | Rémi Verschelde | |
This removes the need for `AlwaysBuild` by ensuring that the proper files are being tracked as `Depends`. | |||
2022-02-08 | Merge pull request #57786 from 0And/vectorslerp | Rémi Verschelde | |
2022-02-08 | Merge pull request #57796 from akien-mga/revert-sname-theme-setters | Rémi Verschelde | |
2022-02-08 | Re-add missing `SNAME` macros in `get_theme_*` calls | Rémi Verschelde | |
They were removed in the previous commit reverting the addition of `SNAME` to `add_theme_*` and theme setter methods, which is not wanted. | |||
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | |
This reverts commit a988fad9a092053434545c32afae91ccbdfbe792. As discussed in #57725 and clarified in #57788, `SNAME` is not meant to be used everywhere but only in critical code paths. For theme methods specifically, it was by design that only getters use `SNAME` and not setters. |