Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-04 | Replace some bits of code left to work with the new `TabContainer` | Michael Alexsander | |
2022-03-04 | Merge pull request #58758 from timothyqiu/audio-effect-icon | Rémi Verschelde | |
Update audio effect icon when theme changes | |||
2022-03-04 | Merge pull request #58759 from raulsntos/icon_color-editor-theme | Rémi Verschelde | |
Add `icon_normal_color` to Button in editor theme | |||
2022-03-04 | Merge pull request #58734 from Calinou/tweak-render-timestamp-names | Rémi Verschelde | |
Tweak render timestamp names for explicitness and consistency | |||
2022-03-04 | Add icon_normal_color to Button in editor theme | Raul Santos | |
2022-03-05 | Update audio effect icon when theme changes | Haoyu Qiu | |
2022-03-04 | Merge pull request #58755 from ↵ | Rémi Verschelde | |
akien-mga/gcc-silence-Wstringop-overflow-false-positive | |||
2022-03-04 | Merge pull request #58754 from akien-mga/gles3-maybe-uninitialized | Rémi Verschelde | |
2022-03-04 | Merge pull request #58717 from CrezyDud/master | Rémi Verschelde | |
2022-03-04 | Merge pull request #58752 from akien-mga/webrtc-fix-put_packet-error | Rémi Verschelde | |
2022-03-04 | Merge pull request #56830 from strank/parent-signals | Rémi Verschelde | |
2022-03-04 | Animation: Silence false positive -Wstringop-overflow warning | Rémi Verschelde | |
And disable debug code which was wrongly left enabled. | |||
2022-03-04 | GLES3: Fix `-Wmaybe-uninitialized` warning for MipMaps::Size | Rémi Verschelde | |
2022-03-04 | WebRTC: Fix potential nullptr dereference in error message | Rémi Verschelde | |
This was evidently a typo. Didn't get a crash but GCC 12 raised a `-Warray-bounds` warning: ``` In file included from ./core/io/stream_peer.h:34, from ./core/io/packet_peer.h:34, from ./core/multiplayer/multiplayer_peer.h:34, from modules/webrtc/webrtc_multiplayer_peer.h:34, from modules/webrtc/webrtc_multiplayer_peer.cpp:31: In member function 'T* Ref<T>::operator->() [with T = WebRTCMultiplayerPeer::ConnectedPeer]', inlined from 'virtual Error WebRTCMultiplayerPeer::put_packet(const uint8_t*, int)' at modules/webrtc/webrtc_multiplayer_peer.cpp:376:4: ./core/object/ref_counted.h:101:24: error: array subscript 0 is outside array bounds of 'Ref<WebRTCMultiplayerPeer::ConnectedPeer> [0]' [-Werror=array-bounds] 101 | return reference; | ^~~~~~~~~ ``` | |||
2022-03-04 | Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fix | Rémi Verschelde | |
2022-03-04 | Merge pull request #58201 from V-Sekai/debugger_locals | Rémi Verschelde | |
2022-03-04 | Merge pull request #58320 from mphe/fix_object_typed_arrays | Rémi Verschelde | |
2022-03-04 | Merge pull request #58250 from V-Sekai/typed_array_fix | Rémi Verschelde | |
2022-03-04 | Merge pull request #58626 from groud/fix_gdscript_analyser_crash | Rémi Verschelde | |
2022-03-04 | Merge pull request #58512 from Calinou/light3d-add-distance-fade | 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 #58691 from miremrie/absolute-file-path-in-file-browser | Rémi Verschelde | |
2022-03-04 | Merge pull request #58687 from YeldhamDev/the_beast_has_been_slain | Rémi Verschelde | |
2022-03-04 | Merge pull request #58742 from timothyqiu/x11-leak | Rémi Verschelde | |
Fix X11 memory leak after drag & drop file into the editor | |||
2022-03-04 | Merge pull request #58739 from Calinou/control-add-constructors | Rémi Verschelde | |
Add optional constructor arguments to more Control nodes | |||
2022-03-04 | Merge pull request #58741 from ↵ | Rémi Verschelde | |
Calinou/editor-visual-profiler-fix-light-font-color Fix font color in the editor visual profiler when using light theme | |||
2022-03-04 | Merge pull request #58738 from bruvzg/mac_resize_crash | Rémi Verschelde | |
[macOS] Disable window redraw during resize, when rendering in the separate thread. | |||
2022-03-04 | Merge pull request #58740 from timothyqiu/text-editor-separator | Rémi Verschelde | |
Remove extra separator when `TextEdit` is read only and unselectable | |||
2022-03-04 | Merge pull request #58733 from bruvzg/plist_locale | Rémi Verschelde | |
2022-03-04 | Fix X11 memory leak after drag & drop file into the editor | Haoyu Qiu | |
2022-03-04 | Merge pull request #58670 from KoBeWi/internal_debugger | Rémi Verschelde | |
2022-03-04 | Add optional constructor arguments to more Control nodes | Hugo Locurcio | |
This can be used to make editor code more compact. However, as of writing, these constructor arguments cannot be used from the scripting API. This was already provided for Label and CheckBox, but it was missing for other Control nodes where it made sense to provide a default value. | |||
2022-03-04 | Merge pull request #58731 from Calinou/editor-theme-clamp-base-colors | Rémi Verschelde | |
Clamp the editor theme's base colors to avoid various issues | |||
2022-03-04 | Fix font color in the editor visual profiler when using light theme | Hugo Locurcio | |
Previously, white text would be drawn on a white background. | |||
2022-03-04 | [macOS] Disable window redraw during resize, when rendering in the separate ↵ | bruvzg | |
thread. | |||
2022-03-04 | Remove extra separator when TextEdit is read only and unselectable | Haoyu Qiu | |
2022-03-04 | Merge pull request #58730 from ↵ | Rémi Verschelde | |
Calinou/editor-visual-profiler-use-background-color Use the editor background color for the visual profiler graph | |||
2022-03-04 | Merge pull request #58725 from fire-forge/sprite2d_menu_icons | Rémi Verschelde | |
Add node icons to the Sprite2D menu | |||
2022-03-04 | Tweak render timestamp names for explicitness and consistency | Hugo Locurcio | |
- Add 2D and 3D in timestamp names when needed to avoid ambiguity. - Use present tense in all render timestamp names. - Add a space after ">" (begin) and "<" (end) symbols. - Remove redundant "End" in render timestamp names (indicated by "<"). | |||
2022-03-04 | Clamp the editor theme's base colors to avoid various issues | Hugo Locurcio | |
This fixes the profiler backgrounds being black when using the light editor theme (which is a regression from using a negative contrast setting by default for the Light preset). | |||
2022-03-04 | [macOS and iOS export] Add localized application name to the translation ↵ | bruvzg | |
.plist files. | |||
2022-03-04 | Use the editor background color for the visual profiler graph | Hugo Locurcio | |
This was already done for the general profiler. | |||
2022-03-04 | Add node icons to the Sprite2D menu | FireForge | |
2022-03-04 | Merge pull request #58721 from raulsntos/csharp-docgen | Rémi Verschelde | |
Various fixes to C# documentation generator | |||
2022-03-03 | Make `TabContainer` use `TabBar` internally | Michael Alexsander | |
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 | Add linear_velocity and angular_velocity to PhysicalBone3D | MrSwedish | |
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 | |