Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | StateMachinePlayback: Added missing bindings to `get_current_play_pos` and ↵ | Eoin O'Neill | |
`get_current_length`. This allows the user to query the AnimationNodeStateMachinePlayback's current play position and total length of current animation state. These methods are currently used in the editor plugin, but can also be useful for querying general playback state information. Added documentation for AnimationNodeStateMachinePlayback's `get_current_play_position` | |||
2020-12-31 | Merge pull request #44703 from madmiraal/fix-44510 | Rémi Verschelde | |
Add signal to inform joint that body has exited tree | |||
2020-12-31 | Add signal to inform joint that body has exited tree | Marcel Admiraal | |
2020-12-30 | Merge pull request #44274 from mbrlabs/geometry2d-tests | Rémi Verschelde | |
Added Geometry2D unit tests | |||
2020-12-30 | Added Geometry2D unit tests | Marcus Brummer | |
2020-12-30 | Merge pull request #44740 from fire/mesh-opt-collapse | Rémi Verschelde | |
Meshoptimizer Update: Restrict edge collapses to avoid triangle flipping | |||
2020-12-30 | Meshoptimizer update library | K. S. Ernest (iFire) Lee | |
2020-12-30 | Merge pull request #44808 from Xrayez/tests-bigobj | Rémi Verschelde | |
Increase number of sections in object files for tests with MSVC | |||
2020-12-30 | Merge pull request #44769 from fire/gltf-eight-weights | Rémi Verschelde | |
Expose gltf2 eight weights. | |||
2020-12-30 | Increase number of sections in object files for tests with MSVC | Andrii Doroshenko (Xrayez) | |
2020-12-30 | Merge pull request #44807 from akien-mga/bullet-3.08 | Rémi Verschelde | |
bullet: Sync with upstream 3.08 | |||
2020-12-30 | bullet: Sync with upstream 3.08 | Rémi Verschelde | |
2020-12-30 | Merge pull request #44800 from Calinou/fix-stdout-flush-project-setting | Rémi Verschelde | |
Fix warning spam when using `--help` or `--version` command line argument | |||
2020-12-30 | Merge pull request #44638 from m4gr3d/export_format_util_method | Rémi Verschelde | |
Hardcode the export format for the editor 'run' feature | |||
2020-12-29 | Fix warning spam when using `--help` or `--version` command line argument | Hugo Locurcio | |
When a project setting is not found, a warning message is printed. This moves the default value declaration so it can be found when the `--help` or `--version` command line arguments are used. | |||
2020-12-29 | Add utility method to export the project using a preset format and sign ↵ | Fredia Huya-Kouadio | |
parameter. | |||
2020-12-29 | Merge pull request #44709 from Calinou/editor-frame-time-color | Rémi Verschelde | |
Color 3D editor frame time labels depending on the performance level | |||
2020-12-29 | Merge pull request #44710 from Calinou/doc-richtextlabel-no-entangled-tags | Rémi Verschelde | |
Document RichTextLabel not supporting entangled BBCode tags | |||
2020-12-29 | Merge pull request #44724 from Chaosus/popup_separator | Rémi Verschelde | |
Added optional id parameter to `PopupMenu::add_separator` | |||
2020-12-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit caa7c6a930204507ddb5cae76f84b2d1e024afc1) | |||
2020-12-29 | Merge pull request #44794 from RandomShaper/fix_inst_resource | Rémi Verschelde | |
Fix instantiation of resource as property value | |||
2020-12-29 | Merge pull request #44792 from KoBeWi/export_guide | Rémi Verschelde | |
Complete documentation of EditorExportPlugin | |||
2020-12-29 | Expose gltf2 eight weights. | K. S. Ernest (iFire) Lee | |
2020-12-29 | Complete documentation of EditorExportPlugin | kobewi | |
2020-12-29 | Merge pull request #44762 from KoBeWi/offset_is_now_point_not_offset_point | Rémi Verschelde | |
Rename offset to point in remove_point() | |||
2020-12-29 | Fix instantiation of resource as property value | Pedro J. Estébanez | |
2020-12-29 | Merge pull request #44786 from ↵ | Rémi Verschelde | |
Calinou/editor-translations-allow-multiple-selection Allow selecting multiple files in the editor translation/remap dialogs | |||
2020-12-29 | Merge pull request #44785 from akien-mga/fbx-clarify-error-message | Rémi Verschelde | |
FBX: Clarify outdated format error | |||
2020-12-29 | Merge pull request #44789 from akien-mga/ci-textserver-fb | Rémi Verschelde | |
CI: Force building TextServer fallback | |||
2020-12-29 | FBX: Clarify outdated format error | Rémi Verschelde | |
See #44780. | |||
2020-12-29 | CI: Force building TextServer fallback | Rémi Verschelde | |
It's normally opt-in as the advanced one (CTL support) is the default, but we need to build it to catch potential build issues. | |||
2020-12-29 | Allow selecting multiple files in the editor translation/remap dialogs | Hugo Locurcio | |
This makes it faster to add several translations. The undo/redo messages were also tweaked to give better context. | |||
2020-12-29 | Merge pull request #44759 from Huberion/master | Rémi Verschelde | |
Fix Scrollbar range calculation error | |||
2020-12-29 | Merge pull request #44782 from Calinou/editor-add-3d-selection-box-setting | Rémi Verschelde | |
Add an editor setting for the 3D selection box color | |||
2020-12-29 | Merge pull request #44614 from madmiraal/rename-normalmap-normal_map | Rémi Verschelde | |
Consistently use normal_map | |||
2020-12-29 | Merge pull request #44773 from ↵ | Rémi Verschelde | |
bruvzg/6_counts_of_blasphemous_self_aggrandisement [CTL] Add myself to CODEOWNERS for the text server and font. | |||
2020-12-29 | Merge pull request #44788 from akien-mga/container-is_empty | Rémi Verschelde | |
Fix missed renamings from empty() to is_empty() | |||
2020-12-29 | Fix missed renamings from empty() to is_empty() | Rémi Verschelde | |
Those were missed in #44401 or added by later PRs. | |||
2020-12-29 | Merge pull request #44781 from mrushyendra/scroll_container_ready_fix | Rémi Verschelde | |
Allow ScrollBar params of a ScrollContainer to be modified from _ready() | |||
2020-12-29 | Merge pull request #43691 from bruvzg/ctl_dropcap | Rémi Verschelde | |
[Complex Text Layouts] Add drop-cap support to RTL. | |||
2020-12-29 | Consistently use normal_map | Marcel Admiraal | |
2020-12-29 | Add an editor setting for the 3D selection box color | Hugo Locurcio | |
A restart is required to apply the setting change. | |||
2020-12-29 | Allow ScrollBar params of a ScrollContainer to be modified in _ready() | Maganty Rushyendra | |
Initializes the sizes of the ScrollContainer and its associated ScrollBars in _ready() to allow scroll values to be set in GDScript initially. | |||
2020-12-28 | [CTL] Add myself to CODEOWNERS for the text server and font. | bruvzg | |
2020-12-28 | Merge pull request #44586 from madmiraal/rename-stepify | Rémi Verschelde | |
Rename Math::stepify to snapped | |||
2020-12-28 | Merge pull request #44757 from andrew-softdev/my-bug-fix | Rémi Verschelde | |
Incorrect format specifiers used to display some type data in the Visual Studio debugger | |||
2020-12-28 | Merge pull request #44768 from akien-mga/fix-44761-wrong-get_viewport | Rémi Verschelde | |
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::get_viewport() | |||
2020-12-28 | Editor: Fix invalid use of Node::get_viewport() after rename of ↵ | Rémi Verschelde | |
EditorNode::get_viewport() Fixes #44761, was a regression from #44524. The PR passed CI because EditorNode::get_viewport() used to shadow Node::get_viewport() (which was a bug in itself, fixed by #44524), so once it was renamed the existing code relying on it fell back to the now available Node::get_viewport(). This might bite some thirdparty modules too. | |||
2020-12-28 | Incorrect format specifiers used to display some String/StringName data | andrew-softdev | |
2020-12-28 | Rename offset to point in remove_point() | kobewi | |