summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-06fix same project opening mutliple times from project managerPriyansh Rathi
2022-03-04Merge pull request #58755 from ↵Rémi Verschelde
akien-mga/gcc-silence-Wstringop-overflow-false-positive
2022-03-04Merge pull request #58754 from akien-mga/gles3-maybe-uninitializedRémi Verschelde
2022-03-04Merge pull request #58717 from CrezyDud/masterRémi Verschelde
2022-03-04Merge pull request #58752 from akien-mga/webrtc-fix-put_packet-errorRémi Verschelde
2022-03-04Merge pull request #56830 from strank/parent-signalsRémi Verschelde
2022-03-04Animation: Silence false positive -Wstringop-overflow warningRémi Verschelde
And disable debug code which was wrongly left enabled.
2022-03-04GLES3: Fix `-Wmaybe-uninitialized` warning for MipMaps::SizeRémi Verschelde
2022-03-04WebRTC: Fix potential nullptr dereference in error messageRé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-04Merge pull request #58185 from V-Sekai/explicit_variant_assignment_fixRémi Verschelde
2022-03-04Merge pull request #58201 from V-Sekai/debugger_localsRémi Verschelde
2022-03-04Merge pull request #58320 from mphe/fix_object_typed_arraysRémi Verschelde
2022-03-04Merge pull request #58250 from V-Sekai/typed_array_fixRémi Verschelde
2022-03-04Merge pull request #58626 from groud/fix_gdscript_analyser_crashRémi Verschelde
2022-03-04Merge pull request #58512 from Calinou/light3d-add-distance-fadeRémi Verschelde
2022-03-04Merge pull request #58673 from Calinou/smooth-trimesh-collision-always-settingRémi Verschelde
2022-03-04Merge pull request #58691 from miremrie/absolute-file-path-in-file-browserRémi Verschelde
2022-03-04Merge pull request #58687 from YeldhamDev/the_beast_has_been_slainRémi Verschelde
2022-03-04Merge pull request #58742 from timothyqiu/x11-leakRémi Verschelde
Fix X11 memory leak after drag & drop file into the editor
2022-03-04Merge pull request #58739 from Calinou/control-add-constructorsRémi Verschelde
Add optional constructor arguments to more Control nodes
2022-03-04Merge 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-04Merge pull request #58738 from bruvzg/mac_resize_crashRémi Verschelde
[macOS] Disable window redraw during resize, when rendering in the separate thread.
2022-03-04Merge pull request #58740 from timothyqiu/text-editor-separatorRémi Verschelde
Remove extra separator when `TextEdit` is read only and unselectable
2022-03-04Merge pull request #58733 from bruvzg/plist_localeRémi Verschelde
2022-03-04Fix X11 memory leak after drag & drop file into the editorHaoyu Qiu
2022-03-04Merge pull request #58670 from KoBeWi/internal_debuggerRémi Verschelde
2022-03-04Add optional constructor arguments to more Control nodesHugo 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-04Merge pull request #58731 from Calinou/editor-theme-clamp-base-colorsRémi Verschelde
Clamp the editor theme's base colors to avoid various issues
2022-03-04Fix font color in the editor visual profiler when using light themeHugo 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-04Remove extra separator when TextEdit is read only and unselectableHaoyu Qiu
2022-03-04Merge 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-04Merge pull request #58725 from fire-forge/sprite2d_menu_iconsRémi Verschelde
Add node icons to the Sprite2D menu
2022-03-04Clamp the editor theme's base colors to avoid various issuesHugo 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-04Use the editor background color for the visual profiler graphHugo Locurcio
This was already done for the general profiler.
2022-03-04Add node icons to the Sprite2D menuFireForge
2022-03-04Merge pull request #58721 from raulsntos/csharp-docgenRémi Verschelde
Various fixes to C# documentation generator
2022-03-03Make `TabContainer` use `TabBar` internallyMichael Alexsander
2022-03-03Refactor `bbcode_to_xml` into multiple specific methodsRaul 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-03Add linear_velocity and angular_velocity to PhysicalBone3DMrSwedish
2022-03-03Find inherited members in C# documentation generatorRaul Santos
2022-03-03Add theme_item support to C# documentation generatorRaul Santos
2022-03-03Fix checking for `@GlobalScope` in C# documentation generatorRaul Santos
2022-03-03Check for missing methods/members in C# documentation generatorRaul 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-03Fix references to global constants in C# documentation generatorRaul 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-03Merge pull request #58711 from lyuma/fix_gltf_blend_exportRémi Verschelde
glTF export for new TYPE_BLEND_SHAPE tracks
2022-03-03Merge pull request #57478 from FelixNemis/physics-signal-doc-fixRémi Verschelde
Fix snippet for getting collisionshape node in body/area signal docs
2022-03-03Merge pull request #58705 from timothyqiu/ttr-vformatRémi Verschelde
Use `vformat()` instead of string concatenation inside `TTR()`
2022-03-03glTF export for new TYPE_BLEND_SHAPE tracksLyuma