Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-29 | Tweak the Viewport configuration warning to mention 2×2 size requirement | Hugo Locurcio | |
2022-04-29 | Merge pull request #60628 from KoBeWi/first_among_us | Rémi Verschelde | |
2022-04-29 | Small improvements to get_first_node_in_group() | kobewi | |
2022-04-29 | Merge pull request #59297 from fabriceci/fix-jitter-2D-slight-slope | Rémi Verschelde | |
2022-04-29 | Merge pull request #60521 from IgorKordiukiewicz/warning-ignore-annotations | Rémi Verschelde | |
Added button to add warning ignore annotations | |||
2022-04-29 | Merge pull request #60109 from rohanrhu/find-match-number | Rémi Verschelde | |
2022-04-29 | Merge pull request #60519 from nathanfranke/fix-newline-indent | Rémi Verschelde | |
fix lines with ':' that end in comments causing auto indent | |||
2022-04-29 | Merge pull request #60623 from timothyqiu/sv-usage | Rémi Verschelde | |
2022-04-29 | Fix issues when skipping l10n for script variables | Haoyu Qiu | |
2022-04-29 | Fix external link icon black background | Haoyu Qiu | |
(cherry picked from commit 65f3d99693762a86bcd6e29d3bc5c528b6ffce54) | |||
2022-04-29 | Merge pull request #60608 from timothyqiu/fallback-icon | Rémi Verschelde | |
Load fallback icon for custom class when no icon available | |||
2022-04-29 | Merge pull request #60405 from CheetoMonster/documentation-edits | Rémi Verschelde | |
BoxContainer description to point to the "Using Containers" page | |||
2022-04-29 | Merge pull request #60610 from nathanfranke/remove-escapes-in-gdscript-tests | Rémi Verschelde | |
remove escapes in gdscript test output | |||
2022-04-28 | remove escapes in gdscript test output | Nathan Franke | |
2022-04-29 | Load fallback icon for custom class when no icon available | Haoyu Qiu | |
2022-04-28 | fix lines ending in comments causing auto indent | Nathan Franke | |
2022-04-29 | Merge pull request #60563 from madmiraal/fix-60562 | Rémi Verschelde | |
2022-04-28 | Merge pull request #60595 from bruvzg/lbl3d_off | Rémi Verschelde | |
2022-04-28 | Merge pull request #60576 from clayjohn/GLES3-MeshStorage | Rémi Verschelde | |
2022-04-28 | [Label3D] Add offset property. | bruvzg | |
2022-04-28 | Add MeshStorage to GLES3 | clayjohn | |
2022-04-28 | Fix typo after #60503 | Rémi Verschelde | |
2022-04-28 | Merge pull request #60503 from clayjohn/OPENGL-3D | Rémi Verschelde | |
2022-04-28 | Merge pull request #59438 from ↵ | Rémi Verschelde | |
fabriceci/fix-move-and-collide-reported-collisions Fix wrong collision reported on move_and_collide | |||
2022-04-28 | Merge pull request #58599 from Calinou/styleboxflat-add-skew | Rémi Verschelde | |
Add a Skew property to StyleBoxFlat | |||
2022-04-28 | Merge pull request #60247 from ScottVMariotte/AnimationTree_atEndFix | Rémi Verschelde | |
Replaced `loops_current` with `end_loop` in `AnimationNodeStateMachinePlayback` | |||
2022-04-28 | Merge pull request #60587 from bruvzg/disable_spd | Rémi Verschelde | |
2022-04-28 | Merge pull request #52624 from e8newallm/52577 | Rémi Verschelde | |
Corrected ordering of Left/Top/Right/Bottom properties | |||
2022-04-28 | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ↵ | bruvzg | |
library is not found. | |||
2022-04-28 | Merge pull request #60585 from timothyqiu/tween-fixes | Rémi Verschelde | |
2022-04-28 | Miscellaneous Tween fixes | Haoyu Qiu | |
2022-04-28 | Merge pull request #56192 from bruvzg/tts2.0 | Rémi Verschelde | |
2022-04-28 | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and ↵ | bruvzg | |
Windows. Implement TextServer word break method. | |||
2022-04-28 | Merge pull request #59937 from Sauermann/cppcheck-cost-parameter | Rémi Verschelde | |
2022-04-28 | Fix cppcheck const parameters | Markus Sauermann | |
Convert method signature parameters to const where it is possible # Conflicts: # drivers/gles3/rasterizer_canvas_gles3.cpp # drivers/gles3/rasterizer_canvas_gles3.h # editor/plugins/animation_state_machine_editor.cpp # editor/plugins/animation_state_machine_editor.h | |||
2022-04-28 | Merge pull request #60579 from bruvzg/export_err_msgs | Rémi Verschelde | |
[Windows Export] Improve error messages for missing rcedit and signtool. | |||
2022-04-28 | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg | |
2022-04-28 | Link to Container tutorial | Chris verBurg | |
Users happening across any of the Container pages may not already know the intent of Containers, or which others are available. This commit adds a link to the existing "GUI containers" page in their tutorials sections. | |||
2022-04-28 | Merge pull request #60547 from BastiaanOlij/split_tonemapper_effect | Rémi Verschelde | |
Splitting tonemapper into its own class | |||
2022-04-28 | Merge pull request #60187 from ↵ | Rémi Verschelde | |
Rindbee/clamp-the-unbind-range-in-connection-dialog Limit the maximum value of unbinds in the connection dialog to signal_argument_size | |||
2022-04-28 | Splitting tonemapper into its own class | Bastiaan Olij | |
2022-04-28 | Added button to add warning ignore annotations | Igor Kordiukiewicz | |
2022-04-28 | Limit the maximum value of unbinds to signal_argument_size | Rindbee | |
Update editor/connections_dialog.cpp Co-authored-by: Tomek <kobewi4e@gmail.com> | |||
2022-04-27 | Check for null when retrieving clip data item text on Android | Marcel Admiraal | |
2022-04-27 | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde | |
Improve embedded PCK loading and exporting. | |||
2022-04-27 | Indicate code editor search match number | Oğuzhan Eroğlu | |
2022-04-27 | Merge pull request #58685 from ↵ | Rémi Verschelde | |
IgorKordiukiewicz/gpu_particles_2d_interpolation_property Added interpolation property to GPUParticles2D | |||
2022-04-27 | Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll | Rémi Verschelde | |
2022-04-27 | Merge pull request #60321 from rburing/pathfollow_offset_yes_a_number | Rémi Verschelde | |
2022-04-27 | Merge pull request #60331 from KoBeWi/tween_static() | Rémi Verschelde | |