Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | Merge pull request #58721 from raulsntos/csharp-docgen | Rémi Verschelde | |
Various fixes to C# documentation generator | |||
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 | Merge pull request #58711 from lyuma/fix_gltf_blend_export | Rémi Verschelde | |
glTF export for new TYPE_BLEND_SHAPE tracks | |||
2022-03-03 | Merge pull request #57478 from FelixNemis/physics-signal-doc-fix | Rémi Verschelde | |
Fix snippet for getting collisionshape node in body/area signal docs | |||
2022-03-03 | Merge pull request #58705 from timothyqiu/ttr-vformat | Rémi Verschelde | |
Use `vformat()` instead of string concatenation inside `TTR()` | |||
2022-03-03 | glTF export for new TYPE_BLEND_SHAPE tracks | Lyuma | |
2022-03-03 | Merge pull request #58643 from KoBeWi/👀 | Max Hilbrunner | |
Update some docs regarding SubViewports | |||
2022-03-03 | Merge pull request #57466 from Sauermann/fix-rect2i-intersect-doc | Max Hilbrunner | |
Fix Rect2i.intersects doc: Remove nonexistent parameter from documentation | |||
2022-03-03 | Merge pull request #58262 from Sauermann/fix-range-doc | Max Hilbrunner | |
Describe usage of float in range documentation | |||
2022-03-03 | Merge pull request #58162 from KoBeWi/RY | Max Hilbrunner | |
Update description of LINE_TEXTURE constants | |||
2022-03-03 | Use vformat() instead of string concatenation inside TTR() | Haoyu Qiu | |
2022-03-03 | Merge pull request #58699 from Calinou/lineedit-textedit-fix-caret-disappearing | Rémi Verschelde | |
Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 | |||
2022-03-03 | Fix LineEdit and TextEdit carets disappearing at theme scales below 1.0 | Hugo Locurcio | |
This fixes carets disappearing in the editor when the Editor Scale setting is set below 100%. | |||
2022-03-02 | Merge pull request #58684 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/atlas-source-editor-properties-errors Added property hint to id property in tile set atlas source editor | |||
2022-03-02 | Added property hint to id property in tile set atlas source editor | Igor Kordiukiewicz | |
2022-03-02 | Merge pull request #58659 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/set_tile_alternative_tile_default_param | |||
2022-03-02 | Changed TileMap::set_cell alternative_tile default value to 0 | Igor Kordiukiewicz | |
2022-03-02 | Merge pull request #58680 from timothyqiu/duplicated-msgid | Rémi Verschelde | |
2022-03-02 | Merge pull request #58679 from bruvzg/hb400 | Rémi Verschelde | |
2022-03-02 | Remove `TTRC()` with empty string | Haoyu Qiu | |
Fixes "duplicate message definition" when extracting messages. | |||
2022-03-02 | HarfBuzz: Update to version 4.0.0 | bruvzg | |
2022-03-02 | Merge pull request #58671 from KoBeWi/set_noclip_1 | Rémi Verschelde | |
Remove unimplemented GridMap set_clip() method | |||
2022-03-01 | Merge pull request #58668 from godotengine/revert-57985-pitchshift-tweaks | Ellen Poe | |
Revert "PitchShift effect quality and performance tweaks for different pitch scale values" | |||
2022-03-02 | Remove unimplemented set_clip() method | kobewi | |
2022-03-02 | Revert "PitchShift effect quality and performance tweaks for different pitch ↵ | Rémi Verschelde | |
scale values" | |||
2022-03-01 | Merge pull request #58660 from godotengine/revert-58549-fix-particle-trail | Rémi Verschelde | |
Revert "Fix particle trail glitch" | |||
2022-03-01 | Revert "Fix particle trail glitch" | Rémi Verschelde | |
2022-03-01 | Merge pull request #58632 from IgorKordiukiewicz/camera-preview-toggle-crash | Rémi Verschelde | |
Fixes camera preview toggle in additional editor viewports not disappearing corectly causing a crash | |||
2022-03-01 | Merge pull request #58652 from timothyqiu/undo-crash | Rémi Verschelde | |
Fix `UndoRedo::create_action()` invalid memory usage | |||
2022-03-01 | Fix `UndoRedo::create_action()` invalid memory usage | Haoyu Qiu | |
2022-03-01 | Merge pull request #58641 from rburing/joints_fix_signals | Rémi Verschelde | |
2022-03-01 | Merge pull request #58548 from V-Sekai/lod_lightmaps | JFonS | |
Allow automatic lod when importing 3D scenes with Static Lightmaps | |||
2022-03-01 | Merge pull request #58559 from fazil47/scene-tree-icon-focus | Rémi Verschelde | |
Double clicking scene tree icon focuses that node | |||
2022-03-01 | Merge pull request #58586 from naithar/fix/ios-multitouch | Rémi Verschelde | |
[iOS] Fix multitouch not working correctly | |||
2022-03-01 | Merge pull request #58644 from KoBeWi/❗ | Rémi Verschelde | |
2022-03-01 | Merge pull request #58629 from groud/fix_native_extion_init_order | Rémi Verschelde | |
2022-03-01 | Merge pull request #58477 from AlbertFay/text-under-scrollbar | Rémi Verschelde | |
2022-03-01 | Merge pull request #58488 from lawnjelly/float_literals_casts | Rémi Verschelde | |
2022-03-01 | Merge pull request #58640 from Paulb23/caret-changed | Rémi Verschelde | |
2022-03-01 | Fix scripts not saving when closing | kobewi | |
2022-03-01 | Update some docs regarding SubViewports | kobewi | |
2022-02-28 | Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signals | Ricardo Buring | |
2022-02-28 | Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREE | Ricardo Buring | |
This allows reparenting, etc. | |||
2022-02-28 | Fixed caret change signal emission | Paulb23 | |
2022-02-28 | Reorder native extension types initialization, initializing editor last | Gilles Roudière | |